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.
These are the channels that have been captured by the server thread
but not yet claimed by any entity through the invocation of
openResponderChannel.
- Version:
- beta-4, 12.8.96
- Author:
- Mehdi Nassehi
-
ChannelOutstanding(String, long, ComPoint)
- Creates a ChannelOutstanding.
-
getComPoint()
- Returns the ComPoint.
-
getCorrelator()
- Returns the correlator.
-
getExpiryTime()
- Returns the expiry time.
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
getCorrelator
public String getCorrelator()
- Returns the correlator.
getExpiryTime
public long getExpiryTime()
- Returns the expiry time.
getComPoint
public ComPoint getComPoint()
- Returns the ComPoint.
All Packages Class Hierarchy This Package Previous Next Index