Package org.apache.activemq.store.kahadb
Class Visitor
- java.lang.Object
-
- org.apache.activemq.store.kahadb.Visitor
-
public class Visitor extends Object
-
-
Constructor Summary
Constructors Constructor Description Visitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(KahaAckMessageFileMapCommand kahaProducerAuditCommand)voidvisit(KahaAddMessageCommand command)voidvisit(KahaAddScheduledJobCommand kahaAddScheduledJobCommand)voidvisit(KahaCommitCommand command)voidvisit(KahaDestroySchedulerCommand KahaDestroySchedulerCommand)voidvisit(KahaPrepareCommand command)voidvisit(KahaProducerAuditCommand kahaProducerAuditCommand)voidvisit(KahaRemoveDestinationCommand command)voidvisit(KahaRemoveMessageCommand command)voidvisit(KahaRemoveScheduledJobCommand kahaRemoveScheduledJobCommand)voidvisit(KahaRemoveScheduledJobsCommand kahaRemoveScheduledJobsCommand)voidvisit(KahaRescheduleJobCommand KahaRescheduleJobCommand)voidvisit(KahaRewrittenDataFileCommand kahaUpdateMessageCommand)voidvisit(KahaRollbackCommand command)voidvisit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand)voidvisit(KahaTraceCommand command)voidvisit(KahaUpdateMessageCommand kahaUpdateMessageCommand)
-
-
-
Method Detail
-
visit
public void visit(KahaTraceCommand command)
-
visit
public void visit(KahaRollbackCommand command) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaRemoveMessageCommand command) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaPrepareCommand command) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaCommitCommand command) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaAddMessageCommand command) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaRemoveDestinationCommand command) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaProducerAuditCommand kahaProducerAuditCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaAckMessageFileMapCommand kahaProducerAuditCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaAddScheduledJobCommand kahaAddScheduledJobCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaRescheduleJobCommand KahaRescheduleJobCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaRemoveScheduledJobCommand kahaRemoveScheduledJobCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaRemoveScheduledJobsCommand kahaRemoveScheduledJobsCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaDestroySchedulerCommand KahaDestroySchedulerCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaUpdateMessageCommand kahaUpdateMessageCommand) throws IOException
- Throws:
IOException
-
visit
public void visit(KahaRewrittenDataFileCommand kahaUpdateMessageCommand) throws IOException
- Throws:
IOException
-
-