org.jboss.messaging.core.plugin.contract
Class PersistenceManager.ReferenceInfo

java.lang.Object
  extended byorg.jboss.messaging.core.plugin.contract.PersistenceManager.ReferenceInfo
Enclosing class:
PersistenceManager

public static class PersistenceManager.ReferenceInfo
extends java.lang.Object


Constructor Summary
PersistenceManager.ReferenceInfo(long msgId, int deliveryCount, long scheduledDelivery)
           
 
Method Summary
 int getDeliveryCount()
           
 long getMessageId()
           
 long getScheduledDelivery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceManager.ReferenceInfo

public PersistenceManager.ReferenceInfo(long msgId,
                                        int deliveryCount,
                                        long scheduledDelivery)
Method Detail

getMessageId

public long getMessageId()

getDeliveryCount

public int getDeliveryCount()

getScheduledDelivery

public long getScheduledDelivery()


Copyright © 2006 JBoss Inc. All Rights Reserved.