Uses of Class
org.eclipse.persistence.sessions.coordination.TransportManager
-
-
Uses of TransportManager in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type TransportManager Modifier and Type Method Description protected voidSessionsFactory. processJNDINamingServiceConfig(JNDINamingServiceConfig namingConfig, TransportManager tm)INTERNAL:protected voidSessionsFactory. processRMIRegistryNamingServiceConfig(RMIRegistryNamingServiceConfig namingConfig, TransportManager tm)INTERNAL:protected voidSessionsFactory. processTransportManagerConfig(TransportManagerConfig tmConfig, TransportManager tm)INTERNAL: -
Uses of TransportManager in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as TransportManager Modifier and Type Field Description protected TransportManagerRemoteCommandManager. transportManagerManages the transport level connections between command managersMethods in org.eclipse.persistence.sessions.coordination that return TransportManager Modifier and Type Method Description TransportManagerCommandManager. getTransportManager()PUBLIC: Return the transport manager that manages sending and receiving of remote commands.TransportManagerRemoteCommandManager. getTransportManager()static TransportManagerTransportManager. newTransportManager(String transportManagerClassName, RemoteCommandManager rcm)INTERNAL: Creates a new instance oforg.eclipse.persistence.sessions.coordination.rmi.RMITransportManagerclass.Methods in org.eclipse.persistence.sessions.coordination with parameters of type TransportManager Modifier and Type Method Description voidCommandManager. setTransportManager(TransportManager newTransportManager)ADVANCED: Set a specific transport manager to manage sending and receiving of remote commands.voidRemoteCommandManager. setTransportManager(TransportManager newTransportManager)Constructors in org.eclipse.persistence.sessions.coordination with parameters of type TransportManager Constructor Description RemoteCommandManager(CommandProcessor commandProcessor, TransportManager transportManager) -
Uses of TransportManager in org.eclipse.persistence.sessions.coordination.broadcast
Subclasses of TransportManager in org.eclipse.persistence.sessions.coordination.broadcast Modifier and Type Class Description classBroadcastTransportManagerPurpose: Base class transport manager for broadcasting RCM protocols: JMS and Oc4jJGroups. -
Uses of TransportManager in org.eclipse.persistence.sessions.coordination.jms
Subclasses of TransportManager in org.eclipse.persistence.sessions.coordination.jms Modifier and Type Class Description classJMSPublishingTransportManagerPurpose: Provide a transport implementation for the Remote Command Module (RCM) that publishes to a JMS topic.classJMSTopicTransportManagerPurpose: Provide a transport implementation for the Remote Command Module (RCM) that both publishes and subscribes to a JMS topic. -
Uses of TransportManager in org.eclipse.persistence.sessions.coordination.rmi
Subclasses of TransportManager in org.eclipse.persistence.sessions.coordination.rmi Modifier and Type Class Description classRMITransportManagerPurpose: Provide an RMI transport implementation for RCM.
-