org.projectodd.stilts.stomplet.container
Class IndividualAckSet
java.lang.Object
org.projectodd.stilts.stomplet.container.IndividualAckSet
- All Implemented Interfaces:
- AckSet
public class IndividualAckSet
- extends Object
- implements AckSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndividualAckSet
public IndividualAckSet()
ack
public void ack(String messageId)
throws Exception
- Specified by:
ack
in interface AckSet
- Throws:
Exception
nack
public void nack(String messageId)
throws Exception
- Specified by:
nack
in interface AckSet
- Throws:
Exception
addAcknowledger
public void addAcknowledger(String messageId,
Acknowledger acknowledger)
- Specified by:
addAcknowledger
in interface AckSet
close
public void close()
- Specified by:
close
in interface AckSet
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.