| org.objectweb.celtix.ws.rm.persistence.RMSourceSequence
All known Subclasses: org.objectweb.celtix.bus.ws.rm.SourceSequence,
RMSourceSequence | public interface RMSourceSequence (Code) | | |
getCurrentMessageNr | BigInteger getCurrentMessageNr()(Code) | | the message number assigned to the most recent outgoing application message. |
getEndpointIdentifier | String getEndpointIdentifier()(Code) | | the identifier of the rm source |
getExpiry | Date getExpiry()(Code) | | the expiry data of this sequence |
getIdentifier | Identifier getIdentifier()(Code) | | the sequence identifier |
getOfferingSequenceIdentifier | Identifier getOfferingSequenceIdentifier()(Code) | | the identifier of the sequence that was created on behalf of the CreateSequence request that included this sequence as an offer |
isLastMessage | boolean isLastMessage()(Code) | | true if the last message had been sent for this sequence. |
|
|