Interface | Description |
---|---|
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 EclipseLink instances, or on other applications that may want
to receive and process EclipseLink commands.
|
CommandProcessor |
Purpose: Defines a pluggable interface for EclipseLink sessions and EclipseLink
applications to be able to be on the receiving end of EclipseLink command objects.
|
MetadataRefreshListener |
Class | Description |
---|---|
Command |
Purpose: Provide an extendable framework class for a Command object
that can be remotely executed.
|
DiscoveryManager |
Purpose: Detects new members of a logical EclipseLink cluster.
|
MergeChangeSetCommand |
Purpose: Provide a remote command implementation for remote cache
merges of changes.
|
RemoteCommandManager |
Purpose: Provide a CommandManager implementation for cache coordination.
|
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.
|