Uses of Interface
com.sun.xml.ws.rx.rm.runtime.LocalIDManager
-
Packages that use LocalIDManager 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 LocalIDManager in com.sun.xml.ws.rx.rm.runtime.sequence
Methods in com.sun.xml.ws.rx.rm.runtime.sequence with parameters of type LocalIDManager Modifier and Type Method Description SequenceManagerSequenceManagerFactory. createSequenceManager(boolean persistent, String uniqueEndpointId, DeliveryQueueBuilder inboundQueueBuilder, DeliveryQueueBuilder outboundQueueBuilder, RmConfiguration configuration, Container container, LocalIDManager localIDManager)Creates newSequenceManagerinstance. -
Uses of LocalIDManager in com.sun.xml.ws.rx.rm.runtime.sequence.invm
Classes in com.sun.xml.ws.rx.rm.runtime.sequence.invm that implement LocalIDManager Modifier and Type Class Description classInMemoryLocalIDManagerMethods in com.sun.xml.ws.rx.rm.runtime.sequence.invm that return LocalIDManager Modifier and Type Method Description static LocalIDManagerInMemoryLocalIDManager. getInstance()Constructors in com.sun.xml.ws.rx.rm.runtime.sequence.invm with parameters of type LocalIDManager Constructor Description InVmSequenceManager(String uniqueEndpointId, DeliveryQueueBuilder inboundQueueBuilder, DeliveryQueueBuilder outboundQueueBuilder, RmConfiguration configuration, Container container, LocalIDManager localIDManager) -
Uses of LocalIDManager in com.sun.xml.ws.rx.rm.runtime.sequence.persistent
Classes in com.sun.xml.ws.rx.rm.runtime.sequence.persistent that implement LocalIDManager Modifier and Type Class Description classJDBCLocalIDManagerDROP TABLE RM_LOCALIDS; CREATE TABLE RM_LOCALIDS ( LOCAL_ID VARCHAR(512) NOT NULL, SEQ_ID VARCHAR(256) NOT NULL, MSG_NUMBER BIGINT NOT NULL, CREATE_TIME BIGINT, SEQ_TERMINATE_TIME BIGINT, PRIMARY KEY (LOCAL_ID) );Constructors in com.sun.xml.ws.rx.rm.runtime.sequence.persistent with parameters of type LocalIDManager Constructor Description PersistentSequenceManager(String uniqueEndpointId, DeliveryQueueBuilder inboundQueueBuilder, DeliveryQueueBuilder outboundQueueBuilder, RmConfiguration configuration, Container container, LocalIDManager localIDManager)
-