Serialized Form


Package org.objectweb.dream.protocol

Class org.objectweb.dream.protocol.BindException extends IOException implements Serializable

serialVersionUID: 3258410634088558901L

Serialized Fields

exportId

ExportIdentifier exportId

Class org.objectweb.dream.protocol.ExceptionChunk extends AbstractChunk<ExceptionChunk> implements Serializable

serialVersionUID: -8777509475936033088L

Serialization Methods

readExternal

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

writeExternal

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

Class org.objectweb.dream.protocol.ExportException extends IOException implements Serializable

serialVersionUID: 3257566191978362936L

Class org.objectweb.dream.protocol.ExportIdentifierChunk extends AbstractChunk<ExportIdentifierChunk> implements Serializable

serialVersionUID: 6387100144673780804L

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.protocol.InvalidExportIdentifierException extends Exception implements Serializable

serialVersionUID: 3257566191978362936L

Serialized Fields

exportId

ExportIdentifier exportId

Class org.objectweb.dream.protocol.IPExportIdentifier extends Object implements Serializable

serialVersionUID: 1L

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)

Package org.objectweb.dream.protocol.bus

Class org.objectweb.dream.protocol.bus.BusExportIdentifier extends Object implements Serializable

serialVersionUID: 1418964167347517947L

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)

Package org.objectweb.dream.protocol.bus.logicalClock

Class org.objectweb.dream.protocol.bus.logicalClock.LogicalClockChunk extends AbstractChunk<LogicalClockChunk> implements Serializable

serialVersionUID: 3545798792923067701L

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.protocol.bus.logicalClock.LogicalClockExportIdentifier extends Object implements Serializable

serialVersionUID: 1L

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)

Package org.objectweb.dream.protocol.channel

Class org.objectweb.dream.protocol.channel.BindChunk extends AbstractChunk<BindChunk> implements Serializable

serialVersionUID: -6391594876822488269L

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.protocol.channel.CloseChunk extends AbstractChunk<CloseChunk> implements Serializable

serialVersionUID: -2320614282445671602L

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.protocol.channel.MultiplexChunk extends AbstractChunk<MultiplexChunk> implements Serializable

serialVersionUID: 3258411750712881977L

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.protocol.channel.MultiplexExportIdentifier extends Object implements Serializable

serialVersionUID: 1L

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)

Package org.objectweb.dream.protocol.messagePassing

Class org.objectweb.dream.protocol.messagePassing.FragmentationChunk extends AbstractChunk<FragmentationChunk> implements Serializable

serialVersionUID: 4049918246973091893L

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)

Package org.objectweb.dream.protocol.rpc

Class org.objectweb.dream.protocol.rpc.InvocationChunk extends AbstractChunk<InvocationChunk> implements Serializable

serialVersionUID: 6117081492117202644L

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.protocol.rpc.InvocationException extends Exception implements Serializable

serialVersionUID: 1L

Class org.objectweb.dream.protocol.rpc.ReplyChunk extends AbstractChunk<ReplyChunk> 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.protocol.rpc.RPCException extends Exception implements Serializable

serialVersionUID: 1L

Class org.objectweb.dream.protocol.rpc.StubClassChunk extends AbstractChunk<StubClassChunk> implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Package org.objectweb.dream.pushwithreturn

Class org.objectweb.dream.pushwithreturn.KeyChunk extends AbstractChunk<KeyChunk> implements Serializable

serialVersionUID: 3616448986223882545L

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.pushwithreturn.KeyInteger extends Object implements Serializable

serialVersionUID: 3832904368679958322L

Serialized Fields

isAll

boolean isAll

key

int key

recyclableReference

Reference<T> recyclableReference

Package org.objectweb.dream.queue

Class org.objectweb.dream.queue.BufferOverflowException extends PushException implements Serializable

serialVersionUID: 3256443594800903473L

Class org.objectweb.dream.queue.SequenceNumberChunk extends AbstractChunk<SequenceNumberChunk> implements Serializable

serialVersionUID: 3616730456838386232L

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)

Package org.objectweb.dream.serializator

Class org.objectweb.dream.serializator.ByteArrayChunk extends AbstractChunk<ByteArrayChunk> implements Serializable

serialVersionUID: 3977295521272901942L

Serialization Methods

readExternal

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

writeExternal

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



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