Package org.xmlBlaster.util.qos.storage

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


      }

      synchronized (this) {
         // TODO: get TopicStoreProperty from administrator
         //TopicStoreProperty topicStoreProperty = this.topicProperty.getTopicStoreProperty();
         TopicStoreProperty topicStoreProperty = new TopicStoreProperty(glob, glob.getStrippedId());

         if (this.topicStore == null) {
            String type = topicStoreProperty.getType();
            String version = topicStoreProperty.getVersion();
            // e.g. "topicStore:/node/heron" is the unique name of the data store:
            StorageId topicStoreId = new StorageId(glob, glob.getDatabaseNodeStr(), Constants.RELATING_TOPICSTORE, "");
            // old xb_entries:
            // StorageId topicStoreId = new StorageId(glob, "topicStore",
            // glob.getStrippedId());
View Full Code Here

TOP

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

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.