| java.lang.Object org.objectweb.celtix.bus.ws.rm.AbstractSequenceImpl org.objectweb.celtix.bus.ws.rm.DestinationSequence
Inner Class :final class DeferredAcknowledgment extends TimerTask | |
DestinationSequence | public DestinationSequence(Identifier i, EndpointReferenceType a, RMDestination d)(Code) | | |
DestinationSequence | public DestinationSequence(Identifier i, EndpointReferenceType a, BigInteger lmn, SequenceAcknowledgement ac)(Code) | | |
acknowledge | void acknowledge(BigInteger messageNumber) throws SequenceFault(Code) | | Called by the RM destination upon receipt of a message with the given
message number for this sequence.
Parameters: messageNumber - the number of the received message Parameters: lastMessage - true if this is to be the last message in the sequence |
acknowledgmentSent | void acknowledgmentSent()(Code) | | Called after an acknowledgement header for this sequence has been added to an outgoing message.
|
canPiggybackAckOnPartialResponse | boolean canPiggybackAckOnPartialResponse()(Code) | | |
createUnknownSequenceFault | static SequenceFault createUnknownSequenceFault(Identifier sid)(Code) | | |
getAcknowledgment | public SequenceAcknowledgement getAcknowledgment()(Code) | | the sequence acknowledgement presenting the sequences thus far received by a destination |
getAcknowledgmentAsStream | public InputStream getAcknowledgmentAsStream()(Code) | | the sequence acknowledgement presenting the sequences thus far received by a destinationas an input stream |
getAcksTo | public EndpointReferenceType getAcksTo()(Code) | | the acksTo address for the sequence |
getEndpointIdentifier | public String getEndpointIdentifier()(Code) | | the identifier of the rm destination |
getLastMessageNr | public BigInteger getLastMessageNr()(Code) | | the message number of the last message or null if the last message had not been received. |
getMonitor | SequenceMonitor getMonitor()(Code) | | Returns the monitor for this sequence.
the sequence monitor. |
scheduleImmediateAcknowledgement | void scheduleImmediateAcknowledgement()(Code) | | |
sendAcknowledgement | boolean sendAcknowledgement()(Code) | | |
setCorrelationID | void setCorrelationID(String cid)(Code) | | The correlation of the incoming CreateSequence call used to create this
sequence is recorded so that in the absence of an offer, the corresponding
outgoing CreateSeqeunce can be correlated.
|
Fields inherited from org.objectweb.celtix.bus.ws.rm.AbstractSequenceImpl | final protected Identifier id(Code)(Java Doc)
|
|
|