Examples of SessionStoreProperty


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

         if (log.isLoggable(Level.FINER))
            log.finer("init");

         // init the storages
         QueuePropertyBase sessionProp = new SessionStoreProperty(this.global, this.global.getStrippedId());
         if (sessionProp.getMaxEntries() > 0L) {
            String type = sessionProp.getType();
            String version = sessionProp.getVersion();
            // NEW: "heron", "session", "subPersistence,1.0"
            this.sessionStorageId = new StorageId(glob, this.global.getDatabaseNodeStr(), Constants.RELATING_SESSION,
                  this.info.getId());
            // OLD: "session", "heron/subPersistence,1.0"
            // this.sessionStorageId = new StorageId(glob,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.