A central repository for commands -- both in the defined and undefined states. Commands can be created and retrieved using this manager. It is possible to listen to changes in the collection of commands by attaching a listener to the manager.
@see CommandManager#getCommand(String) @since 3.1Purpose: 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.
Description: This is the main interface that is used to send and receive remote commands in a TopLink cluster. The sequence of remote command execution is as follows:
Responsibilities:
|
|
|
|
|
|