org.apache.qpid.server.logging.actors
Class SubscriptionActor

java.lang.Object
  extended by org.apache.qpid.server.logging.actors.AbstractActor
      extended by org.apache.qpid.server.logging.actors.SubscriptionActor
All Implemented Interfaces:
LogActor

public class SubscriptionActor
extends AbstractActor

The subscription actor provides formatted logging for actions that are performed by the subsciption. Such as STATE changes.


Field Summary
 
Fields inherited from class org.apache.qpid.server.logging.actors.AbstractActor
_msgPrefix, _rootLogger
 
Constructor Summary
SubscriptionActor(RootMessageLogger logger, Subscription subscription)
           
 
Method Summary
 String getLogMessage()
           
 
Methods inherited from class org.apache.qpid.server.logging.actors.AbstractActor
getRootMessageLogger, message, message, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubscriptionActor

public SubscriptionActor(RootMessageLogger logger,
                         Subscription subscription)
Method Detail

getLogMessage

public String getLogMessage()
Specified by:
getLogMessage in interface LogActor
Specified by:
getLogMessage in class AbstractActor
Returns:
the String representing this LogActor


Licensed to the Apache Software Foundation