Uses of Interface
org.eclipse.persistence.sessions.coordination.CommandProcessor
-
-
Uses of CommandProcessor in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement CommandProcessor Modifier and Type Class Description classAbstractSessionImplementation of org.eclipse.persistence.sessions.Session The public interface should be used.classDatabaseSessionImplImplementation of org.eclipse.persistence.sessions.DatabaseSession The public interface should be used.classExclusiveIsolatedClientSessionclassIsolatedClientSessionProvides isolation support by allowing a client session to have a local cache of the subset of the classes.classRepeatableWriteUnitOfWorkclassUnitOfWorkImplImplementation of org.eclipse.persistence.sessions.UnitOfWork The public interface should be used. -
Uses of CommandProcessor in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement CommandProcessor Modifier and Type Class Description classSessionBrokerPlaceHolderINTERNAL: -
Uses of CommandProcessor in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement CommandProcessor Modifier and Type Class Description classRemoteUnitOfWorkCounter part of the unit of work which exists on the client side. -
Uses of CommandProcessor in org.eclipse.persistence.sessions.broker
Classes in org.eclipse.persistence.sessions.broker that implement CommandProcessor Modifier and Type Class Description classSessionBrokerPurpose: Provide a single view to a TopLink session that transparently accesses multple databases. -
Uses of CommandProcessor in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as CommandProcessor Modifier and Type Field Description protected CommandProcessorRemoteCommandManager. commandProcessorInvoked to process a command when it is received from the clusterMethods in org.eclipse.persistence.sessions.coordination that return CommandProcessor Modifier and Type Method Description CommandProcessorCommandManager. getCommandProcessor()PUBLIC: Return the command processor that processes commands received from the cluster.CommandProcessorRemoteCommandManager. getCommandProcessor()Methods in org.eclipse.persistence.sessions.coordination with parameters of type CommandProcessor Modifier and Type Method Description voidCommandManager. setCommandProcessor(CommandProcessor commandProcessor)ADVANCED: Set the command processor that will be invoked to process commands.voidRemoteCommandManager. setCommandProcessor(CommandProcessor newCommandProcessor)Constructors in org.eclipse.persistence.sessions.coordination with parameters of type CommandProcessor Constructor Description RemoteCommandManager(CommandProcessor commandProcessor)RemoteCommandManager(CommandProcessor commandProcessor, TransportManager transportManager) -
Uses of CommandProcessor in org.eclipse.persistence.sessions.remote
Classes in org.eclipse.persistence.sessions.remote that implement CommandProcessor Modifier and Type Class Description classDistributedSessionPurpose: Super class to all remote client session's.classRemoteSessionPurpose: Provide transparent remote three-tiered replacation support. -
Uses of CommandProcessor in org.eclipse.persistence.sessions.server
Classes in org.eclipse.persistence.sessions.server that implement CommandProcessor Modifier and Type Class Description classClientSessionPurpose: Acts as a client to the server session.classServerSessionImplementation of Server INTERNAL: The public interface should be used.
-