com.ibm.websphere.command
Interface TargetPolicy
All known implementing classes:
- public interface TargetPolicy
Method Summary
Modifier and Type | Method and Description |
---|---|
getCommandTarget(TargetableCommand command)
Retrieves the target associated with the command, as
determined by the target policy.
|
Method Detail
getCommandTarget
- CommandTarget getCommandTarget( TargetableCommand command)
Retrieves the target associated with the command, as
determined by the target policy.
Parameters:
command
- The command whose target is requested. Returns:
The target for the command.