Serialized Form
Package org.objectweb.dream.channel |
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)
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 |
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.
startingDate
long startingDate
pullingFrequencyInMillis
long pullingFrequencyInMillis
endDate
long endDate
nextDeadline
long nextDeadline
Package org.objectweb.dream.protocol |
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)
id
short id
- Identifier of the process.
Package org.objectweb.dream.protocol.causality |
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)
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 |
processes
Process[] processes
- The process array.
sn
long sn
- The sequence number of this message.
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 |
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)
isAll
boolean isAll
key
int key
Package org.objectweb.dream.queue |
key
Object key
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.