asyncudp
Class ASyncUDPKey

java.lang.Object
  extended by async.ASyncServiceKey
      extended by asyncudp.ASyncUDPKey
All Implemented Interfaces:
java.lang.Comparable

public class ASyncUDPKey
extends ASyncServiceKey

The ASyncServiceKey implementation for an ASyncUDP service. This key provides access to the QueueManager object, allowing other services to manage queues of their own.

Author:
Michael Parker

Method Summary
 QueueManager getQueueManager()
          Returns the QueueManager belonging to the associated ASyncUDP 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

getQueueManager

public QueueManager getQueueManager()
Returns the QueueManager belonging to the associated ASyncUDP service.

Returns:
the queue manager for this service