org.activemq.tool
Class ToolSupport
java.lang.Object
org.activemq.tool.ToolSupport
- Direct Known Subclasses:
- ConsumerTool, ProducerTool
public class ToolSupport
- extends Object
Abstract base class useful for implementation inheritence
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destination
protected Destination destination
subject
protected String subject
topic
protected boolean topic
user
protected String user
pwd
protected String pwd
url
protected String url
transacted
protected boolean transacted
durable
protected boolean durable
clientID
protected String clientID
ackMode
protected int ackMode
consumerName
protected String consumerName
ToolSupport
public ToolSupport()
createSession
protected Session createSession(Connection connection)
throws Exception
- Throws:
Exception
createConnection
protected Connection createConnection()
throws JMSException,
Exception
- Throws:
JMSException
Exception
close
protected void close(Connection connection,
Session session)
throws JMSException
- Throws:
JMSException
dumpStats
protected void dumpStats(Connection connection)
Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.