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])

Constructor Index

 o ChannelSetupMessage()
Constructor without args
 o ChannelSetupMessage(String)
Constructor with arguments.

Method Index

 o getCorrelator()
Returns the correlator.
 o myStreamSize()
Implementing the Streamable interface
 o readObject(StreamInputInterface)
Implementing the Streamable interface
 o writeObject(StreamOutputInterface)
Implementing the Streamable interface

Constructors

 o ChannelSetupMessage
  public ChannelSetupMessage()
Constructor without args
 o 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.

Methods

 o getCorrelator
  public String getCorrelator()
Returns the correlator.
 o writeObject
  public void writeObject(StreamOutputInterface s) throws StreamIOException
Implementing the Streamable interface
Parameters:
s - stream output interface
Throws: StreamIOException
as usual
 o readObject
  public void readObject(StreamInputInterface s) throws StreamIOException
Implementing the Streamable interface
Parameters:
s - stream input interface
Throws: StreamIOException
as usual
 o myStreamSize
  public int myStreamSize() throws StreamIOException
Implementing the Streamable interface

All Packages  Class Hierarchy  This Package  Previous  Next  Index