org.jboss.jms.server.endpoint
Interface Cancel

All Known Implementing Classes:
DefaultCancel

public interface Cancel

A Cancel

Version:
$Revision: 1917 $ $Id: Cancel.java 1917 2007-01-08 20:26:12Z clebert.suconic@jboss.com $
Author:
Tim Fox

Method Summary
 int getDeliveryCount()
           
 long getDeliveryId()
           
 boolean isExpired()
           
 boolean isReachedMaxDeliveryAttempts()
           
 

Method Detail

getDeliveryId

public long getDeliveryId()

getDeliveryCount

public int getDeliveryCount()

isExpired

public boolean isExpired()

isReachedMaxDeliveryAttempts

public boolean isReachedMaxDeliveryAttempts()


Copyright © 2006 JBoss Inc. All Rights Reserved.