Setting and determining targets

The object that is the target of a TargetableCommand must implement the CommandTarget interface. This object can be an actual server-side object, such as an entity bean, or it can be a client-side adapter for a server.

About this task

The implementor of the CommandTarget interface is responsible for ensuring the proper execution of a command in the desired target server environment. This typically requires the following steps:

Procedure

  1. Copying the command to the target server by using a server-specific protocol.
  2. Running the command in the server.
  3. Copying the executed command from the target server to the client by using a server-specific protocol.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 30, 2013 4:53:43 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-base-dist&topic=cmd_deter_target
File name: tcmd_deter_target.html