| org.objectweb.celtix.ws.rm.persistence.RMDestinationSequence
All known Subclasses: org.objectweb.celtix.bus.ws.rm.DestinationSequence,
RMDestinationSequence | public interface RMDestinationSequence (Code) | | |
getAcknowledgment | SequenceAcknowledgement getAcknowledgment()(Code) | | the sequence acknowledgement presenting the sequences thus far received by a destination |
getAcknowledgmentAsStream | InputStream getAcknowledgmentAsStream()(Code) | | the sequence acknowledgement presenting the sequences thus far received by a destinationas an input stream |
getAcksTo | EndpointReferenceType getAcksTo()(Code) | | the acksTo address for the sequence |
getEndpointIdentifier | String getEndpointIdentifier()(Code) | | the identifier of the rm destination |
getIdentifier | Identifier getIdentifier()(Code) | | the sequence identifier |
getLastMessageNr | BigInteger getLastMessageNr()(Code) | | the message number of the last message or null if the last message had not been received. |
|
|