Uses of Interface
org.eclipse.persistence.sessions.coordination.CommandProcessor
Packages that use CommandProcessor
Package
Description
-
Uses of CommandProcessor in org.eclipse.persistence.internal.history
Classes in org.eclipse.persistence.internal.history that implement CommandProcessorModifier and TypeClassDescriptionclassINTERNAL: Purpose: Allows the reading of objects as of a past time. -
Uses of CommandProcessor in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement CommandProcessorModifier and TypeClassDescriptionclassImplementation of org.eclipse.persistence.sessions.Session The public interface should be used.classImplementation of org.eclipse.persistence.sessions.DatabaseSession The public interface should be used.classclassProvides isolation support by allowing a client session to have a local cache of the subset of the classes.classclassImplementation 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 -
Uses of CommandProcessor in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement CommandProcessorModifier and TypeClassDescriptionclassCounter 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 CommandProcessorModifier and TypeClassDescriptionclassPurpose: 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 CommandProcessorModifier and TypeFieldDescriptionprotected CommandProcessorRemoteCommandManager.commandProcessorInvoked to process a command when it is received from the clusterMethods in org.eclipse.persistence.sessions.coordination that return CommandProcessorModifier and TypeMethodDescriptionCommandManager.getCommandProcessor()PUBLIC: Return the command processor that processes commands received from the cluster.RemoteCommandManager.getCommandProcessor()Methods in org.eclipse.persistence.sessions.coordination with parameters of type CommandProcessorModifier and TypeMethodDescriptionvoidCommandManager.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 CommandProcessorModifierConstructorDescriptionRemoteCommandManager(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 CommandProcessorModifier and TypeClassDescriptionclassPurpose: Super class to all remote client session's.classPurpose: 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 CommandProcessorModifier and TypeClassDescriptionclassPurpose: Acts as a client to the server session.classImplementation of Server INTERNAL: The public interface should be used.