org.apache.activemq.store.kahadb
Class Visitor
java.lang.Object
org.apache.activemq.store.kahadb.Visitor
public class Visitor
- extends Object
|
Method Summary |
void |
visit(org.apache.activemq.store.kahadb.data.KahaAddMessageCommand command)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaCommitCommand command)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaPrepareCommand command)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaProducerAuditCommand kahaProducerAuditCommand)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaRemoveDestinationCommand command)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaRemoveMessageCommand command)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaRollbackCommand command)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaSubscriptionCommand kahaUpdateSubscriptionCommand)
|
void |
visit(org.apache.activemq.store.kahadb.data.KahaTraceCommand command)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Visitor
public Visitor()
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaTraceCommand command)
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaRollbackCommand command)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaRemoveMessageCommand command)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaPrepareCommand command)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaCommitCommand command)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaAddMessageCommand command)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaRemoveDestinationCommand command)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaSubscriptionCommand kahaUpdateSubscriptionCommand)
throws IOException
- Throws:
IOException
visit
public void visit(org.apache.activemq.store.kahadb.data.KahaProducerAuditCommand kahaProducerAuditCommand)
throws IOException
- Throws:
IOException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.