com.ibm.websphere.command
Uses of Interface CommandCaller
Packages that use CommandCaller
Package | Description |
---|---|
com.ibm.websphere.command |
Uses of CommandCaller 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.
|
Modifier and Type | Method and Description |
---|---|
CacheableCommand.getCaller()
Returns the object that called this command instance.
|
Modifier and Type | Method and Description |
---|---|
|
CacheableCommand.setCaller(CommandCaller caller)
This sets the caller object for a caller who is cached.
|