Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


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 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.

 


Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.