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 void
visit(KahaAckMessageFileMapCommand kahaProducerAuditCommand)
void
visit(KahaAddMessageCommand command)
void
visit(KahaAddScheduledJobCommand kahaAddScheduledJobCommand)
void
visit(KahaCommitCommand command)
void
visit(KahaDestroySchedulerCommand KahaDestroySchedulerCommand)
void
visit(KahaPrepareCommand command)
void
visit(KahaProducerAuditCommand kahaProducerAuditCommand)
void
visit(KahaRemoveDestinationCommand command)
void
visit(KahaRemoveMessageCommand command)
void
visit(KahaRemoveScheduledJobCommand kahaRemoveScheduledJobCommand)
void
visit(KahaRemoveScheduledJobsCommand kahaRemoveScheduledJobsCommand)
void
visit(KahaRescheduleJobCommand KahaRescheduleJobCommand)
void
visit(KahaRewrittenDataFileCommand kahaUpdateMessageCommand)
void
visit(KahaRollbackCommand command)
void
visit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand)
void
visit(KahaTraceCommand command)
void
visit(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
-
-