com.ibm.websphere.command
Uses of Interface CommandTarget
Packages that use CommandTarget
Package | Description |
---|---|
com.ibm.websphere.command |
Uses of CommandTarget in com.ibm.websphere.command
Modifier and Type | Class and Description |
---|---|
|
LocalTarget
The LocalTarget class provides an implementation of the
CommandTarget interface.
|
Modifier and Type | Method and Description |
---|---|
TargetableCommandImpl.getCommandTarget()
Returns the target object for the command.
|
|
TargetableCommand.getCommandTarget()
Returns the target object for the command.
|
|
TargetPolicy.getCommandTarget(TargetableCommand command)
Retrieves the target associated with the command, as
determined by the target policy.
|
|
TargetPolicyDefault.getCommandTarget(TargetableCommand command)
The getCommandTarget() method implements the method in the TargetPolicy
interface.
|
Modifier and Type | Method and Description |
---|---|
|
TargetableCommandImpl.setCommandTarget(CommandTarget commandTarget)
Sets the target object on the command.
|
|
TargetableCommand.setCommandTarget(CommandTarget commandTarget)
Sets the target object on the command.
|