org.apache.activemq.store.kahadb
Class Visitor

java.lang.Object
  extended by org.apache.activemq.store.kahadb.Visitor

public class Visitor
extends java.lang.Object


Constructor Summary
Visitor()
           
 
Method Summary
 void visit(KahaAddMessageCommand command)
           
 void visit(KahaCommitCommand command)
           
 void visit(KahaPrepareCommand command)
           
 void visit(KahaProducerAuditCommand kahaProducerAuditCommand)
           
 void visit(KahaRemoveDestinationCommand command)
           
 void visit(KahaRemoveMessageCommand command)
           
 void visit(KahaRollbackCommand command)
           
 void visit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand)
           
 void visit(KahaTraceCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Visitor

public Visitor()
Method Detail

visit

public void visit(KahaTraceCommand command)

visit

public void visit(KahaRollbackCommand command)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaRemoveMessageCommand command)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaPrepareCommand command)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaCommitCommand command)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaAddMessageCommand command)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaRemoveDestinationCommand command)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand)
           throws java.io.IOException
Throws:
java.io.IOException

visit

public void visit(KahaProducerAuditCommand kahaProducerAuditCommand)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.