Uses of Interface
com.sun.xml.ws.rx.rm.runtime.sequence.Sequence
Packages that use Sequence
Package
Description
-
Uses of Sequence in com.sun.xml.ws.rx.rm.runtime.delivery
Methods in com.sun.xml.ws.rx.rm.runtime.delivery with parameters of type Sequence -
Uses of Sequence in com.sun.xml.ws.rx.rm.runtime.sequence
Classes in com.sun.xml.ws.rx.rm.runtime.sequence that implement SequenceModifier and TypeClassDescriptionclassProvides abstract sequence implementation common to both - inbound and outbound sequencefinal classInbound sequence implementationfinal classOutbound sequence implementationMethods in com.sun.xml.ws.rx.rm.runtime.sequence that return SequenceModifier and TypeMethodDescriptionSequenceManager.closeSequence(String sequenceId) Closes an existing sequence.SequenceManager.createInboundSequence(String sequenceId, String strId, long expirationTime) Creates a new inbound sequence objectSequenceManager.createOutboundSequence(String sequenceId, String strId, long expirationTime) Creates a new outbound sequence object with a given Id.SequenceManager.getBoundSequence(String referenceSequenceId) Retrieves a sequence previously bound to the reference sequenceSequenceManager.getInboundSequence(String sequenceId) Retrieves an existing inbound sequence from the internal sequence storageSequenceManager.getOutboundSequence(String sequenceId) Retrieves an existing outbound sequence from the internal sequence storageSequenceManager.getSequence(String sequenceId) Retrieves an existing sequence from the internal sequence storageSequenceManager.terminateSequence(String sequenceId) Terminates an existing sequence by calling thepreDestroy()method.Methods in com.sun.xml.ws.rx.rm.runtime.sequence that return types with arguments of type Sequence -
Uses of Sequence in com.sun.xml.ws.rx.rm.runtime.sequence.invm
Methods in com.sun.xml.ws.rx.rm.runtime.sequence.invm that return SequenceModifier and TypeMethodDescriptionInVmSequenceManager.closeSequence(String sequenceId) Closes an existing sequence.InVmSequenceManager.createInboundSequence(String sequenceId, String strId, long expirationTime) Creates a new inbound sequence objectInVmSequenceManager.createOutboundSequence(String sequenceId, String strId, long expirationTime) Creates a new outbound sequence object with a given Id.InVmSequenceManager.getBoundSequence(String referenceSequenceId) Retrieves a sequence previously bound to the reference sequenceInVmSequenceManager.getInboundSequence(String sequenceId) Retrieves an existing inbound sequence from the internal sequence storageInVmSequenceManager.getOutboundSequence(String sequenceId) Retrieves an existing outbound sequence from the internal sequence storageInVmSequenceManager.getSequence(String sequenceId) Retrieves an existing sequence from the internal sequence storageInVmSequenceManager.terminateSequence(String sequenceId) Terminates an existing sequence by calling thepreDestroy()method.Methods in com.sun.xml.ws.rx.rm.runtime.sequence.invm that return types with arguments of type Sequence -
Uses of Sequence in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
Methods in com.sun.xml.ws.rx.rm.runtime.sequence.persistent that return SequenceModifier and TypeMethodDescriptionPersistentSequenceManager.closeSequence(String sequenceId) Closes an existing sequence.PersistentSequenceManager.createInboundSequence(String sequenceId, String strId, long expirationTime) Creates a new inbound sequence objectPersistentSequenceManager.createOutboundSequence(String sequenceId, String strId, long expirationTime) Creates a new outbound sequence object with a given Id.PersistentSequenceManager.getBoundSequence(String referenceSequenceId) Retrieves a sequence previously bound to the reference sequencePersistentSequenceManager.getInboundSequence(String sequenceId) Retrieves an existing inbound sequence from the internal sequence storagePersistentSequenceManager.getOutboundSequence(String sequenceId) Retrieves an existing outbound sequence from the internal sequence storagePersistentSequenceManager.getSequence(String sequenceId) Retrieves an existing sequence from the internal sequence storagePersistentSequenceManager.terminateSequence(String sequenceId) Terminates an existing sequence by calling thepreDestroy()method.Methods in com.sun.xml.ws.rx.rm.runtime.sequence.persistent that return types with arguments of type Sequence