Package org.xmlBlaster.util.qos.storage

Examples of org.xmlBlaster.util.qos.storage.SubscribeStoreProperty


         }
         else {
            if (log.isLoggable(Level.FINE))
               log.fine(Constants.RELATING_SESSION + " persistence for session is switched off with maxEntries=0");
         }
         QueuePropertyBase subscribeProp = new SubscribeStoreProperty(this.global, this.global.getStrippedId());
         if (subscribeProp.getMaxEntries() > 0L) {
            String type = subscribeProp.getType();
            String version = subscribeProp.getVersion();
            this.subscribeStorageId = new StorageId(glob, this.global.getDatabaseNodeStr(),
                  Constants.RELATING_SUBSCRIBE,
                  this.info.getId());
            // id from xmlBlasterPlugins.xml: "subPersistence,1_0"
            // this.subscribeStorageId = new StorageId(glob,
View Full Code Here

TOP

Related Classes of org.xmlBlaster.util.qos.storage.SubscribeStoreProperty

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.