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

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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index