Uses of Class
org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Packages that use RemoteCommandManager
Package
Description
-
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination
Fields in org.eclipse.persistence.internal.sessions.coordination declared as RemoteCommandManagerModifier and TypeFieldDescriptionprotected RemoteCommandManager
CommandPropagator.rcm
Reference to manager to get connections, etc.Methods in org.eclipse.persistence.internal.sessions.coordination that return RemoteCommandManagerModifier and TypeMethodDescriptionprotected RemoteCommandManager
CommandPropagator.getRemoteCommandManager()
INTERNAL: Returns the remote command managerMethods in org.eclipse.persistence.internal.sessions.coordination with parameters of type RemoteCommandManagerModifier and TypeMethodDescriptionvoid
ConnectToHostCommand.executeWithRCM
(RemoteCommandManager rcm) INTERNAL: Executed on the RCM when received.abstract void
RCMCommand.executeWithRCM
(RemoteCommandManager rcm) Constructors in org.eclipse.persistence.internal.sessions.coordination with parameters of type RemoteCommandManagerModifierConstructorDescriptionCommandPropagator
(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 RemoteCommandManagerConstructors in org.eclipse.persistence.internal.sessions.coordination.broadcast with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.corba.sun
Fields in org.eclipse.persistence.internal.sessions.coordination.corba.sun declared as RemoteCommandManagerConstructors in org.eclipse.persistence.internal.sessions.coordination.corba.sun with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.jgroups
Constructors in org.eclipse.persistence.internal.sessions.coordination.jgroups with parameters of type RemoteCommandManagerModifierConstructorDescriptionCreates 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
Constructors in org.eclipse.persistence.internal.sessions.coordination.jms with parameters of type RemoteCommandManagerModifierConstructorDescriptionCreates 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
Constructors in org.eclipse.persistence.internal.sessions.coordination.rmi with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.coordination.rmi.iiop
Constructors in org.eclipse.persistence.internal.sessions.coordination.rmi.iiop with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type RemoteCommandManagerModifier 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
Fields in org.eclipse.persistence.sessions.coordination declared as RemoteCommandManagerModifier and TypeFieldDescriptionprotected RemoteCommandManager
DiscoveryManager.rcm
The remote command manager responsible for this serviceprotected RemoteCommandManager
TransportManager.rcm
The RCM that manages this transportMethods in org.eclipse.persistence.sessions.coordination that return RemoteCommandManagerMethods in org.eclipse.persistence.sessions.coordination with parameters of type RemoteCommandManagerModifier 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:Constructors in org.eclipse.persistence.sessions.coordination with parameters of type RemoteCommandManagerModifierConstructorDescriptionDiscoveryManager
(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
Constructors in org.eclipse.persistence.sessions.coordination.broadcast with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.corba
Methods in org.eclipse.persistence.sessions.coordination.corba with parameters of type RemoteCommandManagerModifier and TypeMethodDescriptionstatic byte[]
CORBATransportManager.processCommand
(byte[] command, RemoteCommandManager rcm) INTERNAL: Helper method that processes a byte[] command.Constructors in org.eclipse.persistence.sessions.coordination.corba with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.corba.sun
Constructors in org.eclipse.persistence.sessions.coordination.corba.sun with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.jgroups
Constructors in org.eclipse.persistence.sessions.coordination.jgroups with parameters of type RemoteCommandManagerModifierConstructorDescriptionPUBLIC: Creates a JGroupsTransportManager. -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.jms
Constructors in org.eclipse.persistence.sessions.coordination.jms with parameters of type RemoteCommandManagerModifierConstructorDescriptionPUBLIC: Creates a JMSPublishingOnlyTopicTransportManager -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.coordination.rmi
Constructors in org.eclipse.persistence.sessions.coordination.rmi with parameters of type RemoteCommandManager -
Uses of RemoteCommandManager in org.eclipse.persistence.sessions.remote.rmi.iiop
Constructors in org.eclipse.persistence.sessions.remote.rmi.iiop with parameters of type RemoteCommandManager