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
IOException
public void visit(KahaRemoveMessageCommand command) throws IOException
IOException
public void visit(KahaPrepareCommand command) throws IOException
IOException
public void visit(KahaCommitCommand command) throws IOException
IOException
public void visit(KahaAddMessageCommand command) throws IOException
IOException
public void visit(KahaRemoveDestinationCommand command) throws IOException
IOException
public void visit(KahaSubscriptionCommand kahaUpdateSubscriptionCommand) throws IOException
IOException
public void visit(KahaProducerAuditCommand kahaProducerAuditCommand) throws IOException
IOException
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.