Uses of Interface
com.ibm.websphere.command.TargetPolicy
-
Packages that use TargetPolicy Package Description com.ibm.websphere.command -
-
Uses of TargetPolicy in com.ibm.websphere.command
Classes in com.ibm.websphere.command that implement TargetPolicy Modifier and Type Class Description class
TargetPolicyDefault
The TargetPolicyDefault class provides an implementation of the TargetPolicy interface.Methods in com.ibm.websphere.command that return TargetPolicy Modifier and Type Method Description static TargetPolicy
TargetableCommandImpl. getTargetPolicy()
Returns the target policy for the command.Methods in com.ibm.websphere.command with parameters of type TargetPolicy Modifier and Type Method Description static void
TargetableCommandImpl. setTargetPolicy(TargetPolicy targetPolicy)
Sets the target policy for the command.
-