Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

Package oracle.toplink.remotecommand

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.
XMLCommandConverter Deprecated. since OracleAS TopLink 10g (10.1.3).
 


Copyright © 1998, 2010, Oracle. All Rights Reserved.