Uses of Interface
org.eclipse.persistence.sessions.coordination.CommandManager
-
-
Uses of CommandManager in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as CommandManager Modifier and Type Field Description protected CommandManagerAbstractSession. commandManagerUsed to connect this session to EclipseLink cluster for distributed commandMethods in org.eclipse.persistence.internal.sessions that return CommandManager Modifier and Type Method Description CommandManagerAbstractSession. getCommandManager()PUBLIC: Return the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster.Methods in org.eclipse.persistence.internal.sessions with parameters of type CommandManager Modifier and Type Method Description voidAbstractSession. setCommandManager(CommandManager mgr)ADVANCED: Set the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster. -
Uses of CommandManager in org.eclipse.persistence.internal.sessions.remote
Fields in org.eclipse.persistence.internal.sessions.remote declared as CommandManager Modifier and Type Field Description protected CommandManagerRemoteSessionController. commandManagerThis is the Synchronization policy used to synchronize remote cachesMethods in org.eclipse.persistence.internal.sessions.remote that return CommandManager Modifier and Type Method Description CommandManagerRemoteSessionController. getCommandManager()INTERNAL: This method returns the command manager policy for this remote connection -
Uses of CommandManager in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return CommandManager Modifier and Type Method Description CommandManagerDatabaseSession. getCommandManager()ADVANCED: Return the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster.Methods in org.eclipse.persistence.sessions with parameters of type CommandManager Modifier and Type Method Description voidDatabaseSession. setCommandManager(CommandManager commandManager)ADVANCED: Set the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster. -
Uses of CommandManager in org.eclipse.persistence.sessions.coordination
Classes in org.eclipse.persistence.sessions.coordination that implement CommandManager Modifier and Type Class Description classRemoteCommandManagerPurpose: Provide a CommandManager implementation for cache coordination.Methods in org.eclipse.persistence.sessions.coordination that return CommandManager Modifier and Type Method Description CommandManagerCommandProcessor. getCommandManager()PUBLIC: Return the CommandManager that will invoke this CommandProcessor to process a command, and can be used to send remote commands out to other CommandProcessors in the cluster.Methods in org.eclipse.persistence.sessions.coordination with parameters of type CommandManager Modifier and Type Method Description voidCommandProcessor. setCommandManager(CommandManager commandManager)PUBLIC: Set the CommandManager that will invoke this CommandProcessor to process a command, and can be used to send remote commands out to other CommandProcessors in the cluster. -
Uses of CommandManager in org.eclipse.persistence.sessions.server
Methods in org.eclipse.persistence.sessions.server that return CommandManager Modifier and Type Method Description CommandManagerClientSession. getCommandManager()INTERNAL: Return the manager that allows this processor to receive or propagate commands from/to TopLink cluster
-