Uses of Class
com.sun.xml.ws.rx.rm.runtime.sequence.DuplicateSequenceException
-
Packages that use DuplicateSequenceException Package Description com.sun.xml.ws.rx.rm.runtime.sequence com.sun.xml.ws.rx.rm.runtime.sequence.invm com.sun.xml.ws.rx.rm.runtime.sequence.persistent -
-
Uses of DuplicateSequenceException in com.sun.xml.ws.rx.rm.runtime.sequence
Methods in com.sun.xml.ws.rx.rm.runtime.sequence that throw DuplicateSequenceException Modifier and Type Method Description 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. -
Uses of DuplicateSequenceException in com.sun.xml.ws.rx.rm.runtime.sequence.invm
Methods in com.sun.xml.ws.rx.rm.runtime.sequence.invm that throw DuplicateSequenceException Modifier and Type Method Description 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. -
Uses of DuplicateSequenceException in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
Methods in com.sun.xml.ws.rx.rm.runtime.sequence.persistent that throw DuplicateSequenceException Modifier and Type Method Description 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.
-