Class semper.comm.ChannelOutstanding
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.comm.ChannelOutstanding

java.lang.Object
   |
   +----semper.comm.ChannelOutstanding

public class ChannelOutstanding
extends Object
Defines a class for holding the context of the accepted channels.
Version:
beta-4, 12.8.96
Author:
Mehdi Nassehi

Constructor Index

 o ChannelOutstanding(String, long, ComPoint)
Creates a ChannelOutstanding.

Method Index

 o getComPoint()
Returns the ComPoint.
 o getCorrelator()
Returns the correlator.
 o getExpiryTime()
Returns the expiry time.

Constructors

 o ChannelOutstanding
  public ChannelOutstanding(String correlator,
                            long expiryTime,
                            ComPoint comPoint)
Creates a ChannelOutstanding.
Parameters:
correlator - the correlator under which this object is saved in the hash table, used to facilitate the removing expired objects
expiryTime - the expiry time of this object
comPoint - the ComPoint of the outstanding channel

Methods

 o getCorrelator
  public String getCorrelator()
Returns the correlator.
 o getExpiryTime
  public long getExpiryTime()
Returns the expiry time.
 o getComPoint
  public ComPoint getComPoint()
Returns the ComPoint.

All Packages  Class Hierarchy  This Package  Previous  Next  Index