Uses of Class
org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination
Fields in org.eclipse.persistence.internal.sessions.coordination declared as RemoteCommandManager Modifier and Type Field Description protected RemoteCommandManagerCommandPropagator. rcmReference to manager to get connections, etc.Methods in org.eclipse.persistence.internal.sessions.coordination that return RemoteCommandManager Modifier and Type Method Description protected RemoteCommandManagerCommandPropagator. getRemoteCommandManager()INTERNAL: Returns the remote command managerMethods in org.eclipse.persistence.internal.sessions.coordination with parameters of type RemoteCommandManager Modifier and Type Method Description voidConnectToHostCommand. executeWithRCM(RemoteCommandManager rcm)INTERNAL: Executed on the RCM when received.abstract voidRCMCommand. executeWithRCM(RemoteCommandManager rcm)Constructors in org.eclipse.persistence.internal.sessions.coordination with parameters of type RemoteCommandManager Constructor Description CommandPropagator(RemoteCommandManager rcm, Command command, byte[] commandBytes)Constructor used to create the main propagatorCommandPropagator(RemoteCommandManager rcm, Command command, byte[] commandBytes, RemoteConnection connection)Constructor used to create the async propagator threads -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.broadcast
Fields in org.eclipse.persistence.internal.sessions.coordination.broadcast declared as RemoteCommandManager Modifier and Type Field Description protected RemoteCommandManagerBroadcastRemoteConnection. rcmConstructors in org.eclipse.persistence.internal.sessions.coordination.broadcast with parameters of type RemoteCommandManager Constructor Description BroadcastRemoteConnection(RemoteCommandManager rcm) -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.jms
Constructors in org.eclipse.persistence.internal.sessions.coordination.jms with parameters of type RemoteCommandManager Constructor Description JMSTopicRemoteConnection(RemoteCommandManager rcm)Creates local connections that do not use a TopicConnection or TopicSession, useful only for processing already received JMS messagesJMSTopicRemoteConnection(RemoteCommandManager rcm, jakarta.jms.TopicConnectionFactory topicConnectionFactory, jakarta.jms.Topic topic, boolean isLocalConnectionBeingCreated, boolean reuseJMSTopicPublisher)INTERNAL: Constructor creating either a local or external connection. -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.rmi
Constructors in org.eclipse.persistence.internal.sessions.coordination.rmi with parameters of type RemoteCommandManager Constructor Description RMIRemoteCommandConnectionImpl(RemoteCommandManager rcm) -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type RemoteCommandManager Modifier and Type Method Description protected voidSessionsFactory. buildJMSPublishingTransportManagerConfig(JMSPublishingTransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL:protected voidSessionsFactory. buildJMSTopicTransportManagerConfig(JMSTopicTransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL:protected voidSessionsFactory. buildRMIIIOPTransportManagerConfig(RMIIIOPTransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL: Left this in for now since in the future we may add more IIOP specific configurations?protected voidSessionsFactory. buildRMITransportManagerConfig(RMITransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL:protected voidSessionsFactory. buildSunCORBATransportManagerConfig(SunCORBATransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL: Builds a Sun CORBA transport manager with the given remote command managerprotected voidSessionsFactory. buildTransportManager(TransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL:protected voidSessionsFactory. buildUserDefinedTransportManagerConfig(UserDefinedTransportManagerConfig tmConfig, RemoteCommandManager rcm)INTERNAL:protected voidSessionsFactory. processCommandsConfig(CommandsConfig commandsConfig, RemoteCommandManager rcm)INTERNAL: -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as RemoteCommandManager Modifier and Type Field Description protected RemoteCommandManagerDiscoveryManager. rcmThe remote command manager responsible for this serviceprotected RemoteCommandManagerTransportManager. rcmThe RCM that manages this transportMethods in org.eclipse.persistence.sessions.coordination that return RemoteCommandManager Modifier and Type Method Description RemoteCommandManagerTransportManager. getRemoteCommandManager()INTERNAL:Methods in org.eclipse.persistence.sessions.coordination with parameters of type RemoteCommandManager Modifier and Type Method Description static TransportManagerTransportManager. newTransportManager(String transportManagerClassName, RemoteCommandManager rcm)INTERNAL: Creates a new instance oforg.eclipse.persistence.sessions.coordination.rmi.RMITransportManagerclass.voidTransportManager. setRemoteCommandManager(RemoteCommandManager rcm)INTERNAL:Constructors in org.eclipse.persistence.sessions.coordination with parameters of type RemoteCommandManager Constructor Description DiscoveryManager(String address, int port, int delay, RemoteCommandManager mgr)DiscoveryManager(String address, int port, RemoteCommandManager mgr)DiscoveryManager(RemoteCommandManager mgr)Constructors to create a discovery manager. -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.broadcast
Constructors in org.eclipse.persistence.sessions.coordination.broadcast with parameters of type RemoteCommandManager Constructor Description BroadcastTransportManager(RemoteCommandManager rcm) -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.jms
Constructors in org.eclipse.persistence.sessions.coordination.jms with parameters of type RemoteCommandManager Constructor Description JMSPublishingTransportManager(RemoteCommandManager rcm)PUBLIC: Creates a JMSPublishingOnlyTopicTransportManagerJMSTopicTransportManager(RemoteCommandManager rcm) -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.rmi
Constructors in org.eclipse.persistence.sessions.coordination.rmi with parameters of type RemoteCommandManager Constructor Description RMITransportManager(RemoteCommandManager rcm)
-