|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.toplink.remotecommand.Command
Purpose: Provide an extendable framework class for a Command object that can be remotely executed.
Description: Is the root command class from which all other remotely executable commands must extend. A Command is invoked by calling propagateCommand() on a local CommandManager, and is executed on each remote service by each remote CommandManager invoking processCommand() on its local
CommandManager,
CommandProcessor,
Serialized Form| Constructor Summary | |
Command()
|
|
| Method Summary | |
ServiceId |
getServiceId()
PUBLIC: Return the service identifier of the service where the command originated |
void |
setServiceId(ServiceId newServiceId)
ADVANCED: Set the service identifier of the service where the command originated |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Command()
| Method Detail |
public ServiceId getServiceId()
public void setServiceId(ServiceId newServiceId)
newServiceId - The unique identifier of the sending RCM service
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||