public class Visitor extends Object
| Constructor and Description |
|---|
Visitor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void visit(KahaTraceCommand command)
public void visit(KahaRollbackCommand command) throws IOException
IOExceptionpublic void visit(KahaRemoveMessageCommand command) throws IOException
IOExceptionpublic void visit(KahaPrepareCommand command) throws IOException
IOExceptionpublic void visit(KahaCommitCommand command) throws IOException
IOExceptionpublic void visit(KahaAddMessageCommand command) throws IOException
IOExceptionpublic void visit(KahaRemoveDestinationCommand command) throws IOException
IOExceptionpublic void visit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand) throws IOException
IOExceptionpublic void visit(KahaProducerAuditCommand kahaProducerAuditCommand) throws IOException
IOExceptionCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.