Serialized Form


Package org.objectweb.dream

Class org.objectweb.dream.InitializationException extends Exception implements Serializable

Serialized Fields

exception

Throwable exception
The exception that caused this exception. May be null.

Class org.objectweb.dream.InterruptedPullException extends PullException implements Serializable

Class org.objectweb.dream.InterruptedPushException extends PushException implements Serializable

Class org.objectweb.dream.IOPushException extends PushException implements Serializable

Class org.objectweb.dream.PullException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

Class org.objectweb.dream.PushException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause


Package org.objectweb.dream.control.activity.scheduler

Class org.objectweb.dream.control.activity.scheduler.StoppedSchedulerException extends Exception implements Serializable


Package org.objectweb.dream.control.activity.task

Class org.objectweb.dream.control.activity.task.IllegalTaskException extends Exception implements Serializable

Serialized Fields

task

Task task

cause

Throwable cause

Class org.objectweb.dream.control.activity.task.NoSuchTaskException extends Exception implements Serializable

Serialized Fields

task

Task task


Package org.objectweb.dream.control.activity.task.thread

Class org.objectweb.dream.control.activity.task.thread.ThreadPoolOverflowException extends Exception implements Serializable


Package org.objectweb.dream.message

Class org.objectweb.dream.message.AbstractChunk extends Object implements Serializable

Class org.objectweb.dream.message.AbstractExtensibleMessage extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.objectweb.dream.message.AbstractNonExtensibleMessage extends Object implements Serializable

Class org.objectweb.dream.message.ChunkAlreadyExistsException extends Exception implements Serializable

Class org.objectweb.dream.message.ChunkTypeImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.objectweb.dream.message.ExtensibleMessageImpl extends AbstractExtensibleMessage implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(ObjectOutput)

Class org.objectweb.dream.message.ExtensibleMessageNCImpl extends ExtensibleMessageImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException
See Also:
Externalizable.readExternal(ObjectInput)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException
See Also:
Externalizable.writeExternal(ObjectOutput)

Class org.objectweb.dream.message.MessageAlreadyExistException extends Exception implements Serializable

Class org.objectweb.dream.message.NoSuchChunkException extends Exception implements Serializable

Class org.objectweb.dream.message.NoSuchMessageException extends Exception implements Serializable


Package org.objectweb.dream.message.codec

Class org.objectweb.dream.message.codec.CodecManagerException extends Exception implements Serializable

Serialized Fields

codecName

String codecName


Package org.objectweb.dream.message.manager

Class org.objectweb.dream.message.manager.UnknownChunkTypeError extends Error implements Serializable

Serialized Fields

type

ChunkType type



Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.