Package com.ibm.websphere.command.web
Class CacheableCommandImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.websphere.command.web.CacheableCommandImpl
-
- All Implemented Interfaces:
com.ibm.websphere.cache.Sizeable,CacheableCommand,Command,CommandCaller,TargetableCommand,java.io.Serializable
public abstract class CacheableCommandImpl extends CacheableCommandImpl
This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write. This class provides a runtime for command execution that interacts with the CommandCache. It also provides the contract between this command runtime and the command writer.CacheableCommandImpl is a super class of all CacheableCommands.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl
LOCAL
-
Fields inherited from interface com.ibm.websphere.command.Command
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description CacheableCommandImpl()
-
Method Summary
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, isReadyToCallExecute, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.websphere.command.Command
isReadyToCallExecute
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
-