Uses of Class
org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Package
Description
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination
Modifier and TypeFieldDescriptionprotected RemoteCommandManager
CommandPropagator.rcm
Reference to manager to get connections, etc.Modifier and TypeMethodDescriptionprotected RemoteCommandManager
CommandPropagator.getRemoteCommandManager()
INTERNAL: Returns the remote command managerModifier and TypeMethodDescriptionvoid
ConnectToHostCommand.executeWithRCM
(RemoteCommandManager rcm) INTERNAL: Executed on the RCM when received.abstract void
RCMCommand.executeWithRCM
(RemoteCommandManager rcm) ModifierConstructorDescriptionCommandPropagator
(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
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.corba.sun
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.jgroups
ModifierConstructorDescriptionCreates local connections.JGroupsRemoteConnection
(RemoteCommandManager rcm, org.jgroups.JChannel channel, boolean isLocalConnectionBeingCreated) INTERNAL: Constructor creating either a local or external connection. -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.jms
ModifierConstructorDescriptionCreates local connections that do not use a TopicConnection or TopicSession, useful only for processing already received JMS messagesJMSTopicRemoteConnection
(RemoteCommandManager rcm, TopicConnectionFactory topicConnectionFactory, 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
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.rmi.iiop
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.factories
Modifier and TypeMethodDescriptionprotected void
SessionsFactory.buildJMSPublishingTransportManagerConfig
(JMSPublishingTransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL:protected void
SessionsFactory.buildJMSTopicTransportManagerConfig
(JMSTopicTransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL:protected void
SessionsFactory.buildRMIIIOPTransportManagerConfig
(RMIIIOPTransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL: Left this in for now since in the future we may add more IIOP specific configurations?protected void
SessionsFactory.buildRMITransportManagerConfig
(RMITransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL:protected void
SessionsFactory.buildSunCORBATransportManagerConfig
(SunCORBATransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL: Builds a Sun CORBA transport manager with the given remote command managerprotected void
SessionsFactory.buildTransportManager
(TransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL:protected void
SessionsFactory.buildUserDefinedTransportManagerConfig
(UserDefinedTransportManagerConfig tmConfig, RemoteCommandManager rcm) INTERNAL:protected void
SessionsFactory.processCommandsConfig
(CommandsConfig commandsConfig, RemoteCommandManager rcm) INTERNAL: -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination
Modifier and TypeFieldDescriptionprotected RemoteCommandManager
DiscoveryManager.rcm
The remote command manager responsible for this serviceprotected RemoteCommandManager
TransportManager.rcm
The RCM that manages this transportModifier and TypeMethodDescriptionstatic TransportManager
TransportManager.newTransportManager
(String transportManagerClassName, RemoteCommandManager rcm) INTERNAL: Creates a new instance oforg.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
class.void
TransportManager.setRemoteCommandManager
(RemoteCommandManager rcm) INTERNAL:ModifierConstructorDescriptionDiscoveryManager
(String address, int port, int delay, RemoteCommandManager mgr) DiscoveryManager
(String address, int port, RemoteCommandManager mgr) Constructors to create a discovery manager. -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.broadcast
-
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.corba
Modifier and TypeMethodDescriptionstatic byte[]
CORBATransportManager.processCommand
(byte[] command, RemoteCommandManager rcm) INTERNAL: Helper method that processes a byte[] command. -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.corba.sun
-
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.jgroups
ModifierConstructorDescriptionPUBLIC: Creates a JGroupsTransportManager. -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.jms
ModifierConstructorDescriptionPUBLIC: Creates a JMSPublishingOnlyTopicTransportManager -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.rmi
-
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.remote.rmi.iiop