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
-
description
java.lang.String description
A description of the record -
recordName
java.lang.String recordName
The name of this record -
records
java.util.ArrayList<byte[]> records
A place to store the individual data elements
-
-
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
-
containerMap
java.util.HashMap<java.lang.String,byte[]> 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 -
recordDescription
java.lang.String recordDescription
The description for this record. -
recordName
java.lang.String recordName
The name of this record.
-
-
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
-
_daemonGroupName
java.lang.String _daemonGroupName
The daemon group name -
_maxConn
java.lang.Integer _maxConn
The maximum connections per RGE -
_version
java.lang.Short _version
The version number
-
-