Package org.jboss.messaging.core.plugin.contract.PersistenceManager

Examples of org.jboss.messaging.core.plugin.contract.PersistenceManager.InitialLoadInfo


         if (trace) { log.trace(this + " loading channel state"); }
        
         unload();
        
         //Load the unpaged references
         InitialLoadInfo ili = pm.loadFromStart(channelID, fullSize);
        
         doLoad(ili);
        
         //Maybe we need to load some paged refs
        
View Full Code Here

TOP

Related Classes of org.jboss.messaging.core.plugin.contract.PersistenceManager.InitialLoadInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.