Serialized Form
Package org.objectweb.dream.channel |
ipChannelDestinationAddr
InetAddress ipChannelDestinationAddr
ipChannelDestinationPort
int ipChannelDestinationPort
ipChannelSourceAddr
InetAddress ipChannelSourceAddr
ipChannelSourcePort
int ipChannelSourcePort
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.causality |
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 |
key
Object key
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.