Serialized Form

  • Package com.ibm.ejs.ras

    • Class com.ibm.ejs.ras.DuplicateKeyException extends java.lang.Exception implements Serializable

      serialVersionUID:
      8652128734986494617L
      • Serialized Fields

        • dataIgnored

          boolean dataIgnored
    • Class com.ibm.ejs.ras.ExtendedMalformedTraceStringException extends com.ibm.ejs.ras.MalformedTraceStringException implements Serializable

      serialVersionUID:
      -8801800668841824202L
      • Serialized Fields

        • iv_messageKey

          java.lang.String iv_messageKey
        • iv_messageParams

          java.lang.Object[] iv_messageParams
    • Class com.ibm.ejs.ras.MalformedTraceStringException extends com.ibm.ejs.ras.RasException implements Serializable

      serialVersionUID:
      -4722157347311978259L
    • Class com.ibm.ejs.ras.MessageEvent extends com.ibm.ejs.ras.RasEvent implements Serializable

      serialVersionUID:
      4537833367680944037L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream arg0)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeObject

          private void writeObject(java.io.ObjectOutputStream arg0)
                            throws java.io.IOException
          Throws:
          java.io.IOException
      • Serialized Fields

        • ivClassVersion

          int ivClassVersion
        • ivBundleName

          java.lang.String ivBundleName
        • ivMsgParms

          java.lang.Object[] ivMsgParms
    • Class com.ibm.ejs.ras.NativeMessageOverflowException extends java.lang.Exception implements Serializable

    • Class com.ibm.ejs.ras.RasContextSupport extends org.omg.CORBA.LocalObject implements Serializable

      serialVersionUID:
      -8316581876169651371L
    • Class com.ibm.ejs.ras.RasEvent extends java.lang.Object implements Serializable

      serialVersionUID:
      -7870724202058405481L
      • Serialized Fields

        • ivOrganization

          java.lang.String ivOrganization
        • ivProduct

          java.lang.String ivProduct
        • ivComponent

          java.lang.String ivComponent
        • ivVersion

          java.lang.String ivVersion
        • ivEventSource

          java.lang.String ivEventSource
        • ivClassName

          java.lang.String ivClassName
        • ivMethodName

          java.lang.String ivMethodName
        • ivThreadId

          java.lang.String ivThreadId
        • ivProcessId

          java.lang.String ivProcessId
        • ivServerName

          java.lang.String ivServerName
        • ivTimeStamp

          long ivTimeStamp
        • ivType

          int ivType
        • ivMsgKey

          java.lang.String ivMsgKey
        • ivRawData

          byte[] ivRawData
        • ivExtendedMessage

          java.lang.String ivExtendedMessage
        • ivUnitOfWork

          java.lang.String ivUnitOfWork
    • Class com.ibm.ejs.ras.RasException extends com.ibm.ws.exception.WsException implements Serializable

      serialVersionUID:
      -3174194708446299559L
    • Class com.ibm.ejs.ras.RasMessageImpl extends java.lang.Object implements Serializable

      serialVersionUID:
      1129327429831172616L
      • Serialized Fields

        • ivTimeStamp

          long ivTimeStamp
        • ivThreadId

          java.lang.String ivThreadId
        • ivMessageSeverity

          java.lang.String ivMessageSeverity
        • ivMessageKey

          java.lang.String ivMessageKey
        • ivMessageParms

          java.lang.String[] ivMessageParms
        • ivResourceBundleName

          java.lang.String ivResourceBundleName
        • ivMessageOriginator

          java.lang.String ivMessageOriginator
        • ivLocalizedMessage

          java.lang.String ivLocalizedMessage
        • ivLocalizedMessageLocale

          java.lang.String ivLocalizedMessageLocale
    • Class com.ibm.ejs.ras.RasMessageImpl2 extends java.lang.Object implements Serializable

      serialVersionUID:
      -3009779149389768840L
      • Serialized Fields

        • ivTimeStamp

          long ivTimeStamp
        • ivThreadId

          java.lang.String ivThreadId
        • ivMessageSeverity

          java.lang.String ivMessageSeverity
        • ivMessageKey

          java.lang.String ivMessageKey
        • ivMessageParms

          java.lang.String[] ivMessageParms
        • ivResourceBundleName

          java.lang.String ivResourceBundleName
        • ivMessageOriginator

          java.lang.String ivMessageOriginator
        • ivLocalizedMessage

          java.lang.String ivLocalizedMessage
        • ivLocalizedMessageLocale

          java.lang.String ivLocalizedMessageLocale
        • ivDiagnosticProviderId

          java.lang.String ivDiagnosticProviderId
  • Package com.ibm.portal

  • Package com.ibm.portal.dynamicui

  • Package com.ibm.portal.portlet.service

  • Package com.ibm.portal.propertybroker.property

  • Package com.ibm.portal.propertybroker.service

  • Package com.ibm.portal.state

  • Package com.ibm.portal.state.exceptions

  • Package com.ibm.ras

    • Class com.ibm.ras.RASConsoleHandler extends com.ibm.ras.RASHandler implements Serializable

      serialVersionUID:
      -3408886461563487379L
    • Class com.ibm.ras.RASEnhancedMessageFormatter extends com.ibm.ras.RASMessageFormatter implements Serializable

      serialVersionUID:
      4777919917975263160L
    • Class com.ibm.ras.RASEnhancedTraceFormatter extends com.ibm.ras.RASTraceFormatter implements Serializable

      serialVersionUID:
      6797520221459165451L
    • Class com.ibm.ras.RASErrorHandler extends com.ibm.ras.RASConsoleHandler implements Serializable

      serialVersionUID:
      -3686275079735180949L
    • Class com.ibm.ras.RASEvent extends java.lang.Object implements Serializable

      serialVersionUID:
      1940479735618402090L
      • Serialized Fields

        • isMessageEvent

          boolean isMessageEvent
          Deprecated. 
          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
          Deprecated. 
          The type of event. This value may be the logical OR of any of the RASIMessageEvent or RASITraceEvent TYPE_XXXX constants.
        • timeStamp

          long timeStamp
          Deprecated. 
          The time at which this event was created. This value is the output of the System.currentTimeMillis method.
        • msgText

          java.lang.String msgText
          Deprecated. 
          The event msgText (message).
        • msgParms

          java.lang.String[] msgParms
          Deprecated. 
          A set of Strings to be inserted into the event text.
        • attribs

          java.util.Hashtable<K,V> attribs
          Deprecated. 
          A Hashtable containing the additional attributes that make up the RAS event.
    • Class com.ibm.ras.RASException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -2732486217495396084L
    • Class com.ibm.ras.RASFileHandler extends com.ibm.ras.RASHandler implements Serializable

      serialVersionUID:
      -8525824951965645330L
      • Serialized Fields

        • encoding

          java.lang.String encoding
        • fileName

          java.lang.String fileName
        • orgFileName

          java.lang.String orgFileName
    • Class com.ibm.ras.RASFormatter extends RASObject implements Serializable

      • Serialized Fields

        • defaultFormatter

          boolean defaultFormatter
        • dateFormat

          java.text.SimpleDateFormat dateFormat
        • timeFormat

          java.text.SimpleDateFormat timeFormat
        • separator

          java.lang.String separator
        • eventClasses

          java.util.Vector<E> eventClasses
    • Class com.ibm.ras.RASHandler extends RASMaskChangeGenerator implements Serializable

      • Serialized Fields

        • formatters

          java.util.Hashtable<K,V> formatters
        • retryInterval

          int retryInterval
        • formatterNames

          java.lang.String formatterNames
    • Class com.ibm.ras.RASIOException extends RASException implements Serializable

      serialVersionUID:
      -1698324114367853599L
    • Class com.ibm.ras.RASLogger extends RASMaskChangeGenerator implements Serializable

      • Serialized Fields

        • isLogging

          boolean isLogging
          Deprecated. 
          A flag which is true when this object is logging data and false otherwise.
        • isSync

          boolean isSync
          Deprecated. 
          A flag which is true when this object is logging data synchronously false otherwise. Synchronous logging means that a RAS event is passed directly to the handler's RASIHandler.writeEvent method and is not queued for processing.
        • isLoggableMask

          long isLoggableMask
          Deprecated. 
          This mask is the logical OR of the message or trace mask of all of the attached handlers. This value is then logically AND'ed with the logger's message or trace mask. The resulting value indicates the log types that will be processed by the logger and at least one handler.
        • handlerNames

          java.lang.String handlerNames
          Deprecated. 
          The names of any handlers which are to be attached to this logger. (This field is saved and restored in the getConfig and setConfig methods only as a convenience to the RAS Manager. There are no getter and setter methods for this element.
        • client

          java.lang.String client
          Deprecated. 
          The name of the client.
        • server

          java.lang.String server
          Deprecated. 
          The name of the server.
        • handlers

          java.util.Vector<E> handlers
          Deprecated. 
          The handlers which are attached to this logger.
    • Class com.ibm.ras.RASMaskChangeEvent extends java.util.EventObject implements Serializable

      serialVersionUID:
      5542591710933581837L
      • Serialized Fields

        • isMessageMask

          boolean isMessageMask
          Deprecated. 
          An indication as to whether the message or trace mask changed. This value is set true for a message mask and false for a trace mask.
        • oldMask

          long oldMask
          Deprecated. 
          The old mask value.
        • newMask

          long newMask
          Deprecated. 
          The new mask value.
    • Class com.ibm.ras.RASMaskChangeGenerator extends RASObject implements Serializable

      serialVersionUID:
      338264656140674871L
      • Serialized Fields

        • messageMask

          long messageMask
          Deprecated. 
          The mask which determines the types of messages that will be processed.
        • traceMask

          long traceMask
          Deprecated. 
          The mask which determines the types of trace points that will be processed.
        • messageEventClasses

          java.util.Vector<E> messageEventClasses
          Deprecated. 
          The names of the message event classes which this object uses.
        • traceEventClasses

          java.util.Vector<E> traceEventClasses
          Deprecated. 
          The names of the trace event classes which this object uses.
        • maskChangeListeners

          java.util.Vector<E> maskChangeListeners
          Deprecated. 
          The set of RASIMaskChangeListener which want to be informed of changes to the RASMaskChangeGenerator message or trace mask configuration.
    • Class com.ibm.ras.RASMessageEvent extends RASEvent implements Serializable

      serialVersionUID:
      2783570584026644572L
      • Serialized Fields

        • messageFile

          java.lang.String messageFile
          Deprecated. 
          The base name of the message file (Strings) used to convert the messages key to a text string.
    • Class com.ibm.ras.RASMessageFormatter extends com.ibm.ras.RASFormatter implements Serializable

      serialVersionUID:
      5225655501360484531L
      • Serialized Fields

        • locale

          java.util.Locale locale
    • Class com.ibm.ras.RASMessageLogger extends RASLogger implements Serializable

      serialVersionUID:
      -774966808967971274L
      • Serialized Fields

        • component

          java.lang.String component
          Deprecated. 
          The name of the component.
        • organization

          java.lang.String organization
          Deprecated. 
          The name of the organization.
        • product

          java.lang.String product
          Deprecated. 
          The name of the product.
        • messageFile

          java.lang.String messageFile
          Deprecated. 
          A properties file name (containing message texts) registered with this message logger.
        • suppressedKeys

          java.util.Vector<E> suppressedKeys
          Deprecated. 
          Message keys which are not to be logged.
    • Class com.ibm.ras.RASMultiFileHandler extends com.ibm.ras.RASFileHandler implements Serializable

      serialVersionUID:
      -6038340063368985500L
      • Serialized Fields

        • maxFiles

          int maxFiles
        • maxFileSize

          long maxFileSize
        • baseFileName

          java.lang.String baseFileName
        • fileDir

          java.lang.String fileDir
        • fileExt

          java.lang.String fileExt
    • Class com.ibm.ras.RASObject extends java.lang.Object implements Serializable

      serialVersionUID:
      7283555027521247034L
      • Serialized Fields

        • className

          java.lang.String className
          Deprecated. 
          The name of the class that must be instantiated to create this object. (This field is saved and restored in getConfig and setConfig only as a convenience to the RAS Manager. There are no getter and setter methods for this element.
        • desc

          java.lang.String desc
          Deprecated. 
          The description of this RASObject.
        • group

          java.lang.String group
          Deprecated. 
          The name of the RAS group of which this object is a member. (This field is saved and restored in the getConfig/setConfig methods only as a convenience to the RAS Manager. There are no getter and setter methods for this element.
        • name

          java.lang.String name
          Deprecated. 
          The name of this RASObject.
    • Class com.ibm.ras.RASQueueEmptyException extends RASException implements Serializable

      serialVersionUID:
      2438830124878595370L
    • Class com.ibm.ras.RASQueueFullException extends RASException implements Serializable

      serialVersionUID:
      7328068424108775196L
    • Class com.ibm.ras.RASSerialFileHandler extends com.ibm.ras.RASMultiFileHandler implements Serializable

      serialVersionUID:
      -7658382020079098965L
    • Class com.ibm.ras.RASSocketHandler extends com.ibm.ras.RASHandler implements Serializable

      serialVersionUID:
      2940626756544830743L
      • Serialized Fields

        • port

          int port
        • server

          java.lang.String server
    • Class com.ibm.ras.RASStackTrace extends java.lang.Exception implements Serializable

      serialVersionUID:
      6898711572198766953L
    • Class com.ibm.ras.RASTextAreaHandler extends com.ibm.ras.RASHandler implements Serializable

      serialVersionUID:
      -4711050944704086220L
    • Class com.ibm.ras.RASTraceEvent extends RASEvent implements Serializable

      serialVersionUID:
      -2004164315649535547L
    • Class com.ibm.ras.RASTraceFormatter extends com.ibm.ras.RASFormatter implements Serializable

      serialVersionUID:
      -5685726042408116109L
    • Class com.ibm.ras.RASTraceLogger extends RASLogger implements Serializable

      serialVersionUID:
      1591839978606424893L
  • Package com.ibm.ras.mgr

    • Class com.ibm.ras.mgr.RASBaseGroup extends RASGroup implements Serializable

      serialVersionUID:
      -5797962705232046385L
      • Serialized Fields

        • groups

          java.util.Hashtable<K,V> groups
          Deprecated. 
          The RASGroup objects in this group.
        • defaultHandlers

          java.lang.String defaultHandlers
          Deprecated. 
          The default handlers. A blank-delimited list of handler names to be used if a RAS configuration does not include any handlers or default message or trace handlers.
        • defaultMessageHandlers

          java.lang.String defaultMessageHandlers
          Deprecated. 
          The default message handlers. A blank-delimited list of handler names to be used if a RAS configuration does not include any handlers.
        • defaultTraceHandlers

          java.lang.String defaultTraceHandlers
          Deprecated. 
          The default trace handlers. A blank-delimited list of handler names to be used if a RAS configuration does not include any handlers.
    • Class com.ibm.ras.mgr.RASConfig extends java.util.Hashtable implements Serializable

      serialVersionUID:
      -5466198196850427009L
      • Serialized Fields

        • modified

          boolean modified
          Deprecated. 
          An indication that this group has been modified.
    • Class com.ibm.ras.mgr.RASGroup extends RASObject implements Serializable

      serialVersionUID:
      16971700404675172L
      • Serialized Fields

        • modified

          boolean modified
          Deprecated. 
          An indication that this group has been modified.
        • messageLoggerCfgs

          java.util.Hashtable<K,V> messageLoggerCfgs
          Deprecated. 
          The RASIMessageLogger configurations in this group.
        • traceLoggerCfgs

          java.util.Hashtable<K,V> traceLoggerCfgs
          Deprecated. 
          The RASITraceLogger configurations in this group.
        • handlerCfgs

          java.util.Hashtable<K,V> handlerCfgs
          Deprecated. 
          The RASIHandler configurations in this group.
        • formatterCfgs

          java.util.Hashtable<K,V> formatterCfgs
          Deprecated. 
          The RASIFormatter configurations in this group.
  • Package com.ibm.uddi.datatypes

  • Package com.ibm.uddi.ejb

    • Class com.ibm.uddi.ejb._Inquiry_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.uddi.ejb._InquiryHome_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.uddi.ejb._Publish_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.uddi.ejb._PublishHome_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.uddi.ejb.InquiryBean extends java.lang.Object implements Serializable

      • Serialized Fields

        • ejbContext

          javax.ejb.SessionContext ejbContext
          Deprecated. 
    • Class com.ibm.uddi.ejb.PublishBean extends java.lang.Object implements Serializable

      • Serialized Fields

        • ejbContext

          javax.ejb.SessionContext ejbContext
          Deprecated. 
  • Package com.ibm.uddi.v3.client.apilayer.xmldsig

  • Package com.ibm.uddi.v3.management

  • Package com.ibm.websphere.ActivitySession

  • Package com.ibm.websphere.appprofile

  • Package com.ibm.websphere.appprofile.accessintent

  • Package com.ibm.websphere.asynchbeans

  • Package com.ibm.websphere.batch

    • Class com.ibm.websphere.batch.BatchContainerApplicationException extends com.ibm.batch.api.BatchContainerApplicationException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerCheckpointException extends com.ibm.batch.api.BatchContainerCheckpointException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerConfigurationException extends com.ibm.batch.api.BatchContainerConfigurationException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerDataStreamException extends com.ibm.batch.api.BatchContainerDataStreamException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerJobFailureException extends com.ibm.batch.api.BatchContainerJobFailureException implements Serializable

      • Serialized Fields

        • message

          java.lang.String message
    • Class com.ibm.websphere.batch.BatchContainerPersistentContextException extends com.ibm.batch.api.BatchContainerPersistentContextException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerRuntimeException extends com.ibm.batch.api.BatchContainerRuntimeException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerSchedulingException extends com.ibm.batch.api.BatchContainerSchedulingException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerStepFailureException extends com.ibm.batch.api.BatchContainerStepFailureException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerSystemException extends com.ibm.batch.api.BatchContainerSystemException implements Serializable

    • Class com.ibm.websphere.batch.BatchContainerTransactionException extends com.ibm.batch.api.BatchContainerTransactionException implements Serializable

    • Class com.ibm.websphere.batch.BatchDataStreamConfigurationFailed extends com.ibm.batch.api.BatchDataStreamConfigurationFailed implements Serializable

    • Class com.ibm.websphere.batch.BatchJobStepKey extends java.lang.Object implements Serializable

      serialVersionUID:
      3206093459760846163L
      • Serialized Fields

        • jobID

          java.lang.String jobID
          Implementation field for persistent attribute: jobID
        • stepID

          java.lang.String stepID
          Implementation field for persistent attribute: stepID
    • Class com.ibm.websphere.batch.DataStream extends com.ibm.batch.api.DataStream implements Serializable

    • Class com.ibm.websphere.batch.JobID extends com.ibm.batch.api.JobID implements Serializable

    • Class com.ibm.websphere.batch.JobInfo extends com.ibm.batch.api.JobInfo implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.JobStatusJMXNotificationData extends com.ibm.batch.api.JobStatusJMXNotificationData implements Serializable

      serialVersionUID:
      2L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.JobStepID extends java.lang.Object implements Serializable

      serialVersionUID:
      197738235619153264L
      • Serialized Fields

        • jobid

          java.lang.String jobid
        • stepid

          java.lang.String stepid
    • Class com.ibm.websphere.batch.RecordMetricsHelper extends java.lang.Object implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.StepStatusJMXNotificationData extends com.ibm.batch.api.StepStatusJMXNotificationData implements Serializable

      serialVersionUID:
      1L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
  • Package com.ibm.websphere.batch.context

  • Package com.ibm.websphere.batch.devframework.datastreams.bdsadapter

  • Package com.ibm.websphere.batch.devframework.datastreams.patternadapter

    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSCallableStatementJDBCReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      serialVersionUID:
      8129295933699695446L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSCallableStatementJDBCWriter extends AbstractBatchDataOutputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSFileByteReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSFileByteWriter extends AbstractBatchDataOutputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSFileReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      serialVersionUID:
      7197485780828739683L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSFileWriter extends AbstractBatchDataOutputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSJDBCReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      serialVersionUID:
      -9071648308997014203L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSJDBCWriter extends AbstractBatchDataOutputStreamRecordMetrics implements Serializable

      serialVersionUID:
      -7823192873033928043L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSJPAReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSJPAWriter extends AbstractBatchDataOutputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSPureQueryReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.BDSPureQueryWriter extends AbstractBatchDataOutputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.batch.devframework.datastreams.patternadapter.CursorHoldableBDSJDBCReader extends AbstractBatchDataInputStreamRecordMetrics implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput in)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput out)
                             throws java.io.IOException
          Throws:
          java.io.IOException
  • Package com.ibm.websphere.batch.ilc

  • Package com.ibm.websphere.cache

    • Class com.ibm.websphere.cache.ChangeEvent extends java.util.EventObject implements Serializable

      serialVersionUID:
      -7681862873508155911L
      • Serialized Fields

        • m_value

          java.lang.Object m_value
        • m_causeOfChange

          int m_causeOfChange
        • m_sourceOfChange

          int m_sourceOfChange
        • m_timeStamp

          long m_timeStamp
        • m_cacheName

          java.lang.String m_cacheName
    • Class com.ibm.websphere.cache.InvalidationEvent extends java.util.EventObject implements Serializable

      serialVersionUID:
      -9012240660005037807L
      • Serialized Fields

        • m_causeOfInvalidation

          int m_causeOfInvalidation
        • m_sourceOfInvalidation

          int m_sourceOfInvalidation
        • m_value

          java.lang.Object m_value
        • m_timeStamp

          long m_timeStamp
        • m_cacheName

          java.lang.String m_cacheName
  • Package com.ibm.websphere.ce.j2c

  • Package com.ibm.websphere.client.applicationclient

    • Class com.ibm.websphere.client.applicationclient.ClientContainerException extends com.ibm.ws.exception.WsException implements Serializable

      serialVersionUID:
      -8220852517766947081L
    • Class com.ibm.websphere.client.applicationclient.ClientRARException extends com.ibm.ws.exception.WsException implements Serializable

      serialVersionUID:
      8728835738132021172L
    • Class com.ibm.websphere.client.applicationclient.NoMainClassException extends com.ibm.websphere.client.applicationclient.ClientContainerException implements Serializable

      serialVersionUID:
      -4295818114279586892L
  • Package com.ibm.websphere.command

  • Package com.ibm.websphere.crypto

  • Package com.ibm.websphere.ejbcontainer

    • Class com.ibm.websphere.ejbcontainer._EJBFactory_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.websphere.ejbcontainer.AmbiguousEJBReferenceException extends javax.ejb.EJBException implements Serializable

      serialVersionUID:
      -9113527466038916053L
    • Class com.ibm.websphere.ejbcontainer.ApplicationNotStartedException extends java.lang.RuntimeException implements Serializable

      serialVersionUID:
      8422722919386789100L
    • Class com.ibm.websphere.ejbcontainer.EJBStoppedException extends java.lang.RuntimeException implements Serializable

      serialVersionUID:
      -7810803436806975490L
  • Package com.ibm.websphere.ejbpersistence

    • Class com.ibm.websphere.ejbpersistence.PMCacheInvalidationRequest extends java.lang.Object implements Serializable

      serialVersionUID:
      -3982450765858374774L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream in)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
          See Also:
          Externalizable.readExternal(ObjectInput)
        • writeObject

          private void writeObject(java.io.ObjectOutputStream out)
                            throws java.io.IOException
          Throws:
          java.io.IOException
          See Also:
          Externalizable.writeExternal(ObjectOutput)
      • Serialized Fields

        • invalidationType

          int invalidationType
        • beanHomeJNDIName

          java.lang.String beanHomeJNDIName
        • keyAsByteArray

          byte[] keyAsByteArray
  • Package com.ibm.websphere.ejbquery

    • Class com.ibm.websphere.ejbquery._Query_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.websphere.ejbquery._QueryHome_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.websphere.ejbquery.QueryBean extends java.lang.Object implements Serializable

      serialVersionUID:
      3206093459760846163L
      • Serialized Fields

        • mySessionCtx

          javax.ejb.SessionContext mySessionCtx
        • queryService

          com.ibm.ObjectQuery.IObjectQueryServiceImpl queryService
    • Class com.ibm.websphere.ejbquery.QueryException extends java.lang.Exception implements Serializable

      serialVersionUID:
      7224292544197077504L
      • Serialized Fields

        • classname_

          java.lang.String classname_
        • methodname_

          java.lang.String methodname_
    • Class com.ibm.websphere.ejbquery.QueryIterator extends java.lang.Object implements Serializable

      serialVersionUID:
      3424280747449015485L
      • Serialized Fields

        • index

          int index
        • exhausted

          boolean exhausted
        • exception_

          java.lang.Exception exception_
        • headings_

          java.util.ArrayList<E> headings_
        • cachedElements

          com.ibm.ObjectQuery.QueryTuple[] cachedElements
    • Class com.ibm.websphere.ejbquery.QueryLocalIterator extends java.lang.Object implements Serializable

      serialVersionUID:
      3424280747449015485L
      • Serialized Fields

        • denum_

          com.ibm.ObjectQuery.eval.DataEnumerator denum_
        • exception_

          java.lang.Exception exception_
        • headings_

          java.util.ArrayList<E> headings_
  • Package com.ibm.websphere.exception

  • Package com.ibm.websphere.hamanager.jmx

  • Package com.ibm.websphere.interrupt

    • Class com.ibm.websphere.interrupt.InterruptRegistrationException extends java.lang.Exception implements Serializable

    • Class com.ibm.websphere.interrupt.ThreadDetails extends java.lang.Object implements Serializable

      serialVersionUID:
      -6454227736505588963L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream ois)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Overrides the default deserialization for reading this object. @TODO0192A
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeObject

          private void writeObject(java.io.ObjectOutputStream oos)
                            throws java.io.IOException
          Overrides the default serialization for writing this object. @TODO0192A
          Throws:
          java.io.IOException
      • Serialization Overview

        • List of fields that will be serialized when the writeObject method is called. We do this so that the implementation of this class can change without breaking the serialization process. @TODO0192A
    • Class com.ibm.websphere.interrupt.ThreadInformation extends java.lang.Object implements Serializable

      serialVersionUID:
      -4542277365055889636L
      • Serialized Fields

        • _threads

          java.util.LinkedList<E> _threads
          The list of ODI objects
  • Package com.ibm.websphere.jtaextensions

  • Package com.ibm.websphere.logging

  • Package com.ibm.websphere.logging.hpel.reader

  • Package com.ibm.websphere.longrun

  • Package com.ibm.websphere.management

    • Class com.ibm.websphere.management.Session extends java.lang.Object implements Serializable

      serialVersionUID:
      2853465199951878373L
      • Serialized Fields

        • id

          long id
        • userName

          java.lang.String userName
        • shareWorkspace

          boolean shareWorkspace
  • Package com.ibm.websphere.management.application

    • Class com.ibm.websphere.management.application.AppNotification extends java.lang.Object implements Serializable

      serialVersionUID:
      5154941261597784552L
      • Serialized Fields

        • taskName

          java.lang.String taskName
          Name of the app task
        • subtaskName

          java.lang.String subtaskName
          Name of the app subtask
        • taskStatus

          java.lang.String taskStatus
          Status of the app task
        • subtaskStatus

          java.lang.String subtaskStatus
          Status of the app sub ask
        • message

          java.lang.String message
          Detailed message for the app task
        • props

          java.util.Properties props
          Properties of the app task
    • Class com.ibm.websphere.management.application.EditionInfo extends java.lang.Object implements Serializable

      serialVersionUID:
      -2021644844665692021L
      • Serialized Fields

        • _cellName

          java.lang.String _cellName
        • _appName

          java.lang.String _appName
        • _edition

          java.lang.String _edition
        • _desc

          java.lang.String _desc
        • _appState

          java.lang.String _appState
  • Package com.ibm.websphere.management.application.client

    • Class com.ibm.websphere.management.application.client.AppDeploymentController extends java.lang.Object implements Serializable

      serialVersionUID:
      -3828436921961863062L
      • Serialized Fields

        • taskInfo

          java.util.Vector<E> taskInfo
        • taskNames

          java.util.Vector<E> taskNames
        • tasks

          java.util.Vector<E> tasks
        • currentTask

          int currentTask
        • preferences

          java.util.Hashtable<K,V> preferences
        • _deploymentMode

          long _deploymentMode
        • configService

          ConfigService configService
        • configSession

          Session configSession
        • adminClient

          AdminClient adminClient
        • taskDataChangeListeners

          java.util.Hashtable<K,V> taskDataChangeListeners
        • changedTaskProcessList

          java.util.List<E> changedTaskProcessList
        • dh

          com.ibm.ws.management.application.client.DataHolder dh
        • tasksWOBindings

          java.util.Vector<E> tasksWOBindings
        • forceDfltBndg

          boolean forceDfltBndg
    • Class com.ibm.websphere.management.application.client.AppDeploymentException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -415190982667423094L
      • Serialized Fields

        • msg

          java.lang.String msg
        • embeddedEx

          java.lang.Throwable embeddedEx
    • Class com.ibm.websphere.management.application.client.AppDeploymentTask extends java.lang.Object implements Serializable

      serialVersionUID:
      -2021644844665692021L
      • Serialized Fields

        • name

          java.lang.String name
          Task name
        • isTaskEmpty

          boolean isTaskEmpty
          Specifies if task has any data in it
        • isSufficientlyDone

          boolean isSufficientlyDone
          Specifies if task has any required data that is not specified
        • isTaskDisabled

          boolean isTaskDisabled
          Specifies if task should be shown/changed
        • isValidationEnabled

          boolean isValidationEnabled
          Specifies if task should be validated.
        • taskData

          java.lang.String[][] taskData
          Task data
        • clientTaskData

          java.lang.String[][] clientTaskData
          Client task data
        • colNames

          java.lang.String[] colNames
          Task column names
        • taskValidateErrorMessages

          java.lang.String[] taskValidateErrorMessages
          Error messages generated when task is validated
        • mutables

          boolean[] mutables
          Columns that can be changed
        • requiredColumns

          boolean[] requiredColumns
          Columns that can not have an empty (null or "") value
        • hiddenColumns

          boolean[] hiddenColumns
          Hidden columns. These should not be shown by the tool that displays the tasks to the end user.
        • hasHiddenColumns

          boolean hasHiddenColumns
          Specifies if the task has any hidden columns.
    • Class com.ibm.websphere.management.application.client.RedeploymentController extends AppDeploymentController implements Serializable

      serialVersionUID:
      6387558788656394772L
      • Serialized Fields

        • oldAppTasks

          java.util.Vector<E> oldAppTasks
        • modulesToServersTask

          com.ibm.ws.management.application.client.MapModulesToServers modulesToServersTask
        • isClientModuleEnabled

          boolean isClientModuleEnabled
        • clientModuleCheck

          boolean clientModuleCheck
        • mode

          java.lang.String mode
    • Class com.ibm.websphere.management.application.client.WASDeploymentTask extends AppDeploymentTask implements Serializable

      serialVersionUID:
      140503665319507635L
      • Serialized Fields

        • properties

          java.util.Hashtable<K,V> properties
  • Package com.ibm.websphere.management.cmdframework

  • Package com.ibm.websphere.management.cmdframework.provider

  • Package com.ibm.websphere.management.configservice

  • Package com.ibm.websphere.management.exception

  • Package com.ibm.websphere.management.repository

  • Package com.ibm.websphere.management.wlm

    • Class com.ibm.websphere.management.wlm.ClusterData extends java.lang.Object implements Serializable

      serialVersionUID:
      322173094148966326L
      • Serialized Fields

        • clusterName

          java.lang.String clusterName
          Name of this cluster.
        • clusterObjectName

          javax.management.ObjectName clusterObjectName
          The JMX server cluster object name that can be used to invoke methods on the ServerClusterMBean.
        • preferLocal

          java.lang.Boolean preferLocal
          flag to indicate whether to route to local
        • clusterMembers

          ClusterMemberData[] clusterMembers
          array of cluster member light data objects
        • weightTable

          ClusterWeightTableEntry[] weightTable
          array of weight table entries that make up the weight table.
        • clusterType

          java.lang.String clusterType
          Cluster Type of this cluster.
        • enableTxLogRecovery

          java.lang.Boolean enableTxLogRecovery
          Represented by "enableHA" in the config Specifies that for the transaction service component, failover of the transaction log for recovery purposes is enabled or disabled. The default is disabled. When this setting is enabled, and the transaction service properties required for peer recovery of failed application servers in a cluster are properly configured, failover recovery of the transaction log occurs if the server processing the transaction log fails. If the transaction services properties required for peer recovery of failed application servers in a cluster are not properly configured, this setting is ignored.
        • nodeGroup

          java.lang.String nodeGroup
          Specifies the node group that bounds this cluster. All application servers that are members of a cluster must be on nodes that are members of the same node group. A node group is a collection of WebSphere Application Server nodes. A node is a logical grouping of managed servers, usually on a computer system that has a distinct IP host address. All application servers that are members of a cluster must be on nodes that are members of the same node group. Nodes that are organized into a node group need enough capabilities in common to ensure that clusters formed across the nodes in the node group can host the same application in each cluster member. A node must be a member of at least one node group and can be a member of more than one node group.
    • Class com.ibm.websphere.management.wlm.ClusterMemberData extends java.lang.Object implements Serializable

      serialVersionUID:
      3201752944534865113L
      • Serialized Fields

        • memberName

          java.lang.String memberName
          Name of the cluster member. (Application Server name.)
        • memberObjectName

          javax.management.ObjectName memberObjectName
          MBean reference for this member.
        • clusterName

          java.lang.String clusterName
          Name of the cluster that this server belongs.
        • clusterObjectName

          javax.management.ObjectName clusterObjectName
          MBean object name used to reference this cluster
        • type

          int type
          Type of server. Only Application Server in the first Release.
        • weightTableEntry

          ClusterWeightTableEntry weightTableEntry
          This member's weight table entry.
        • nodeName

          java.lang.String nodeName
          Node name for this cluster member.
        • uniqueID

          java.lang.String uniqueID
          Unique ID for this member
    • Class com.ibm.websphere.management.wlm.ClusterWeightTableEntry extends java.lang.Object implements Serializable

      serialVersionUID:
      -8482159404030107971L
      • Serialized Fields

        • memberName

          java.lang.String memberName
          Member Name.
        • nodeName

          java.lang.String nodeName
          Node Name.
        • weight

          java.lang.Integer weight
          Member Weight.
  • Package com.ibm.websphere.naming

  • Package com.ibm.websphere.ola

    • Class com.ibm.websphere.ola.ConnectionSpecImpl extends java.lang.Object implements Serializable

      serialVersionUID:
      4205477718188402899L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Serialization support to read an object. Note that this is implemented so that we can support object versioning in the future, even though there is only one object version now.
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeObject

          private void writeObject(java.io.ObjectOutputStream s)
                            throws java.io.IOException
          Serialization support to write an object. Note that this is implemented so that we can support object versioning in the future, even though there is only one object version now.
          Throws:
          java.io.IOException
      • Serialization Overview

        • Fields for serialization
    • Class com.ibm.websphere.ola.IndexedRecordImpl extends java.lang.Object implements Serializable

      serialVersionUID:
      1607302106806298841L
      • Serialized Fields

        • records

          java.util.ArrayList<E> records
          A place to store the individual data elements
        • recordName

          java.lang.String recordName
          The name of this record
        • description

          java.lang.String description
          A description of the record
    • Class com.ibm.websphere.ola.InteractionSpecImpl extends java.lang.Object implements Serializable

      serialVersionUID:
      6558841348299793668L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Serialization support to read an object. Note that this is implemented so that we can support object versioning in the future, even though there is only one object version now.
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeObject

          private void writeObject(java.io.ObjectOutputStream s)
                            throws java.io.IOException
          Serialization support to write an object. Note that this is implemented so that we can support object versioning in the future, even though there is only one object version now.
          Throws:
          java.io.IOException
      • Serialization Overview

        • Fields that we are serializing
  • Package com.ibm.websphere.pmi

    • Class com.ibm.websphere.pmi.PmiDataInfo extends java.lang.Object implements Serializable

      serialVersionUID:
      -1609400918066043034L
      • Serialized Fields

        • id

          int id
        • name

          java.lang.String name
        • type

          int type
        • description

          java.lang.String description
        • category

          java.lang.String category
        • unit

          java.lang.String unit
        • level

          int level
        • resettable

          boolean resettable
        • aggregatable

          boolean aggregatable
        • zosAggregatable

          boolean zosAggregatable
        • onRequest

          boolean onRequest
        • statSet

          java.lang.String statSet
        • platform

          java.lang.String platform
        • submoduleName

          java.lang.String submoduleName
        • participation

          java.lang.String participation
        • comment

          java.lang.String comment
        • dependencyList

          java.util.ArrayList<E> dependencyList
    • Class com.ibm.websphere.pmi.PmiException extends java.lang.Exception implements Serializable

      serialVersionUID:
      6554934609377950521L
    • Class com.ibm.websphere.pmi.PmiModuleConfig extends java.lang.Object implements Serializable

      serialVersionUID:
      9139791110927568058L
      • Serialized Fields

        • UID

          java.lang.String UID
        • description

          java.lang.String description
        • mbeanType

          java.lang.String mbeanType
        • perfData

          java.util.HashMap<K,V> perfData
        • statsNLSFile

          java.lang.String statsNLSFile
        • dependList

          int[] dependList
        • hasSubMod

          boolean hasSubMod
        • hasSubModInit

          boolean hasSubModInit
    • Class com.ibm.websphere.pmi.SessionMemoryInfo extends java.lang.Object implements Serializable

      serialVersionUID:
      2406297225082890212L
      • Serialized Fields

        • count

          long count
        • total

          long total
        • min

          long min
        • max

          long max
  • Package com.ibm.websphere.pmi.client

  • Package com.ibm.websphere.pmi.client.event

    • Class com.ibm.websphere.pmi.client.event.CpdEventSenderImpl extends java.lang.Object implements Serializable

      serialVersionUID:
      -9154331800029736054L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream in)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Deprecated. 
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
  • Package com.ibm.websphere.pmi.stat

  • Package com.ibm.websphere.product

    • Class com.ibm.websphere.product.WASDirectoryException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -7434700192159079520L
      • Serialized Fields

        • boundException

          java.lang.Exception boundException
          Nested exception
        • text

          java.lang.String text
          Exception text
    • Class com.ibm.websphere.product.WASProductException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -7434700192159079510L
      • Serialized Fields

        • boundException

          java.lang.Exception boundException
        • text

          java.lang.String text
  • Package com.ibm.websphere.ras

    • Class com.ibm.websphere.ras.TraceElementState extends java.lang.Object implements Serializable

      serialVersionUID:
      8107390367594428067L
      • Serialized Fields

        • name

          java.lang.String name
          Deprecated. 
          The name of the trace entity whose state is captured by this TraceElementState
        • mask

          int mask
          Deprecated. 
          The mask whose contents capture the trace enable state for the trace entity identified by the name attribute.
    • Class com.ibm.websphere.ras.WsHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      7982846184106440705L
    • Class com.ibm.websphere.ras.WsJrasMessageLogger extends RASMessageLogger implements Serializable

      serialVersionUID:
      -7127221463181426909L
      • Serialized Fields

        • svWsHandler

          WsHandler svWsHandler
          Deprecated. 
          Define an instance of the opaque WsHandler.
        • ivTc

          com.ibm.ejs.ras.TraceComponent ivTc
          Deprecated. 
          The com.ibm.ejs.ras.TraceComponent object that identifies this logger to the Tr service.
        • ivWsHandlerInstalled

          boolean ivWsHandlerInstalled
          Deprecated. 
          A boolean used to indicate whether or not messages are being forwarded to WebSphere. (whether or not the virtual WebSphere Handler is installed or not)
        • ivUserHandlerInstalled

          boolean ivUserHandlerInstalled
          Deprecated. 
          A boolean used to indicate whether or not user-defined handlers are installed in this logger.
        • ivOrbLogger

          boolean ivOrbLogger
          Deprecated. 
          A boolean to indicate whether or not this is an Orb logger.
        • ivInitialized

          boolean ivInitialized
          Deprecated. 
          A boolean used to indicate whether or not this object has been initialized.
    • Class com.ibm.websphere.ras.WsJrasTraceLogger extends RASTraceLogger implements Serializable

      serialVersionUID:
      -7930896777201403486L
      • Serialized Fields

        • svWsHandler

          WsHandler svWsHandler
          Deprecated. 
          Define an instance of the opaque WsHandler.
        • ivTc

          com.ibm.ejs.ras.TraceComponent ivTc
          Deprecated. 
          The com.ibm.ejs.ras.TraceComponent object that identifies this logger to the Tr service.
        • ivTrName

          java.lang.String ivTrName
          Deprecated. 
        • ivWsHandlerInstalled

          boolean ivWsHandlerInstalled
          Deprecated. 
          A boolean used to indicate whether or not trace is being forwarded to WebSphere. (whether or not the virtual WebSphere Handler is installed or not)
        • ivUserHandlerInstalled

          boolean ivUserHandlerInstalled
          Deprecated. 
          A boolean used to indicate whether or not user-defined handlers are installed in this logger.
        • ivOrbLogger

          boolean ivOrbLogger
          Deprecated. 
          A boolean to indicate whether or not this is an Orb logger.
        • ivInitialized

          boolean ivInitialized
          Deprecated. 
          A boolean used to indicate whether or not this object has been initialized
        • ivOrganization

          java.lang.String ivOrganization
          Deprecated. 
          Other Strings we will support in TraceLoggers to give them equivalent functionality to message loggers.
        • ivProduct

          java.lang.String ivProduct
          Deprecated. 
        • ivComponent

          java.lang.String ivComponent
          Deprecated. 
  • Package com.ibm.websphere.rsadapter

    • Class com.ibm.websphere.rsadapter.DSPropertyEntry extends java.lang.Object implements Serializable

      serialVersionUID:
      -1420251691381854527L
      • Serialized Fields

        • propertyName

          java.lang.String propertyName
        • propertyType

          java.lang.String propertyType
        • required

          boolean required
        • defaultValue

          java.lang.Object defaultValue
  • Package com.ibm.websphere.sca.context

  • Package com.ibm.websphere.scheduler

  • Package com.ibm.websphere.sdo.mediator

  • Package com.ibm.websphere.sdo.mediator.exception

  • Package com.ibm.websphere.sdo.mediator.jdbc.exception

  • Package com.ibm.websphere.sdox

    • Class com.ibm.websphere.sdox.DataObjectStaticBase extends com.ibm.xml.sdo.model.DataObjectElement implements Serializable

    • Class com.ibm.websphere.sdox.SDOException extends java.lang.RuntimeException implements Serializable

      serialVersionUID:
      211L
  • Package com.ibm.websphere.security

    • Class com.ibm.websphere.security._UserRegistry_Stub extends javax.rmi.CORBA.Stub implements Serializable

    • Class com.ibm.websphere.security.CertificateMapFailedException extends WSSecurityException implements Serializable

      serialVersionUID:
      -2745350089461368647L
    • Class com.ibm.websphere.security.CertificateMapNotSupportedException extends WSSecurityException implements Serializable

      serialVersionUID:
      -2990393675191692512L
    • Class com.ibm.websphere.security.CustomRegistryException extends WSSecurityException implements Serializable

      serialVersionUID:
      -7806436129183927093L
    • Class com.ibm.websphere.security.DistributedUserMappingFailedException extends WSSecurityException implements Serializable

      serialVersionUID:
      3788116740369706129L
    • Class com.ibm.websphere.security.EntryNotFoundException extends WSSecurityException implements Serializable

      serialVersionUID:
      5789163023036418269L
    • Class com.ibm.websphere.security.NotImplementedException extends WSSecurityException implements Serializable

      serialVersionUID:
      1680889074992585609L
    • Class com.ibm.websphere.security.PasswordCheckFailedException extends WSSecurityException implements Serializable

      serialVersionUID:
      3640506429677174874L
    • Class com.ibm.websphere.security.ProviderFailureException extends WSSecurityException implements Serializable

    • Class com.ibm.websphere.security.Result extends java.lang.Object implements Serializable

      serialVersionUID:
      -9026260195868247308L
      • Serialized Fields

        • more

          boolean more
        • list

          java.util.List<E> list
    • Class com.ibm.websphere.security.SecurityProviderException extends java.security.ProviderException implements Serializable

      serialVersionUID:
      4623149547613172002L
      • Serialized Fields

        • exception

          java.lang.Exception exception
    • Class com.ibm.websphere.security.UserMappingException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -8965519533491541329L
      • Serialized Fields

        • errorPage

          java.lang.String errorPage
    • Class com.ibm.websphere.security.WebSphereRuntimePermission extends java.security.BasicPermission implements Serializable

      serialVersionUID:
      -3306242789188168337L
    • Class com.ibm.websphere.security.WebSphereSecurityPermission extends java.security.BasicPermission implements Serializable

      serialVersionUID:
      7885831460901050879L
    • Class com.ibm.websphere.security.WebTrustAssociationException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -4068474794305197973L
    • Class com.ibm.websphere.security.WebTrustAssociationFailedException extends com.ibm.websphere.security.WebTrustAssociationException implements Serializable

      serialVersionUID:
      -2991475097046505440L
    • Class com.ibm.websphere.security.WebTrustAssociationUserException extends com.ibm.websphere.security.WebTrustAssociationException implements Serializable

      serialVersionUID:
      -3409718364837759270L
    • Class com.ibm.websphere.security.WSSecurityException extends java.security.GeneralSecurityException implements Serializable

      serialVersionUID:
      -1594861211791629634L
  • Package com.ibm.websphere.security.auth

  • Package com.ibm.websphere.security.cred

  • Package com.ibm.websphere.servlet.cache

    • Class com.ibm.websphere.servlet.cache.CacheableJspPage extends com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase implements Serializable

    • Class com.ibm.websphere.servlet.cache.ClearMessage extends com.ibm.websphere.servlet.cache.GenericMessage implements Serializable

      serialVersionUID:
      -3828411588481345440L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.servlet.cache.ESIInvalidatorServlet extends javax.servlet.http.HttpServlet implements Serializable

      serialVersionUID:
      8842671181312469591L
    • Class com.ibm.websphere.servlet.cache.ExternalCacheEntry extends java.lang.Object implements Serializable

      serialVersionUID:
      1342185474L
      • Serialized Fields

        • 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<E>[] headerTable
          This hashtable contains the header fields needed for caching.
    • Class com.ibm.websphere.servlet.cache.GenericMessage extends java.lang.Object implements Serializable

      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.servlet.cache.InvalidationMessage extends com.ibm.websphere.servlet.cache.GenericMessage implements Serializable

      serialVersionUID:
      -815198133768640944L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.servlet.cache.JMSMessageProcessor extends java.lang.Object implements Serializable

      serialVersionUID:
      -6699831982060907655L
    • Class com.ibm.websphere.servlet.cache.MessageType extends java.lang.Object implements Serializable

      serialVersionUID:
      -6452947129101325558L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
    • Class com.ibm.websphere.servlet.cache.TemplateInvalidationMessage extends com.ibm.websphere.servlet.cache.GenericMessage implements Serializable

      serialVersionUID:
      3866863960425827086L
      • Serialization Methods

        • readExternal

          public void readExternal(java.io.ObjectInput arg0)
                            throws java.io.IOException,
                                   java.lang.ClassNotFoundException
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeExternal

          public void writeExternal(java.io.ObjectOutput arg0)
                             throws java.io.IOException
          Throws:
          java.io.IOException
  • Package com.ibm.websphere.servlet.error

  • Package com.ibm.websphere.servlet.event

  • Package com.ibm.websphere.servlet.filter

  • Package com.ibm.websphere.servlet.response

    • Class com.ibm.websphere.servlet.response.CollectionEnumerationHybrid extends java.util.ArrayList<E> implements Serializable

      serialVersionUID:
      -7103072034780794758L
      • Serialized Fields

        • iterator

          java.util.Iterator<E> iterator
    • Class com.ibm.websphere.servlet.response.ResponseErrorReport extends ServletErrorReport implements Serializable

      serialVersionUID:
      3978709506010395441L
    • Class com.ibm.websphere.servlet.response.StoredResponse extends javax.servlet.http.HttpServletResponseWrapper implements Serializable

      serialVersionUID:
      3257847662609707832L
      • Serialized Fields

        • _writer

          java.io.PrintWriter _writer
        • _out

          com.ibm.ws.webcontainer.srt.SRTOutputStream _out
        • _bbOut

          com.ibm.wsspi.webcontainer.util.ByteBufferOutputStream _bbOut
        • _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
        • _contentType

          java.lang.String _contentType
        • _encoding

          java.lang.String _encoding
        • _locale

          java.util.Locale _locale
        • _defaultLocale

          java.util.Locale _defaultLocale
        • bufferSize

          int bufferSize
        • isCommitted

          boolean isCommitted
        • _bbList

          java.util.List<E> _bbList
        • outputMethodListener

          com.ibm.wsspi.webcontainer.servlet.IOutputMethodListener outputMethodListener
        • isInclude

          boolean isInclude
        • headerTable

          java.util.Vector<E>[] headerTable
        • outputWritten

          boolean outputWritten
        • internalHeaderSettable

          boolean internalHeaderSettable
        • outputFlushed

          boolean outputFlushed
        • finishedOutput

          boolean finishedOutput
        • dummyResponse

          boolean dummyResponse
        • extResponse

          com.ibm.wsspi.webcontainer.servlet.IExtendedResponse extResponse
  • Package com.ibm.websphere.servlet.session

  • Package com.ibm.websphere.sib

  • Package com.ibm.websphere.sib.admin

    • Class com.ibm.websphere.sib.admin.SIBMQClientLinkConnectionStatus extends java.lang.Object implements Serializable

      serialVersionUID:
      4253150578348407107L
      • Serialized Fields

        • connectionHandle

          long connectionHandle
        • ipAddress

          java.lang.String ipAddress
          client connection status Note: If a status field is not available then it should be set as null
        • status

          com.ibm.ws.sib.admin.SIBMQClientLinkState status
        • messagesSent

          java.lang.Long messagesSent
        • messagesReceived

          java.lang.Long messagesReceived
        • buffersSent

          java.lang.Long buffersSent
        • buffersReceived

          java.lang.Long buffersReceived
        • bytesSent

          java.lang.Long bytesSent
        • bytesReceived

          java.lang.Long bytesReceived
        • channelStartTimeMillis

          java.lang.Long channelStartTimeMillis
        • lastMessageSendTimeMillis

          java.lang.Long lastMessageSendTimeMillis
        • lastMessageReceiveTimeMillis

          java.lang.Long lastMessageReceiveTimeMillis
        • heartbeatInterval

          java.lang.Integer heartbeatInterval
        • maxMessageLength

          java.lang.Integer maxMessageLength
        • stopRequested

          java.lang.Boolean stopRequested
        • localAddress

          java.lang.String localAddress
        • apiCallsServiced

          java.lang.Long apiCallsServiced
    • Class com.ibm.websphere.sib.admin.SIBMQClientLinkState extends com.ibm.ws.sib.admin.SIBMQClientLinkState implements Serializable

      serialVersionUID:
      2503666160390995225L
    • Class com.ibm.websphere.sib.admin.SIBMQLinkNPMSpeed extends com.ibm.ws.sib.admin.SIBMQLinkNPMSpeed implements Serializable

      serialVersionUID:
      3898068413007750234L
    • Class com.ibm.websphere.sib.admin.SIBMQLinkReceiverCurrentStatus extends java.lang.Object implements Serializable

      serialVersionUID:
      -3003198864052122600L
      • Serialized Fields

        • instanceHandle

          long instanceHandle
        • queueManager

          java.lang.String queueManager
          receiver channel status Note: If a status field is not available then it should be set as null
        • ipAddress

          java.lang.String ipAddress
        • status

          com.ibm.ws.sib.admin.SIBMQLinkState status
        • currentLUWID

          java.lang.String currentLUWID
        • currentSequenceNumber

          java.lang.Long currentSequenceNumber
        • lastLUWID

          java.lang.String lastLUWID
        • lastSequenceNumber

          java.lang.Long lastSequenceNumber
        • messagesInCurrentBatch

          java.lang.Integer messagesInCurrentBatch
        • numberOfBatchesReceived

          java.lang.Long numberOfBatchesReceived
        • batchSize

          java.lang.Integer batchSize
        • numberOfMessagesReceived

          java.lang.Long numberOfMessagesReceived
        • buffersSent

          java.lang.Long buffersSent
        • buffersReceived

          java.lang.Long buffersReceived
        • bytesSent

          java.lang.Long bytesSent
        • bytesReceived

          java.lang.Long bytesReceived
        • channelStartTimeMillis

          java.lang.Long channelStartTimeMillis
        • lastMessageReceiveTimeMillis

          java.lang.Long lastMessageReceiveTimeMillis
        • heartbeatInterval

          java.lang.Integer heartbeatInterval
        • maxMessageLength

          java.lang.Integer maxMessageLength
        • npmSpeed

          com.ibm.ws.sib.admin.SIBMQLinkNPMSpeed npmSpeed
        • stopRequested

          java.lang.Boolean stopRequested
        • sequenceWrapValue

          java.lang.Integer sequenceWrapValue
        • adoptable

          java.lang.Boolean adoptable
        • channelName

          java.lang.String channelName
        • inboundNPReliability

          java.lang.String inboundNPReliability
        • inboundPersReliability

          java.lang.String inboundPersReliability
    • Class com.ibm.websphere.sib.admin.SIBMQLinkReceiverSavedStatus extends java.lang.Object implements Serializable

      serialVersionUID:
      8412197535471616864L
      • Serialized Fields

        • queueManager

          java.lang.String queueManager
          receiver channel saved status Note: If a status field is not available then it should be set as null
        • channelName

          java.lang.String channelName
        • lastLUWID

          java.lang.String lastLUWID
        • lastSequenceNumber

          java.lang.Long lastSequenceNumber
    • Class com.ibm.websphere.sib.admin.SIBMQLinkSenderCurrentStatus extends java.lang.Object implements Serializable

      serialVersionUID:
      -8887607312299276390L
      • Serialized Fields

        • queueManager

          java.lang.String queueManager
          sender channel current status Note: If a status field is not available then it should be set as null
        • ipAddress

          java.lang.String ipAddress
        • status

          com.ibm.ws.sib.admin.SIBMQLinkState status
        • currentLUWID

          java.lang.String currentLUWID
        • currentSequenceNumber

          java.lang.Long currentSequenceNumber
        • inDoubt

          java.lang.Boolean inDoubt
        • lastLUWID

          java.lang.String lastLUWID
        • lastSequenceNumber

          java.lang.Long lastSequenceNumber
        • messagesInCurrentBatch

          java.lang.Integer messagesInCurrentBatch
        • numberOfBatchesSent

          java.lang.Long numberOfBatchesSent
        • batchSize

          java.lang.Integer batchSize
        • numberOfMessagesSent

          java.lang.Long numberOfMessagesSent
        • buffersSent

          java.lang.Long buffersSent
        • buffersReceived

          java.lang.Long buffersReceived
        • bytesSent

          java.lang.Long bytesSent
        • bytesReceived

          java.lang.Long bytesReceived
        • channelStartTimeMillis

          java.lang.Long channelStartTimeMillis
        • lastMessageSendTimeMillis

          java.lang.Long lastMessageSendTimeMillis
        • heartbeatInterval

          java.lang.Integer heartbeatInterval
        • remainingLongRetryStarts

          java.lang.Integer remainingLongRetryStarts
        • remainingShortRetryStarts

          java.lang.Integer remainingShortRetryStarts
        • maxMessageLength

          java.lang.Integer maxMessageLength
        • npmSpeed

          com.ibm.ws.sib.admin.SIBMQLinkNPMSpeed npmSpeed
        • stopRequested

          java.lang.Boolean stopRequested
        • sequenceWrapValue

          java.lang.Integer sequenceWrapValue
        • channelName

          java.lang.String channelName
        • hostName

          java.lang.String hostName
        • connameList

          java.lang.String connameList
        • portNumber

          java.lang.Integer portNumber
        • transportChain

          java.lang.String transportChain
        • disconnectInterval

          java.lang.Integer disconnectInterval
        • shortRetryCount

          java.lang.Integer shortRetryCount
        • shortRetryInterval

          java.lang.Integer shortRetryInterval
        • longRetryCount

          java.lang.Integer longRetryCount
        • longRetryInterval

          java.lang.Integer longRetryInterval
    • Class com.ibm.websphere.sib.admin.SIBMQLinkSenderSavedStatus extends java.lang.Object implements Serializable

      serialVersionUID:
      3483877636427070296L
      • Serialized Fields

        • queueManager

          java.lang.String queueManager
          sender channel saved status Note: If a status field is not available then it should be set as null
        • channelName

          java.lang.String channelName
        • currentLUWID

          java.lang.String currentLUWID
        • currentSequenceNumber

          java.lang.Long currentSequenceNumber
        • inDoubt

          java.lang.Boolean inDoubt
        • lastLUWID

          java.lang.String lastLUWID
        • lastSequenceNumber

          java.lang.Long lastSequenceNumber
    • Class com.ibm.websphere.sib.admin.SIBMQLinkState extends com.ibm.ws.sib.admin.SIBMQLinkState implements Serializable

      serialVersionUID:
      -2315005350893034171L
    • Class com.ibm.websphere.sib.admin.SIBMQResourceDiscoveryException extends java.lang.Exception implements Serializable

      serialVersionUID:
      1580360480541070496L
    • Class com.ibm.websphere.sib.admin.SIBPSBSubscription extends java.lang.Object implements Serializable

      serialVersionUID:
      431848065792994531L
      • Serialized Fields

        • topicName

          java.lang.String topicName
          PSB Subscription Note: If a status field is not available then it should be set as null
        • topicSpace

          java.lang.String topicSpace
        • direction

          java.lang.String direction
        • brokerStreamQueue

          java.lang.String brokerStreamQueue
        • subscriptionPoint

          java.lang.String subscriptionPoint
        • messageCount

          java.lang.Long messageCount
        • status

          java.lang.String status
    • Class com.ibm.websphere.sib.admin.SIBRuntimeOperationFailedException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -8025384385697021878L
  • Package com.ibm.websphere.sib.api.jms

  • Package com.ibm.websphere.sib.exception

  • Package com.ibm.websphere.sib.mediation.handler

  • Package com.ibm.websphere.sib.mediation.handler.ejb

  • Package com.ibm.websphere.sib.mediation.session

  • Package com.ibm.websphere.sib.wsn.faults

  • Package com.ibm.websphere.sip

  • Package com.ibm.websphere.sip.resolver.events

  • Package com.ibm.websphere.sip.resolver.exception

  • Package com.ibm.websphere.sip.unmatchedMessages.events

  • Package com.ibm.websphere.soa.sca.operationselector.jms

  • Package com.ibm.websphere.soa.sca.wireformat

  • Package com.ibm.websphere.ssl

  • Package com.ibm.websphere.webservices.soap

  • Package com.ibm.websphere.websvcs.rm

    • Class com.ibm.websphere.websvcs.rm.MessageData.MessageState extends java.lang.Object implements Serializable

      serialVersionUID:
      -3734037148832826274L
      • Serialized Fields

        • state

          int state
          An int representation of the MessageState
        • state_description

          java.lang.String state_description
          A description of this MessageState
        • is_problem_state

          boolean is_problem_state
    • Class com.ibm.websphere.websvcs.rm.SequenceData.SequenceState extends java.lang.Object implements Serializable

      serialVersionUID:
      -7857646526398439444L
      • Serialized Fields

        • state

          int state
          An int representation of the SequenceState
        • state_description

          java.lang.String state_description
          A description of this SequenceState
        • is_error_state

          boolean is_error_state
        • is_warning_state

          boolean is_warning_state
  • Package com.ibm.websphere.wlm.exception

  • Package com.ibm.websphere.workarea

  • Package com.ibm.websphere.wsaddressing

  • Package com.ibm.websphere.wsba

  • Package com.ibm.websphere.wsrf

  • Package com.ibm.websphere.wssecurity.callbackhandler

    • Class com.ibm.websphere.wssecurity.callbackhandler.GenericIssuedTokenConsumeCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      4652590475346979402L
      • Serialized Fields

        • stsURI

          java.lang.String stsURI
        • stsPolicy

          java.lang.String stsPolicy
        • stsBinding

          java.lang.String stsBinding
        • wstNamespace

          java.lang.String wstNamespace
        • stsSoapVersion

          java.lang.String stsSoapVersion
        • stsBindingScope

          java.lang.String stsBindingScope
        • map

          java.util.Map<K,V> map
        • exchangedTokenType

          java.lang.String exchangedTokenType
        • validateTarget

          java.lang.String validateTarget
        • issuer

          java.lang.String issuer
        • stsValidatePolicy

          java.lang.String stsValidatePolicy
        • stsValidateBinding

          java.lang.String stsValidateBinding
        • collectionRequest

          boolean collectionRequest
        • keyStoreRef

          java.lang.String keyStoreRef
        • keyStorePath

          java.lang.String keyStorePath
        • keyStoreType

          java.lang.String keyStoreType
        • keyStorePassword

          char[] keyStorePassword
        • alias

          java.lang.String alias
        • keyPassword

          char[] keyPassword
        • keyName

          java.lang.String keyName
        • confirmationMethod

          java.lang.String confirmationMethod
        • checkConfirmation

          boolean checkConfirmation
        • trustedIssuers

          java.util.ArrayList<E> trustedIssuers
        • trustedEntries

          com.ibm.wsspi.wssecurity.core.config.TrustedEntryConfig trustedEntries
    • Class com.ibm.websphere.wssecurity.callbackhandler.GenericIssuedTokenGenerateCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      4652590475346979402L
      • Serialized Fields

        • stsURI

          java.lang.String stsURI
        • stsPolicy

          java.lang.String stsPolicy
        • stsBinding

          java.lang.String stsBinding
        • wstNamespace

          java.lang.String wstNamespace
        • stsSoapVersion

          java.lang.String stsSoapVersion
        • stsBindingScope

          java.lang.String stsBindingScope
        • map

          java.util.Map<K,V> map
        • includeTokenType

          boolean includeTokenType
        • issuer

          java.lang.String issuer
        • useRunAsSubject

          boolean useRunAsSubject
        • useToken

          java.lang.String useToken
        • validateUseToken

          boolean validateUseToken
        • validateTarget

          java.lang.String validateTarget
        • stsValidatePolicy

          java.lang.String stsValidatePolicy
        • stsValidateBinding

          java.lang.String stsValidateBinding
        • useRunAsSubjectOnly

          boolean useRunAsSubjectOnly
        • passwordRequired

          boolean passwordRequired
        • gencont

          WSSGenerationContext gencont
        • concont

          WSSConsumingContext concont
        • gencont4validate

          WSSGenerationContext gencont4validate
        • concont4validate

          WSSConsumingContext concont4validate
        • sslConfigUrl

          java.lang.String sslConfigUrl
        • appliesTo

          java.lang.String appliesTo
        • collectionRequest

          boolean collectionRequest
    • Class com.ibm.websphere.wssecurity.callbackhandler.KRBTokenConsumeCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      5739806943302253015L
      • Serialized Fields

        • tokentype

          javax.xml.namespace.QName tokentype
        • keylength

          int keylength
        • nonceLength

          int nonceLength
        • requiredDKT

          boolean requiredDKT
        • sha1AsSupportToken

          boolean sha1AsSupportToken
        • clientLabel

          java.lang.String clientLabel
        • serviceLabel

          java.lang.String serviceLabel
        • useWSSAPI

          boolean useWSSAPI
        • wssDecryption

          WSSDecryption wssDecryption
        • wssVerification

          WSSVerification wssVerification
    • Class com.ibm.websphere.wssecurity.callbackhandler.KRBTokenGenerateCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      6359305002065428613L
      • Serialized Fields

        • promptUser

          boolean promptUser
        • alwaysSendAP_REQ

          boolean alwaysSendAP_REQ
        • sha1AsSupportToken

          boolean sha1AsSupportToken
        • userNamePrompt

          java.lang.String userNamePrompt
        • passwordPrompt

          java.lang.String passwordPrompt
        • clientName

          java.lang.String clientName
        • clientpassword

          char[] clientpassword
        • clientNamePrompted

          java.lang.String clientNamePrompted
        • clientpasswordPrompted

          char[] clientpasswordPrompted
        • clientRealmName

          java.lang.String clientRealmName
        • clientRealmNameLabel

          java.lang.String clientRealmNameLabel
        • targetServiceName

          java.lang.String targetServiceName
        • targetServiceHostName

          java.lang.String targetServiceHostName
        • targetServiceRealmName

          java.lang.String targetServiceRealmName
        • tokenValueType

          javax.xml.namespace.QName tokenValueType
        • keylength

          int keylength
        • nonceLength

          int nonceLength
        • requiredDKT

          boolean requiredDKT
        • clientLabel

          java.lang.String clientLabel
        • serviceLabel

          java.lang.String serviceLabel
        • useWSSAPI

          boolean useWSSAPI
        • wssEncryption

          WSSEncryption wssEncryption
        • wssSignature

          WSSSignature wssSignature
        • REPROMPT

          boolean REPROMPT
    • Class com.ibm.websphere.wssecurity.callbackhandler.SAMLConsumerCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      -2223655857588374454L
      • Serialized Fields

        • keyStoreRef

          java.lang.String keyStoreRef
        • keyStorePath

          java.lang.String keyStorePath
        • keyStoreType

          java.lang.String keyStoreType
        • keyStorePassword

          char[] keyStorePassword
        • alias

          java.lang.String alias
        • keyPassword

          char[] keyPassword
        • keyName

          java.lang.String keyName
        • trustStoreRef

          java.lang.String trustStoreRef
        • trustStorePath

          java.lang.String trustStorePath
        • trustStoreType

          java.lang.String trustStoreType
        • trustStorePassword

          char[] trustStorePassword
        • trustedAlias

          java.lang.String trustedAlias
        • trustAnySigner

          boolean trustAnySigner
        • signatureRequired

          boolean signatureRequired
        • clockSkew

          long clockSkew
        • oneTimeUseValidation

          boolean oneTimeUseValidation
        • audienceValidation

          boolean audienceValidation
        • trustedIssuers

          java.util.ArrayList<E> trustedIssuers
        • confirmationMethod

          java.lang.String confirmationMethod
        • X509Paths

          java.util.List<E> X509Paths
        • CRLPaths

          java.util.List<E> CRLPaths
        • allowUnencKeyInHoK

          boolean allowUnencKeyInHoK
        • dktKeylength

          int dktKeylength
        • nonceLength

          int nonceLength
        • requiredDKT

          boolean requiredDKT
        • useImpliedDkt

          boolean useImpliedDkt
        • clientLabel

          java.lang.String clientLabel
        • serviceLabel

          java.lang.String serviceLabel
        • isWSSAPI

          boolean isWSSAPI
        • trustedEntries

          com.ibm.wsspi.wssecurity.core.config.TrustedEntryConfig trustedEntries
    • Class com.ibm.websphere.wssecurity.callbackhandler.SAMLGenerateCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      -2223655857588374454L
      • Serialized Fields

        • type

          int type
        • storeRef

          java.lang.String storeRef
        • storePath

          java.lang.String storePath
        • storeType

          java.lang.String storeType
        • storePassword

          char[] storePassword
        • alias

          java.lang.String alias
        • keyPassword

          char[] keyPassword
        • keyName

          java.lang.String keyName
        • certStores

          java.util.List<E> certStores
        • requestorCertificate

          boolean requestorCertificate
        • identityAssertion

          boolean identityAssertion
        • stsURI

          java.lang.String stsURI
        • keyType

          java.lang.String keyType
        • keySize

          java.lang.String keySize
        • confirmationMethod

          java.lang.String confirmationMethod
        • authenticationMethod

          java.lang.String authenticationMethod
        • stsPolicy

          java.lang.String stsPolicy
        • stsBinding

          java.lang.String stsBinding
        • stsBindingScope

          java.lang.String stsBindingScope
        • stsSoapVersion

          java.lang.String stsSoapVersion
        • tokenRequest

          java.lang.String tokenRequest
        • wstNamespace

          java.lang.String wstNamespace
        • collectionRequest

          boolean collectionRequest
        • failOverToTokenRequest

          boolean failOverToTokenRequest
        • signatureRequired

          boolean signatureRequired
        • cacheToken

          boolean cacheToken
        • cacheCushion

          long cacheCushion
        • targetAlias

          java.lang.String targetAlias
        • usekeyType

          java.lang.String usekeyType
        • clockSkew

          long clockSkew
        • tokenType

          java.lang.String tokenType
        • userid

          java.lang.String userid
        • audienceRestriction

          boolean audienceRestriction
        • gencont

          WSSGenerationContext gencont
        • concont

          WSSConsumingContext concont
        • sslConfigUrl

          java.lang.String sslConfigUrl
        • appliesTo

          java.lang.String appliesTo
        • attributes

          java.util.ArrayList<E> attributes
        • rstt

          java.util.Map<K,V> rstt
        • dktKeylength

          int dktKeylength
        • nonceLength

          int nonceLength
        • requiredDKT

          boolean requiredDKT
        • clientLabel

          java.lang.String clientLabel
        • serviceLabel

          java.lang.String serviceLabel
        • useImpliedDkt

          boolean useImpliedDkt
        • isWSSAPI

          boolean isWSSAPI
        • includeRealmName

          boolean includeRealmName
        • includeSecurityName

          boolean includeSecurityName
        • includeUniqueSecurityName

          boolean includeUniqueSecurityName
        • includeCredentialToken

          boolean includeCredentialToken
        • includeOID

          boolean includeOID
        • includeExpiration

          boolean includeExpiration
        • includePrimaryGroupId

          boolean includePrimaryGroupId
        • includeGroupIds

          boolean includeGroupIds
        • includeHostName

          boolean includeHostName
        • useUniqueSecurityName

          boolean useUniqueSecurityName
        • issueMode

          com.ibm.wsspi.wssecurity.saml.config.RequesterConfig.requestMode issueMode
        • onBehalfOfRequired

          boolean onBehalfOfRequired
        • onBehalfOfTokenType

          java.lang.String onBehalfOfTokenType
        • onBehalfOfReIssue

          boolean onBehalfOfReIssue
        • actAsRequired

          boolean actAsRequired
        • actAsTokenType

          java.lang.String actAsTokenType
        • actAsReIssue

          boolean actAsReIssue
    • Class com.ibm.websphere.wssecurity.callbackhandler.SCTConsumeCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      -1898995112290984932L
      • Serialized Fields

        • serviceLabel

          java.lang.String serviceLabel
        • clientLabel

          java.lang.String clientLabel
        • encryptionAlgorithm

          java.lang.String encryptionAlgorithm
        • requireDerivedKey

          boolean requireDerivedKey
        • keylenghth

          int keylenghth
        • nonceLength

          int nonceLength
        • wssDecryption

          WSSDecryption wssDecryption
        • wssVerification

          WSSVerification wssVerification
    • Class com.ibm.websphere.wssecurity.callbackhandler.SCTGenerateCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      4562705769327050747L
      • Serialized Fields

        • gencont

          WSSGenerationContext gencont
        • concont

          WSSConsumingContext concont
        • serviceEndpointAddress

          java.lang.String serviceEndpointAddress
        • requiredDKT

          boolean requiredDKT
        • signatureAlgorithm

          java.lang.String signatureAlgorithm
        • signatureKeyBytesLength

          int signatureKeyBytesLength
        • encyptionAlgorithm

          java.lang.String encyptionAlgorithm
        • encyptionKeyBytesLength

          int encyptionKeyBytesLength
        • token

          SecurityContextToken token
        • clientLabel

          java.lang.String clientLabel
        • serviceLabel

          java.lang.String serviceLabel
        • bindingProvider

          javax.xml.ws.BindingProvider bindingProvider
        • axis2BindingProvider

          javax.xml.ws.BindingProvider axis2BindingProvider
        • keylenghth

          int keylenghth
        • nonceLength

          int nonceLength
    • Class com.ibm.websphere.wssecurity.callbackhandler.UNTConsumeCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      -7697288722423541895L
      • Serialized Fields

        • setNonce

          boolean setNonce
        • setCreatedTimestamp

          boolean setCreatedTimestamp
        • identityAssertion

          boolean identityAssertion
        • trustedRealm

          boolean trustedRealm
    • Class com.ibm.websphere.wssecurity.callbackhandler.UNTGenerateCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      3486899256146086776L
      • Serialized Fields

        • userid

          java.lang.String userid
        • password

          char[] password
        • identityAssertion

          boolean identityAssertion
        • runAsSubject

          boolean runAsSubject
        • sendRealm

          boolean sendRealm
        • nonce

          boolean nonce
        • createdTimestamp

          boolean createdTimestamp
        • trustedRealm

          boolean trustedRealm
    • Class com.ibm.websphere.wssecurity.callbackhandler.UNTGUIPromptCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      8793785569405324482L
      • Serialized Fields

        • userid

          java.lang.String userid
        • password

          java.lang.String password
        • realmName

          java.lang.String realmName
        • userNamePrompt

          java.lang.String userNamePrompt
        • passwordPrompt

          java.lang.String passwordPrompt
        • result

          int result
        • nonce

          boolean nonce
        • createdTimestamp

          boolean createdTimestamp
    • Class com.ibm.websphere.wssecurity.callbackhandler.X509ConsumeCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      4652590475346979402L
      • Serialized Fields

        • existKeyStore

          boolean existKeyStore
        • trustAnyCertificate

          boolean trustAnyCertificate
        • keyStoreRef

          java.lang.String keyStoreRef
        • keyStorePath

          java.lang.String keyStorePath
        • keyStoreType

          java.lang.String keyStoreType
        • keyStorePassword

          char[] keyStorePassword
        • alias

          java.lang.String alias
        • keyPassword

          char[] keyPassword
        • keyName

          java.lang.String keyName
        • trustAnchorPath

          java.lang.String trustAnchorPath
        • trustAnchorType

          java.lang.String trustAnchorType
        • trustAnchorPassword

          char[] trustAnchorPassword
        • certStores

          java.util.List<E> certStores
        • certPathParam

          java.security.cert.PKIXBuilderParameters certPathParam
        • provider

          java.security.Provider provider
    • Class com.ibm.websphere.wssecurity.callbackhandler.X509GenerateCallbackHandler extends java.lang.Object implements Serializable

      serialVersionUID:
      -2223655857588374454L
      • Serialized Fields

        • type

          int type
        • requestorCertificate

          boolean requestorCertificate
        • identityAssertion

          boolean identityAssertion
        • storeRef

          java.lang.String storeRef
        • storePath

          java.lang.String storePath
        • storeType

          java.lang.String storeType
        • storePassword

          char[] storePassword
        • alias

          java.lang.String alias
        • keyPassword

          char[] keyPassword
        • keyName

          java.lang.String keyName
        • certStores

          java.util.List<E> certStores
  • Package com.ibm.websphere.wssecurity.wssapi

  • Package com.ibm.websphere.wssecurity.wssapi.spec

  • Package com.ibm.ws.tpv.advisor.utils

    • Class com.ibm.ws.tpv.advisor.utils.AdvisorChartData extends java.lang.Object implements Serializable

      serialVersionUID:
      -2696997261252377959L
      • Serialized Fields

        • cpuUsageName

          java.lang.String cpuUsageName
        • cpuUsageIdle

          long cpuUsageIdle
        • cpuUsageUsed

          long cpuUsageUsed
        • cpuUsageAvailable

          boolean cpuUsageAvailable
        • dataSourceNames

          java.lang.String[] dataSourceNames
        • dataSourceTypes

          java.lang.String[] dataSourceTypes
        • dataSourceConnectionsIdle

          long[] dataSourceConnectionsIdle
        • dataSourceConnectionsUsed

          long[] dataSourceConnectionsUsed
        • dataSourcesAvailable

          boolean dataSourcesAvailable
        • threadPoolNames

          java.lang.String[] threadPoolNames
        • threadPoolTypes

          java.lang.String[] threadPoolTypes
        • threadPoolConnectionsIdle

          long[] threadPoolConnectionsIdle
        • threadPoolConnectionsUsed

          long[] threadPoolConnectionsUsed
        • threadPoolsAvailable

          boolean threadPoolsAvailable
        • webContainerRequestsPerSecond

          double webContainerRequestsPerSecond
        • webContainerResponseTime

          double webContainerResponseTime
        • webContainerAvailable

          boolean webContainerAvailable
        • ejbContainerRequestsPerSecond

          double ejbContainerRequestsPerSecond
        • ejbContainerResponseTime

          double ejbContainerResponseTime
        • ejbContainerAvailable

          boolean ejbContainerAvailable
  • Package com.ibm.ws.tpv.engine

    • Class com.ibm.ws.tpv.engine.ServerSettings extends java.lang.Object implements Serializable

      serialVersionUID:
      -2467438118069119321L
      • Serialized Fields

        • pollingInterval

          long pollingInterval
        • bufferSize

          int bufferSize
    • Class com.ibm.ws.tpv.engine.TPVCollaborator extends RuntimeCollaborator implements Serializable

      serialVersionUID:
      2488808807465340952L
      • Serialized Fields

        • engine

          com.ibm.ws.tpv.engine.TPVEngine engine
    • Class com.ibm.ws.tpv.engine.UserPreferences extends java.lang.Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • hashCode

          int hashCode
        • nodeName

          java.lang.String nodeName
        • serverName

          java.lang.String serverName
        • userId

          java.lang.String userId
        • refreshRate

          int refreshRate
        • bufferSize

          int bufferSize
        • numLogFiles

          int numLogFiles
        • logFileSize

          long logFileSize
        • loggingDuration

          long loggingDuration
        • viewLog

          boolean viewLog
        • logFileName

          java.lang.String logFileName
        • tpvLogFormat

          java.lang.String tpvLogFormat
  • Package com.ibm.ws.tpv.engine.buffer

    • Class com.ibm.ws.tpv.engine.buffer.StatRequest extends java.lang.Object implements Serializable

      serialVersionUID:
      4438150060822255453L
      • Serialized Fields

        • node

          java.lang.String node
        • server

          java.lang.String server
        • logName

          java.lang.String logName
        • uid

          int uid
        • type_mode

          byte type_mode
        • view

          byte view
        • logPlayMode

          byte logPlayMode
        • dataIds

          int[] dataIds
        • flags

          byte flags
        • userID

          java.lang.String userID
    • Class com.ibm.ws.tpv.engine.buffer.StatResult extends java.lang.Object implements Serializable

      serialVersionUID:
      -5255838568372144322L
      • Serialized Fields

        • flags

          byte flags
        • stats

          WSStats[] stats
        • endOfFile

          boolean endOfFile
    • Class com.ibm.ws.tpv.engine.buffer.TreeNodeData extends java.lang.Object implements Serializable

      serialVersionUID:
      410957517958047078L
      • Serialized Fields

        • children

          java.util.ArrayList<E> children
        • UID

          int UID
        • level

          int level
        • statsName

          java.lang.String statsName
        • statsType

          java.lang.String statsType
  • Package com.ibm.ws.tpv.engine.filter.summary

    • Class com.ibm.ws.tpv.engine.filter.summary.ConnectionPoolSummary extends com.ibm.ws.tpv.engine.filter.summary.PoolSummary implements Serializable

      serialVersionUID:
      -6895805688548199549L
    • Class com.ibm.ws.tpv.engine.filter.summary.EJBSummary extends Summary implements Serializable

      serialVersionUID:
      -3712396772588834730L
      • Serialized Fields

        • ejbSummaryObjs

          java.util.ArrayList<E> ejbSummaryObjs
    • Class com.ibm.ws.tpv.engine.filter.summary.EJBSummaryObj extends java.lang.Object implements Serializable

      serialVersionUID:
      -4837807791916984196L
      • Serialized Fields

        • appName

          java.lang.String appName
        • ejbName

          java.lang.String ejbName
        • time

          long time
        • methodCalls

          long methodCalls
        • avgRespTime

          float avgRespTime
        • methods

          java.util.HashMap<K,V> methods
    • Class com.ibm.ws.tpv.engine.filter.summary.PoolSummary extends Summary implements Serializable

      serialVersionUID:
      -6172750943104030376L
      • Serialized Fields

        • time

          long[] time
        • pools

          java.util.HashMap<K,V> pools
    • Class com.ibm.ws.tpv.engine.filter.summary.ServletSummary extends Summary implements Serializable

      serialVersionUID:
      6316693524611180180L
      • Serialized Fields

        • servletSummaryObjs

          java.util.ArrayList<E> servletSummaryObjs
    • Class com.ibm.ws.tpv.engine.filter.summary.ServletSummaryObj extends java.lang.Object implements Serializable

      serialVersionUID:
      4235855804454525818L
      • Serialized Fields

        • appName

          java.lang.String appName
        • servletName

          java.lang.String servletName
        • time

          long time
        • totalReqs

          long totalReqs
        • avgRespTime

          float avgRespTime
    • Class com.ibm.ws.tpv.engine.filter.summary.Summary extends java.lang.Object implements Serializable

      • Serialized Fields

        • EOF

          boolean EOF
        • type

          byte type
    • Class com.ibm.ws.tpv.engine.filter.summary.ThreadPoolSummary extends com.ibm.ws.tpv.engine.filter.summary.PoolSummary implements Serializable

      serialVersionUID:
      -7631311566044881225L
  • Package com.ibm.ws.tpv.engine.utils

    • Class com.ibm.ws.tpv.engine.utils.ServerBean extends java.lang.Object implements Serializable

      serialVersionUID:
      -7841652408379196462L
      • Serialized Fields

        • node

          java.lang.String node
        • server

          java.lang.String server
    • Class com.ibm.ws.tpv.engine.utils.ServerUserBean extends ServerBean implements Serializable

      serialVersionUID:
      -143409295605927324L
      • Serialized Fields

        • userId

          java.lang.String userId
  • Package com.ibm.ws.webservices

    • Class com.ibm.ws.webservices.WebServicesException extends java.lang.Exception implements Serializable

  • Package com.ibm.ws.webservices.engine.client

    • Class com.ibm.ws.webservices.engine.client.ClientEngine extends com.ibm.ws.webservices.engine.WebServicesEngine implements Serializable

    • Class com.ibm.ws.webservices.engine.client.Service extends java.lang.Object implements Serializable

      • Serialized Fields

        • engine

          com.ibm.ws.webservices.engine.WebServicesEngine engine
        • serviceName

          javax.xml.namespace.QName serviceName
        • serviceRefName

          java.lang.String serviceRefName
        • portTypeToPortMapping

          java.util.Map<K,V> portTypeToPortMapping
        • seiToPortTypeMapping

          java.util.Map<K,V> seiToPortTypeMapping
        • overriddingEndpointURIs

          java.util.Map<K,V> overriddingEndpointURIs
        • wsdlLoadStrategyPath

          java.lang.String wsdlLoadStrategyPath
        • wsdlLocation

          java.net.URL wsdlLocation
        • wsdlFileName

          java.lang.String wsdlFileName
        • wsdlDefinition

          javax.wsdl.Definition wsdlDefinition
        • wsdlService

          javax.wsdl.Service wsdlService
        • maintainSession

          boolean maintainSession
        • registry

          com.ibm.ws.webservices.engine.client.Service.HandlerRegistryImpl registry
        • namespace2packageMapping

          java.util.Map<K,V> namespace2packageMapping
        • connectionMap

          java.util.Map<K,V> connectionMap
    • Class com.ibm.ws.webservices.engine.client.Service.HandlerRegistryImpl extends java.lang.Object implements Serializable

  • Package com.ibm.wsspi.pmi.factory

    • Class com.ibm.wsspi.pmi.factory.StatsFactoryException extends java.lang.Exception implements Serializable

      serialVersionUID:
      3038181289491772545L
  • Package com.ibm.wsspi.wssecurity.wssapi

IBM WebSphere Application ServerTM
Release 8.5