Uses of Package com.ibm.websphere.command
Packages that use com.ibm.websphere.command
Package | Description |
---|---|
com.ibm.websphere.command |
Classes in com.ibm.websphere.command used by com.ibm.websphere.command
Class and Description |
---|
CacheableCommand
The CacheableCommand interface provides the contract between the
client and the command implementation for those
commands that participate in the command caching framework.
|
Command
The Command interface defines the client side for fundamental command
functionality.
|
CommandCaller
This interface allows the caller of a command to have additional
invalidation dependencies added by this command.
|
CommandException
This is the base class for all Command exceptions.
|
CommandTarget
The CommandTarget interface describes the object that handles the
execution of a targetable command.
|
TargetableCommand
The TargetableCommand interface describes a command that can be run in a
remote JVM.
|
TargetPolicy
The TargetPolicy interface declares one method, getCommandTarget(), which
implements the routine used to associate commands and targets.
|