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

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

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

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

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

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

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

Methods in org.jboss.messaging.core.plugin.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)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.