Serialized Form


Package org.glassfish.grizzly

Class org.glassfish.grizzly.PendingWriteQueueLimitExceededException extends java.io.IOException implements Serializable

Class org.glassfish.grizzly.TransformationException extends java.lang.RuntimeException implements Serializable


Package org.glassfish.grizzly.utils

Class org.glassfish.grizzly.utils.LinkedTransferQueue extends java.util.AbstractQueue<E> implements Serializable

serialVersionUID: -3223113410248163686L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the Queue instance from a stream (that is, deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state to a stream (that is, serialize it).

Serial Data:
All of the elements (each an E) in the proper order, followed by a null
Throws:
java.io.IOException

Class org.glassfish.grizzly.utils.ServiceConfigurationError extends java.lang.Error implements Serializable



Copyright © 2012 Oracle Corporation. All Rights Reserved.