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

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

public class BindingLogSubject
extends AbstractLogSubject


Field Summary
 
Fields inherited from class org.apache.qpid.server.logging.subjects.AbstractLogSubject
_logString
 
Constructor Summary
BindingLogSubject(String routingKey, Exchange exchange, AMQQueue queue)
          Create a BindingLogSubject 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

BindingLogSubject

public BindingLogSubject(String routingKey,
                         Exchange exchange,
                         AMQQueue queue)
Create a BindingLogSubject that Logs in the following format. [ vh(/)/ex(amq.direct)/qu(testQueue)/bd(testQueue) ]

Parameters:
routingKey -
exchange -
queue -


Licensed to the Apache Software Foundation