|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TargetPolicy
The TargetPolicy interface declares one method, getCommandTarget(), which implements the routine used to associate commands and targets. The TargetPolicyDefault class provides an implementation of this interface, but application programmers can override it to suit their needs, for example, to allow mapping commands to targets through the use of properties files or administrative applications.
Method Summary | |
---|---|
CommandTarget |
getCommandTarget(TargetableCommand command)
Retrieves the target associated with the command, as determined by the target policy. |
Method Detail |
---|
CommandTarget getCommandTarget(TargetableCommand command)
command
- The command whose target is requested.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |