org.apache.qpid.server.logging.subjects
Class SubscriptionLogSubject

java.lang.Object
  extended by org.apache.qpid.server.logging.subjects.AbstractLogSubject
      extended by org.apache.qpid.server.logging.subjects.SubscriptionLogSubject
All Implemented Interfaces:
LogSubject

public class SubscriptionLogSubject
extends AbstractLogSubject


Field Summary
 
Fields inherited from class org.apache.qpid.server.logging.subjects.AbstractLogSubject
_logString
 
Constructor Summary
SubscriptionLogSubject(Subscription subscription)
          Create an QueueLogSubject that Logs in the following format.
 
Method Summary
 
Methods inherited from class org.apache.qpid.server.logging.subjects.AbstractLogSubject
setLogStringWithFormat, toLogString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionLogSubject

public SubscriptionLogSubject(Subscription subscription)
Create an QueueLogSubject that Logs in the following format.

Parameters:
subscription -


Licensed to the Apache Software Foundation