org.projectodd.stilts.conduit.xa
Class PseudoXAAcknowledger
java.lang.Object
org.projectodd.stilts.conduit.xa.PseudoXAAcknowledger
- All Implemented Interfaces:
- Acknowledger
public class PseudoXAAcknowledger
- extends Object
- implements Acknowledger
Method Summary |
void |
ack()
|
void |
nack()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PseudoXAAcknowledger
public PseudoXAAcknowledger(PseudoXAResourceManager resourceManager,
Acknowledger acknowledger)
ack
public void ack()
throws Exception
- Specified by:
ack
in interface Acknowledger
- Throws:
Exception
nack
public void nack()
throws Exception
- Specified by:
nack
in interface Acknowledger
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.