EclipseLink 1.0.1 API Reference

Package org.eclipse.persistence.sessions.coordination

Interface Summary
CommandConverter Purpose: Define a pluggable conversion interface that can be supplied by the application Description: The implementation class of this interface should be set on the remote command manager through the setCommandConverter() method.
CommandManager Purpose: Provide an interface that clients can use to invoke remote commands on other TopLink instances, or on other applications that may want to receive and process TopLink commands.
CommandProcessor Purpose: Defines a pluggable interface for TopLink sessions and non-TopLink applications to be able to be on the receiving end of TopLink command objects.
 

Class Summary
Command Purpose: Provide an extendable framework class for a Command object that can be remotely executed.
DiscoveryManager Purpose: Detects new members of a logical TopLink cluster.
MergeChangeSetCommand Purpose: Provide a remote command implementation for remote cache merges of changes.
RemoteCommandManager Purpose: Provide a CommandManager implementation that will be used by both TopLink and non-TopLink applications.
ServiceId Purpose: Encapsulate the information that uniquely identifies a specific remote command service instance.
TransportManager Purpose: Provide an abstract class that offers a common API to handling remote command connections.
 


EclipseLink 1.0.1 API Reference