Uses of Interface
com.ibm.websphere.command.TargetPolicy

Packages that use TargetPolicy
com.ibm.websphere.command   
 

Uses of TargetPolicy in com.ibm.websphere.command
 

Classes in com.ibm.websphere.command that implement TargetPolicy
 class TargetPolicyDefault
          The TargetPolicyDefault class provides an implementation of the TargetPolicy interface.
 

Methods in com.ibm.websphere.command that return TargetPolicy
static TargetPolicy TargetableCommandImpl.getTargetPolicy()
          Returns the target policy for the command.
 

Methods in com.ibm.websphere.command with parameters of type TargetPolicy
static void TargetableCommandImpl.setTargetPolicy(TargetPolicy targetPolicy)
          Sets the target policy for the command.