Uses of Interface
com.ibm.websphere.command.CacheableCommand
-
Packages that use CacheableCommand Package Description com.ibm.websphere.command com.ibm.websphere.command.web -
-
Uses of CacheableCommand in com.ibm.websphere.command
Classes in com.ibm.websphere.command that implement CacheableCommand Modifier and Type Class Description class
CacheableCommandImpl
This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.Methods in com.ibm.websphere.command with parameters of type CacheableCommand Modifier and Type Method Description java.lang.String
CommandIdGenerator. getId(CacheableCommand command, java.util.ArrayList groupIds)
This gets the cache id for the command. -
Uses of CacheableCommand in com.ibm.websphere.command.web
Classes in com.ibm.websphere.command.web that implement CacheableCommand Modifier and Type Class Description class
CacheableCommandImpl
This CacheableCommandImpl abstract class provides an implementation for all CacheableCommand interface methods except those that the command writer must write.
-