asynctcp
Class ASyncTCPKey

java.lang.Object
  extended by async.ASyncServiceKey
      extended by asynctcp.ASyncTCPKey
All Implemented Interfaces:
java.lang.Comparable

public class ASyncTCPKey
extends ASyncServiceKey

The ASyncServiceKey implementation for an ASyncTCP service. This key provides access to the ConnectionManager object, allowing other services to manage connections of their own.

Author:
Michael Parker

Method Summary
 ConnectionManager getConnectionManager()
          Returns the ConnectionManager belonging to the associated ASyncTCP service.
 
Methods inherited from class async.ASyncServiceKey
compareTo, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectionManager

public ConnectionManager getConnectionManager()
Returns the ConnectionManager belonging to the associated ASyncTCP service.

Returns:
the connection manager for this service