Uses of Class
org.apache.qpid.server.logging.actors.AbstractActor

Packages that use AbstractActor
org.apache.qpid.server.logging.actors   
 

Uses of AbstractActor in org.apache.qpid.server.logging.actors
 

Subclasses of AbstractActor in org.apache.qpid.server.logging.actors
 class AMQPChannelActor
          An AMQPChannelActor represtents a connection through the AMQP port with an associated Channel.
 class AMQPConnectionActor
          An AMQPConnectionActor represtents a connectionthrough the AMQP port.
 class BrokerActor
           
 class GenericActor
           
 class ManagementActor
          NOTE: This actor is not thread safe.
 class QueueActor
          This Actor is used when while the queue is performing an asynchronous process of its queue.
 class SubscriptionActor
          The subscription actor provides formatted logging for actions that are performed by the subsciption.
 



Licensed to the Apache Software Foundation