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.TargetableCommandImplLOCAL
 - 
Fields inherited from interface com.ibm.websphere.command.CommandserialVersionUID
 
- 
 - 
Constructor SummaryConstructors Constructor Description CacheableCommandImpl()
 - 
Method Summary- 
Methods inherited from class com.ibm.websphere.command.CacheableCommandImplexecute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
 - 
Methods inherited from class com.ibm.websphere.command.TargetableCommandImplgetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, isReadyToCallExecute, performExecute, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
 - 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.ibm.websphere.command.CommandisReadyToCallExecute
 - 
Methods inherited from interface com.ibm.websphere.command.TargetableCommandgetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
 
- 
 
-