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 RemoteCommandManagerCommandPropagator.rcmReference to manager to get connections, etc.Methods in org.eclipse.persistence.internal.sessions.coordination that return RemoteCommandManagerModifier and TypeMethodDescriptionprotected RemoteCommandManagerCommandPropagator.getRemoteCommandManager()INTERNAL: Returns the remote command managerMethods in org.eclipse.persistence.internal.sessions.coordination with parameters of type RemoteCommandManagerModifier and TypeMethodDescriptionvoidConnectToHostCommand.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 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 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 RemoteCommandManagerModifier and TypeFieldDescriptionprotected RemoteCommandManagerDiscoveryManager.rcmThe remote command manager responsible for this serviceprotected RemoteCommandManagerTransportManager.rcmThe 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 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 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