Serialized Form
isMessageEvent
boolean isMessageEvent
- A flag which is set
true
when the event is a
message event or false
when the event is a
trace event.
type
long type
- The type of event. This value may be the logical
OR of any of the
RASIMessageEvent
or
RASITraceEvent TYPE_XXXX
constants.
timeStamp
long timeStamp
- The time at which this event was created. This value
is the output of the
System.currentTimeMillis
method.
msgText
java.lang.String msgText
- The event msgText (message).
msgParms
java.lang.String[] msgParms
- A set of
Strings
to be inserted into the event text.
attribs
java.util.Hashtable attribs
- A
Hashtable
containing the additional attributes that
make up the RAS event.
messageFile
java.lang.String messageFile
- The base name of the message file (
Strings
) used to
convert the messages key to a text string.
faultCode
java.lang.String faultCode
faultString
java.lang.String faultString
faultActor
java.lang.String faultActor
detail
java.lang.String detail
detailElement
org.w3c.dom.Element detailElement
dispositionReport
DispositionReport dispositionReport
Package com.ibm.websphere.advanced.cm.factory |
ds
javax.sql.DataSource ds
Package com.ibm.websphere.client.applicationclient |
Package com.ibm.websphere.command |
throwable
java.lang.Throwable throwable
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 to
true
. Can be set to false
to eliminate
unecessary copying and remote invocations.
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.
defaultTargetName
java.lang.String defaultTargetName
- The default target name, used if no other target is found.
Package com.ibm.websphere.commandUtil |
entityContext
javax.ejb.EntityContext entityContext
primaryKey
CommandServerEntityPrimaryKey primaryKey
primaryKey
java.lang.String primaryKey
commandServerEntity
CommandServerEntity commandServerEntity
- The client-side RMI/IIOP stub for the server-side EntityBean
that executes the command on the server.
Package com.ibm.websphere.exception |
exceptionInfo
DistributedExceptionInfo exceptionInfo
exceptionInfo
DistributedExceptionInfo exceptionInfo
exceptionInfo
DistributedExceptionInfo exceptionInfo
message
java.lang.String message
className
java.lang.String className
stackTrace
java.lang.String stackTrace
previousExceptionInfo
DistributedExceptionInfo previousExceptionInfo
previousException
byte[] previousException
lineSeparator
java.lang.String lineSeparator
resourceBundleName
java.lang.String resourceBundleName
resourceKey
java.lang.String resourceKey
formatArguments
java.lang.Object[] formatArguments
distExResourceBundleName
java.lang.String distExResourceBundleName
Package com.ibm.websphere.i18n.localizabletext |
dateTimeStyle
int dateTimeStyle
date
java.util.Date date
dateFormatStyle
int dateFormatStyle
dateString
java.lang.String dateString
timeString
java.lang.String timeString
returnString
java.lang.String returnString
df
java.text.DateFormat df
messageData
LocalizableTextFormatterData messageData
- Field for the core information object.
cache
java.util.Hashtable cache
- Field for holding cached values after this LocalizableText object has been formatted.
cacheSetting
boolean cacheSetting
- Field for holding the cache boolean to determine whether or not to use the cache. Default setting is false.
fallBackLocale
java.util.Locale fallBackLocale
- Field for holding a fall back Locale. A fall back Locale is a Locale that can be retrieved in an error occurs
during the formatting of a LocalizableTextFormatter object. Default setting is null.
fallBackString
java.lang.String fallBackString
- Field for holding a fall back String. A fall back String is a String that can be retrieved in an error occurs
during the formatting of a LocalizableTextFormatter object. Default setting is null.
fallBackTimeZone
java.util.TimeZone fallBackTimeZone
- Field for holding a fall back TimeZone. A fall back TimeZone is a TimeZone that can be retrieved in an error occurs
during the formatting of a LocalizableTextFormatter object. Default setting is null.
applicationName
java.lang.String applicationName
- Field for holding the application name. The application name is used to find the servers on the network where the ResourceBundles are located.
internalResourceBundleName
java.lang.String internalResourceBundleName
patternKey
java.lang.String patternKey
resourceBundleName
java.lang.String resourceBundleName
objectArray
byte[] objectArray
internalResourceBundleName
java.lang.String internalResourceBundleName
Package com.ibm.websphere.naming |
_ncp
javax.naming.NameClassPair _ncp
Package com.ibm.websphere.security |
Package com.ibm.websphere.servlet.cache |
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
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.
Package com.ibm.websphere.servlet.error |
_servletName
java.lang.String _servletName
_statusCode
int _statusCode
Package com.ibm.websphere.servlet.event |
_context
javax.servlet.ServletContext _context
_servletNames
java.util.Enumeration _servletNames
_error
java.lang.Throwable _error
_servletName
java.lang.String _servletName
_servletClassName
java.lang.String _servletClassName
_req
javax.servlet.http.HttpServletRequest _req
_resp
javax.servlet.http.HttpServletResponse _resp
_error
ServletErrorReport _error
Package com.ibm.websphere.servlet.filter |
_req
javax.servlet.http.HttpServletRequest _req
_resp
javax.servlet.http.HttpServletResponse _resp
chainPath
java.lang.String[] chainPath
Package com.ibm.websphere.servlet.response |
_writer
java.io.PrintWriter _writer
_out
javax.servlet.ServletOutputStream _out
_bout
java.io.ByteArrayOutputStream _bout
_isFinished
boolean _isFinished
_outputBuffer
byte[] _outputBuffer
_statusCode
int _statusCode
_statusMessage
java.lang.String _statusMessage
_redirectURI
java.lang.String _redirectURI
_cookies
javax.servlet.http.Cookie[] _cookies
_lastModified
long _lastModified
_error
ResponseErrorReport _error
_header
com.ibm.websphere.servlet.response.StoredHeader _header
_writerObtained
boolean _writerObtained
_outputStreamObtained
boolean _outputStreamObtained
_encoding
java.lang.String _encoding
_locale
java.util.Locale _locale
_defaultLocale
java.util.Locale _defaultLocale
Package com.ibm.websphere.userprofile |
Package com.ibm.websphere.xmlconfig |
faultCode
java.lang.String faultCode
targetException
java.lang.Throwable targetException
Package org.apache.soap.server |
id
java.lang.String id
serviceType
int serviceType
scope
int scope
providerType
byte providerType
providerClass
java.lang.String providerClass
serviceClass
java.lang.String serviceClass
props
java.util.Hashtable props
isStatic
boolean isStatic
scriptFilenameOrString
java.lang.String scriptFilenameOrString
scriptLanguage
java.lang.String scriptLanguage
methods
java.lang.String[] methods
mappings
TypeMapping[] mappings
faultListener
java.lang.String[] faultListener
checkMustUnderstands
boolean checkMustUnderstands
defaultSMRClass
java.lang.String defaultSMRClass
fault
Fault fault
soapException
SOAPException soapException
encodingStyle
java.lang.String encodingStyle
elementType
QName elementType
javaType
java.lang.String javaType
java2XMLClassName
java.lang.String java2XMLClassName
xml2JavaClassName
java.lang.String xml2JavaClassName
Package org.apache.soap.server.http |
editor
EnvelopeEditor editor
configFilename
java.lang.String configFilename
editor
EnvelopeEditor editor
configFilename
java.lang.String configFilename
Package org.apache.soap.transport |
contentType
java.lang.String contentType
offset
int offset
bytes
byte[] bytes
envelope
java.lang.String envelope
headers
java.util.Hashtable headers
ctx
SOAPContext ctx
Package org.apache.soap.util.net |
listenPort
int listenPort
tunnelHost
java.lang.String tunnelHost
tunnelPort
int tunnelPort
listenText
java.awt.TextArea listenText
tunnelText
java.awt.TextArea tunnelText
status
java.awt.Label status
inRelay
Relay inRelay
outRelay
Relay outRelay
Package org.apache.soap.util.xml |
namespaceURI
java.lang.String namespaceURI
localPart
java.lang.String localPart