| java.lang.Object org.objectweb.celtix.bus.ws.rm.RMServant
RMServant | public class RMServant (Code) | | |
RMServant | public RMServant()(Code) | | |
clearUnattachedIdentifier | protected Identifier clearUnattachedIdentifier()(Code) | | |
createSequence | public CreateSequenceResponseType createSequence(RMDestination destination, CreateSequenceType cs, AddressingProperties maps) throws SequenceFault(Code) | | Called on the RM handler upon inbound processing a CreateSequence request.
the CreateSequenceResponse. |
createSequenceResponse | public void createSequenceResponse(RMSource source, CreateSequenceResponseType csr, Identifier offeredId)(Code) | | |
setUnattachedIdentifier | protected void setUnattachedIdentifier(Identifier i)(Code) | | |
terminateSequence | public void terminateSequence(RMDestination destination, Identifier sid) throws SequenceFault(Code) | | Checks if the terminated sequence was created in response to a createSequence
request that included an offer for an inbound sequence which was accepted.
the offering identifier is equal to the identifier of the sequence now terminated,
and request termination of that sequence in turn.
Parameters: destination - Parameters: sid - throws: SequenceFault - |
|
|