Serialized Form


Package org.objectweb.dream.channel

Class org.objectweb.dream.channel.IPChannelDestinationChunkImpl extends AbstractChunk 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.channel.IPChannelSourceChunkImpl extends AbstractChunk 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)


Package org.objectweb.dream.multiplexer

Class org.objectweb.dream.multiplexer.Attachment extends Object implements Serializable

Serialized Fields

id

int id
The id of the attachment.


inputNames

String[] inputNames
The name of attached inputs.


inputs

Pull[] inputs
The attached inputs.


inputContexts

Map[] inputContexts
The context to be passed to inputs when they are used.


outputNames

String[] outputNames
The name of the outputs to which inputs are attached.


outputs

Push[] outputs
The outputs to which inputs are attached.


outputContexts

Map[] outputContexts
The context to be passed to outputs when they are used.

Class org.objectweb.dream.multiplexer.PeriodicAttachment extends Attachment implements Serializable

Serialized Fields

startingDate

long startingDate

pullingFrequencyInMillis

long pullingFrequencyInMillis

endDate

long endDate

nextDeadline

long nextDeadline


Package org.objectweb.dream.protocol

Class org.objectweb.dream.protocol.ArrowChunkImpl extends AbstractChunk 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.protocol.ProcessImpl extends Object implements Serializable

Serialized Fields

id

short id
Identifier of the process.


Package org.objectweb.dream.protocol.causality

Class org.objectweb.dream.protocol.causality.CausalityChunkImpl extends AbstractChunk 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.protocol.causality.Update extends Object implements Serializable

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.protocol.utobcast.message

Class org.objectweb.dream.protocol.utobcast.message.CrashedLeaderChunkImpl extends AbstractChunk implements Serializable

Class org.objectweb.dream.protocol.utobcast.message.UPDChunkImpl extends AbstractChunk implements Serializable

Serialized Fields

processes

Process[] processes
The process array.


sn

long sn
The sequence number of this message.

Class org.objectweb.dream.protocol.utobcast.message.UTOBcastChunkImpl extends AbstractChunk implements Serializable

Serialized Fields

utoBcastMessageType

byte utoBcastMessageType
The type of the message that contains this chunk.


processFrom

Process processFrom
The process that sent this chunk.


processTo

Process processTo
The process to which this chunk is destinated.


sn

long sn
The sequence number of this message.


Package org.objectweb.dream.pushwithreturn

Class org.objectweb.dream.pushwithreturn.KeyChunkImpl extends AbstractChunk 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.pushwithreturn.KeyInteger extends Object implements Serializable

Serialized Fields

isAll

boolean isAll

key

int key


Package org.objectweb.dream.queue

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

Class org.objectweb.dream.queue.KeyNotFoundException extends PullException implements Serializable

Serialized Fields

key

Object key

Class org.objectweb.dream.queue.SequenceNumberChunkImpl extends AbstractChunk 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)



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