Uses of Interface
com.sun.xml.ws.rx.rm.runtime.LocalIDManager
Packages that use LocalIDManager
Package
Description
-
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 LocalIDManagerModifier and TypeMethodDescriptionSequenceManagerFactory.createSequenceManager(boolean persistent, String uniqueEndpointId, DeliveryQueueBuilder inboundQueueBuilder, DeliveryQueueBuilder outboundQueueBuilder, RmConfiguration configuration, com.sun.xml.ws.api.server.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 LocalIDManagerMethods in com.sun.xml.ws.rx.rm.runtime.sequence.invm that return LocalIDManagerConstructors in com.sun.xml.ws.rx.rm.runtime.sequence.invm with parameters of type LocalIDManagerModifierConstructorDescriptionInVmSequenceManager(String uniqueEndpointId, DeliveryQueueBuilder inboundQueueBuilder, DeliveryQueueBuilder outboundQueueBuilder, RmConfiguration configuration, com.sun.xml.ws.api.server.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 LocalIDManagerModifier and TypeClassDescriptionclassDROP 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 LocalIDManagerModifierConstructorDescriptionPersistentSequenceManager(String uniqueEndpointId, DeliveryQueueBuilder inboundQueueBuilder, DeliveryQueueBuilder outboundQueueBuilder, RmConfiguration configuration, com.sun.xml.ws.api.server.Container container, LocalIDManager localIDManager)