Serialized Form
Package com.ibm.websphere.cache
- Class com.ibm.websphere.cache.ChangeEvent extends java.util.EventObject implements Serializable serialVersionUID: -7681862873508155911L
- java.lang.Object m_value
- int m_causeOfChange
- int m_sourceOfChange
- long m_timeStamp
- java.lang.String m_cacheName
- Class com.ibm.websphere.cache.InvalidationEvent extends java.util.EventObject implements Serializable serialVersionUID: -9012240660005037807L
- int m_causeOfInvalidation
- int m_sourceOfInvalidation
- java.lang.Object m_value
- long m_timeStamp
- java.lang.String m_cacheName
Serialized Fields
m_value
m_causeOfChange
m_sourceOfChange
m_timeStamp
m_cacheName
Serialized Fields
m_causeOfInvalidation
m_sourceOfInvalidation
m_value
m_timeStamp
m_cacheName
Package com.ibm.websphere.cache.exception
- Class com.ibm.websphere.cache.exception.DiskCacheEntrySizeOverLimitException extends DynamicCacheException implements Serializable serialVersionUID: 2656071545701845896L
- Class com.ibm.websphere.cache.exception.DiskCacheUsingOldFormatException extends DynamicCacheException implements Serializable serialVersionUID: -3760842684658943228L
- Class com.ibm.websphere.cache.exception.DiskIOException extends DynamicCacheException implements Serializable serialVersionUID: 1390857807469146766L
- Class com.ibm.websphere.cache.exception.DiskOffloadNotEnabledException extends DynamicCacheException implements Serializable serialVersionUID: -5082196191715410157L
- Class com.ibm.websphere.cache.exception.DiskSizeInEntriesOverLimitException extends DynamicCacheException implements Serializable serialVersionUID: 2221451214830436278L
- Class com.ibm.websphere.cache.exception.DiskSizeOverLimitException extends DynamicCacheException implements Serializable serialVersionUID: -8048186487020737461L
- Class com.ibm.websphere.cache.exception.DynamicCacheException extends java.lang.Exception implements Serializable serialVersionUID: -4998690760275949098L
- Class com.ibm.websphere.cache.exception.DynamicCacheServiceNotStarted extends DynamicCacheException implements Serializable serialVersionUID: -8035956532047048631L
- Class com.ibm.websphere.cache.exception.MiscellaneousException extends DynamicCacheException implements Serializable serialVersionUID: -733655168072791778L
- Class com.ibm.websphere.cache.exception.SerializationException extends DynamicCacheException implements Serializable serialVersionUID: 8241039830901064117L
Package com.ibm.websphere.command
- Class com.ibm.websphere.command.CommandException extends DistributedException implements Serializable serialVersionUID: 6910737447054324276L
- 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
- java.util.Dictionary<K,V> mapping
- java.util.Hashtable<K,V> targetTable
- java.lang.String defaultTargetName
- Class com.ibm.websphere.command.UnsetInputPropertiesException extends CommandException implements Serializable serialVersionUID: 4578882603940482327L
Serialized Fields
throwable
Serialized Fields
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
Contains active targets.
The key is the name of the target; the value is the target object.
defaultTargetName
The default target name, used if no other target is found.
Package com.ibm.websphere.exception
- Class com.ibm.websphere.exception.DistributedException extends java.lang.Exception implements Serializable serialVersionUID: -8708570105949230167L
- DistributedExceptionInfo exceptionInfo
- Class com.ibm.websphere.exception.DistributedExceptionInfo extends java.lang.Object implements Serializable serialVersionUID: 7298223355966269413L
- private void readObject(java.io.ObjectInputStream in)
- throws java.io.IOException
- java.lang.ClassNotFoundException
- private void writeObject(java.io.ObjectOutputStream out)
- throws java.io.IOException
- java.lang.String message
- java.lang.String className
- java.lang.String stackTrace
- DistributedExceptionInfo previousExceptionInfo
- byte[] previousException
- java.lang.String lineSeparator
- java.lang.String resourceBundleName
- java.lang.String resourceKey
- java.lang.Object[] formatArguments
- Class com.ibm.websphere.exception.ExceptionInstantiationException extends DistributedException implements Serializable serialVersionUID: 4996311351594139105L
Serialized Fields
exceptionInfo
Serialization Methods
readObject
Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
Throws:
java.io.IOException