Serialized Form


Package org.objectweb.dream.channel

Class org.objectweb.dream.channel.BasicIPChannelDestinationChunk extends AbstractChunk implements Serializable

Serialized Fields

ipChannelDestinationAddr

InetAddress ipChannelDestinationAddr

ipChannelDestinationPort

int ipChannelDestinationPort

Class org.objectweb.dream.channel.BasicIPChannelSourceChunk extends AbstractChunk implements Serializable

Serialized Fields

ipChannelSourceAddr

InetAddress ipChannelSourceAddr

ipChannelSourcePort

int ipChannelSourcePort


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.causality

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.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



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