TargetableCommand interface

The TargetableCommand interface extends the Command interface and provides for remote execution of commands.

Most commands will be targetable commands. The TargetableCommand interface declares several additional methods:

With the exception of the performExecute method, which you must implement, all of these methods are implemented in the TargetableCommandImpl class. This class also implements the execute method declared in the Command interface.




Subtopics
Command interface example application
Related tasks
Writing command interfaces
Reference topic    

Terms of Use | Feedback

Last updated: Feb 19, 2011 5:25:36 AM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v610web&product=was-nd-mp&topic=rcmd_targetcmdinter
File name: rcmd_targetcmdinter.html