com.ibm.websphere.command
Uses of Interface Command
Packages that use Command
Package | Description |
---|---|
com.ibm.websphere.command |
Uses of Command in com.ibm.websphere.command
Modifier and Type | Interface 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.
|
|
CompensableCommand
The CompensableCommand interface allows you to make a command reversible.
|
|
TargetableCommand
The TargetableCommand interface describes a command that can be run in a
remote JVM.
|
Modifier and Type | Class and Description |
---|---|
|
TargetableCommandImpl
The TargetableCommandImpl class implements the generic methods in the
TargetableCommand interface.
|
Modifier and Type | Method and Description |
---|---|
CompensableCommand.getCompensatingCommand()
Retrieves the compensating command associated with the command.
|