org.jboss.ejb.plugins.jms
Class DLQHandler.DLQSynchronization

java.lang.Object
  extended by org.jboss.ejb.plugins.jms.DLQHandler.DLQSynchronization
All Implemented Interfaces:
Synchronization
Enclosing class:
DLQHandler

protected class DLQHandler.DLQSynchronization
extends Object
implements Synchronization

Remove a redelivered message from the DLQ's buffer when it is acknowledged


Constructor Summary
DLQHandler.DLQSynchronization(String id)
           
 
Method Summary
 void afterCompletion(int status)
          Forget the message when the transaction commits
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLQHandler.DLQSynchronization

public DLQHandler.DLQSynchronization(String id)
Method Detail

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization

afterCompletion

public void afterCompletion(int status)
Forget the message when the transaction commits

Specified by:
afterCompletion in interface Synchronization


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.