| 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. | 
| XMLCommandConverter | Purpose: This is TopLink Command converter class that impelemnts the public API oracle.toplink.remotecommand.CommandConverter Description: The converter provides the conversion between TopLink proprietary cache synchronization command, oracle.toplink.remotecommand.MergeChangeSetCommand and XML org.w3c.dom.Document. |