Uses of Class
org.jboss.messaging.core.contract.PersistenceManager.InitialLoadInfo

Packages that use PersistenceManager.InitialLoadInfo
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl   
 

Uses of PersistenceManager.InitialLoadInfo in org.jboss.messaging.core.contract
 

Methods in org.jboss.messaging.core.contract that return PersistenceManager.InitialLoadInfo
 PersistenceManager.InitialLoadInfo PersistenceManager.loadFromStart(long channelID, int fullSize)
           
 PersistenceManager.InitialLoadInfo PersistenceManager.mergeAndLoad(long fromChannelID, long toChannelID, int numberToLoad, long firstPagingOrder, long nextPagingOrder)
           
 

Uses of PersistenceManager.InitialLoadInfo in org.jboss.messaging.core.impl
 

Methods in org.jboss.messaging.core.impl that return PersistenceManager.InitialLoadInfo
 PersistenceManager.InitialLoadInfo JDBCPersistenceManager.loadFromStart(long channelID, int number)
           
 PersistenceManager.InitialLoadInfo JDBCPersistenceManager.mergeAndLoad(long fromChannelID, long toChannelID, int numberToLoad, long firstPagingOrder, long nextPagingOrder)
           
 

Methods in org.jboss.messaging.core.impl with parameters of type PersistenceManager.InitialLoadInfo
protected  void PagingChannelSupport.doLoad(PersistenceManager.InitialLoadInfo ili)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.