Class semper.comm.ChannelSetupMessage
All Packages Class Hierarchy This Package Previous Next Index
Class semper.comm.ChannelSetupMessage
java.lang.Object
|
+----semper.comm.ChannelSetupMessage
- public class ChannelSetupMessage
- extends Object
- implements Streamable
Defines the first message sent by the initiator to set up the
channel. This object is sent when ChannelOpenInitiator is
invoked. It is received by ChannelServerPointThread.
- Version:
- beta-4, 12.8.96
- Author:
- Mehdi Nassehi ([email protected])
-
ChannelSetupMessage()
- Constructor without args
-
ChannelSetupMessage(String)
- Constructor with arguments.
-
getCorrelator()
- Returns the correlator.
-
myStreamSize()
- Implementing the Streamable interface
-
readObject(StreamInputInterface)
- Implementing the Streamable interface
-
writeObject(StreamOutputInterface)
- Implementing the Streamable interface
ChannelSetupMessage
public ChannelSetupMessage()
- Constructor without args
ChannelSetupMessage
public ChannelSetupMessage(String correlator)
- Constructor with arguments.
- Parameters:
- correlator - correlator string
- outstandingChannelTimeout - requested period of time to
keep an not-yet-claimed outstanding channel before it is discarded.
getCorrelator
public String getCorrelator()
- Returns the correlator.
writeObject
public void writeObject(StreamOutputInterface s) throws StreamIOException
- Implementing the Streamable interface
- Parameters:
- s - stream output interface
- Throws: StreamIOException
- as usual
readObject
public void readObject(StreamInputInterface s) throws StreamIOException
- Implementing the Streamable interface
- Parameters:
- s - stream input interface
- Throws: StreamIOException
- as usual
myStreamSize
public int myStreamSize() throws StreamIOException
- Implementing the Streamable interface
All Packages Class Hierarchy This Package Previous Next Index