Apache CXF API

org.apache.cxf.ws.rm
Class AbstractSequence

java.lang.Object
  extended by org.apache.cxf.ws.rm.AbstractSequence
Direct Known Subclasses:
DestinationSequence, SourceSequence

public abstract class AbstractSequence
extends Object


Field Summary
protected  SequenceAcknowledgement acknowledgement
           
protected  Identifier id
           
 
Constructor Summary
protected AbstractSequence(Identifier i, ProtocolVariation p)
           
 
Method Summary
 boolean equals(Object other)
           
 Identifier getIdentifier()
           
 ProtocolVariation getProtocol()
           
 int hashCode()
           
static boolean identifierEquals(Identifier id1, Identifier id2)
           
 boolean isAcknowledged(long m)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected final Identifier id

acknowledgement

protected SequenceAcknowledgement acknowledgement
Constructor Detail

AbstractSequence

protected AbstractSequence(Identifier i,
                           ProtocolVariation p)
Method Detail

getIdentifier

public Identifier getIdentifier()
Returns:
the sequence identifier

getProtocol

public ProtocolVariation getProtocol()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

identifierEquals

public static boolean identifierEquals(Identifier id1,
                                       Identifier id2)

isAcknowledged

public boolean isAcknowledged(long m)

Apache CXF API

Apache CXF