Uses of Class
org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
Packages that use JMSPublishingTransportManager Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.sessions.coordination.jms -
-
Uses of JMSPublishingTransportManager in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type JMSPublishingTransportManager Modifier and Type Method Description protected voidSessionsFactory. processJMSTransportManagerConfig(JMSPublishingTransportManagerConfig tmConfig, JMSPublishingTransportManager tm)INTERNAL: Common JMS configuration -
Uses of JMSPublishingTransportManager in org.eclipse.persistence.sessions.coordination.jms
Subclasses of JMSPublishingTransportManager in org.eclipse.persistence.sessions.coordination.jms Modifier and Type Class Description classJMSTopicTransportManagerPurpose: Provide a transport implementation for the Remote Command Module (RCM) that both publishes and subscribes to a JMS topic.
-