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])
-
ChannelSetupMessage()
- Constructor without args
-
ChannelSetupMessage(String)
- Constructor with arguments.
-
getCorrelator()
- Returns the correlator.
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.
All Packages Class Hierarchy This Package Previous Next Index