Serialized Form

  • 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
    • Class com.ibm.websphere.ola.MappedRecordImpl extends java.lang.Object implements Serializable

      serialVersionUID:
      1L
      • Serialized Fields

        • recordName

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

          java.lang.String recordDescription
          The description for this record.
        • containerMap

          java.util.HashMap<K,V> containerMap
          The HashMap containing all of the pairs of Container names and data that belongs in them.
        • dataSize

          int dataSize
          The number of bytes of data currently in the containerMap
    • Class com.ibm.websphere.ola.OLAConnectionHandle extends java.lang.Object implements Serializable

      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Serialization support to read an object
          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
          Throws:
          java.io.IOException
      • Serialization Overview

        • Serialization support.
    • Class com.ibm.websphere.ola.OLAException extends java.lang.Exception implements Serializable

      serialVersionUID:
      -7250351020106554169L
    • Class com.ibm.websphere.ola.OLARGEInformation extends java.lang.Object implements Serializable

      serialVersionUID:
      -5460052819866623277L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Serialization support to read an object.
          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.
          Throws:
          java.io.IOException
      • Serialization Overview

        • Fields that we are serializing
    • Class com.ibm.websphere.ola.OLARGEList extends java.lang.Object implements Serializable

      serialVersionUID:
      -5672644324301733044L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Serialization support for reading this object.
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeObject

          private void writeObject(java.io.ObjectOutputStream s)
                            throws java.io.IOException
          Serialization support for writing this object.
          Throws:
          java.io.IOException
      • Serialization Overview

        • Fields that we are serializing
    • Class com.ibm.websphere.ola.OLASearchObject extends java.lang.Object implements Serializable

      serialVersionUID:
      8150275233315429404L
      • Serialization Methods

        • readObject

          private void readObject(java.io.ObjectInputStream s)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
          Serialization support for reading this object.
          Throws:
          java.io.IOException
          java.lang.ClassNotFoundException
        • writeObject

          private void writeObject(java.io.ObjectOutputStream s)
                            throws java.io.IOException
          Serialization support for writing this object.
          Throws:
          java.io.IOException
      • Serialization Overview

        • Fields that we are serializing
    • Class com.ibm.websphere.ola.OLAStatusInformation extends java.lang.Object implements Serializable

      serialVersionUID:
      -1461855957530677550L
      • Serialized Fields

        • _version

          java.lang.Short _version
          The version number
        • _daemonGroupName

          java.lang.String _daemonGroupName
          The daemon group name
        • _maxConn

          java.lang.Integer _maxConn
          The maximum connections per RGE