Serialized Form
-
Package com.ibm.websphere.command
-
Class com.ibm.websphere.command.CacheableCommandImpl extends TargetableCommandImpl implements Serializable
-
Serialized Fields
-
entryInfo
com.ibm.ws.cache.EntryInfo entryInfo
The EntryInfo object for this command.
-
-
-
Class com.ibm.websphere.command.CommandException extends com.ibm.websphere.exception.DistributedException implements Serializable
- serialVersionUID:
- 6910737447054324276L
-
Serialized Fields
-
throwable
java.lang.Throwable throwable
-
-
Class com.ibm.websphere.command.TargetableCommandImpl extends java.lang.Object implements Serializable
-
Serialized Fields
-
commandTargetName
java.lang.String commandTargetName
The name of the target object for the command. The name is a fully qualified name for a Java class, for example, mypkg.bp.MyBusinessCmdTarget. -
hasOutputProperties
boolean hasOutputProperties
Indicates if the command has output properties. Defaults totrue
. Can be set tofalse
to eliminate unecessary copying and remote invocations.
-
-
-
Class com.ibm.websphere.command.TargetPolicyDefault extends java.lang.Object implements Serializable
- serialVersionUID:
- 8533555590544760338L
-
Serialized Fields
-
defaultTargetName
java.lang.String defaultTargetName
The default target name, used if no other target is found. -
mapping
java.util.Dictionary mapping
Contains the registered mappings between commands and targets. The key is the name of the command; the value is the name of the target. -
targetTable
java.util.Hashtable targetTable
Contains active targets. The key is the name of the target; the value is the target object.
-
-
Class com.ibm.websphere.command.UnauthorizedAccessException extends CommandException implements Serializable
- serialVersionUID:
- -7699562712499253283L
-
Class com.ibm.websphere.command.UnavailableCompensatingCommandException extends CommandException implements Serializable
- serialVersionUID:
- 8722367931685681097L
-
Class com.ibm.websphere.command.UnsetInputPropertiesException extends CommandException implements Serializable
- serialVersionUID:
- 4578882603940482327L
-
-
Package com.ibm.websphere.command.web
-
Class com.ibm.websphere.command.web.CacheableCommandImpl extends CacheableCommandImpl implements Serializable
-
-
Package com.ibm.websphere.servlet.cache
-
Class com.ibm.websphere.servlet.cache.CacheableJspPage extends com.ibm.ws.jsp.runtime.HttpJspBase implements Serializable
-
Class com.ibm.websphere.servlet.cache.ESIInvalidatorServlet extends jakarta.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 8842671181312469591L
-
Class com.ibm.websphere.servlet.cache.ExternalCacheEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1342185474L
-
Serialized Fields
-
content
byte[] content
This is the content (html) part of the entry -
headerTable
java.util.Vector[] headerTable
This hashtable contains the header fields needed for caching. -
host
java.lang.String host
This is the host header as received in the request -
uri
java.lang.String uri
This is the uri part of the entry
-
-