| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.plugins.LogSequenceTransformer
Constructor Summary | |
---|---|
LogSequenceTransformer()
|
Method Summary | |
---|---|
public
void | serialize(java.util.Collection, java.io.ObjectOutputStream, com.ibm.websphere.objectgrid.plugins.LogSequenceFilter, com.ibm.websphere.objectgrid.plugins.DistributionMode)
This method will provide an alternative to the standard serialization
methods of writeObject and readObject.
LogSequenceFilterDistributionMode
|
public
Collection | inflate(java.io.ObjectInputStream, com.ibm.websphere.objectgrid.ObjectGrid)
This method will provide an alternative to the standard serialization
methods of writeObject and readObject.
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LogSequenceTransformer( | ) |
Method Detail |
public void serialize( | Collection logSequences , | ObjectOutputStream stream ,
| LogSequenceFilter filter ,
| DistributionMode mode )
|
logSequences
-
A Collection of LogSequences that need to be serialized into the stream
stream
-
The stream to serialize the LogSequence into.
filter
-
A callback for determining whether to include a given LogElement in the serialized output.
mode
-
Conditional or unconditional distribution of changes
java.io.IOException
public Collection inflate( | ObjectInputStream stream , | ObjectGrid objectGrid )
|
stream
-
The stream to de-serialize the LogSequence from.
objectGrid
-
The ObjectGrid instance that owns this LogSequence.
java.io.IOExceptionjava.lang.ClassNotFoundException
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |