Uses of Interface
com.sun.xml.ws.rx.rm.runtime.sequence.Sequence
-
-
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 Modifier and Type Method Description voidDeliveryQueueBuilder. sequence(Sequence 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 Sequence Modifier and Type Class Description classAbstractSequenceProvides abstract sequence implementation common to both - inbound and outbound sequenceclassInboundSequenceInbound sequence implementationclassOutboundSequenceOutbound sequence implementationMethods in com.sun.xml.ws.rx.rm.runtime.sequence that return Sequence Modifier and Type Method Description SequenceSequenceManager. closeSequence(String sequenceId)Closes an existing sequence.SequenceSequenceManager. createInboundSequence(String sequenceId, String strId, long expirationTime)Creates a new inbound sequence objectSequenceSequenceManager. createOutboundSequence(String sequenceId, String strId, long expirationTime)Creates a new outbound sequence object with a given Id.SequenceSequenceManager. getBoundSequence(String referenceSequenceId)Retrieves a sequence previously bound to the reference sequenceSequenceSequenceManager. getInboundSequence(String sequenceId)Retrieves an existing inbound sequence from the internal sequence storageSequenceSequenceManager. getOutboundSequence(String sequenceId)Retrieves an existing outbound sequence from the internal sequence storageSequenceSequenceManager. getSequence(String sequenceId)Retrieves an existing sequence from the internal sequence storageSequenceSequenceManager. 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 Modifier and Type Method Description Map<String,Sequence>SequenceManager. sequences() -
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 Sequence Modifier and Type Method Description SequenceInVmSequenceManager. closeSequence(String sequenceId)Closes an existing sequence.SequenceInVmSequenceManager. createInboundSequence(String sequenceId, String strId, long expirationTime)Creates a new inbound sequence objectSequenceInVmSequenceManager. createOutboundSequence(String sequenceId, String strId, long expirationTime)Creates a new outbound sequence object with a given Id.SequenceInVmSequenceManager. getBoundSequence(String referenceSequenceId)Retrieves a sequence previously bound to the reference sequenceSequenceInVmSequenceManager. getInboundSequence(String sequenceId)Retrieves an existing inbound sequence from the internal sequence storageSequenceInVmSequenceManager. getOutboundSequence(String sequenceId)Retrieves an existing outbound sequence from the internal sequence storageSequenceInVmSequenceManager. getSequence(String sequenceId)Retrieves an existing sequence from the internal sequence storageSequenceInVmSequenceManager. 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 Modifier and Type Method Description Map<String,Sequence>InVmSequenceManager. sequences() -
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 Sequence Modifier and Type Method Description SequencePersistentSequenceManager. closeSequence(String sequenceId)Closes an existing sequence.SequencePersistentSequenceManager. createInboundSequence(String sequenceId, String strId, long expirationTime)Creates a new inbound sequence objectSequencePersistentSequenceManager. createOutboundSequence(String sequenceId, String strId, long expirationTime)Creates a new outbound sequence object with a given Id.SequencePersistentSequenceManager. getBoundSequence(String referenceSequenceId)Retrieves a sequence previously bound to the reference sequenceSequencePersistentSequenceManager. getInboundSequence(String sequenceId)Retrieves an existing inbound sequence from the internal sequence storageSequencePersistentSequenceManager. getOutboundSequence(String sequenceId)Retrieves an existing outbound sequence from the internal sequence storageSequencePersistentSequenceManager. getSequence(String sequenceId)Retrieves an existing sequence from the internal sequence storageSequencePersistentSequenceManager. 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 Modifier and Type Method Description Map<String,Sequence>PersistentSequenceManager. sequences()
-