Package org.xmlBlaster.util.queue

Examples of org.xmlBlaster.util.queue.StorageSizeListenerHelper


      if (!isWarned) {
         isWarned = true;
         log.warning("Be aware: You are using the OLD JdbcQueueCommonTablePlugin database persistence layer with the 'xb_entires' table which was the default up to xmlBlaster v1.6.4. " +
               "Please consider upgrading to the new persistence schema. Details: http://www.xmlblaster.org/xmlBlaster/doc/requirements/queue.jdbc.html");
      }
      this.storageSizeListenerHelper = new StorageSizeListenerHelper(this);
   }
View Full Code Here


   private Object mbeanHandle;

   private StorageSizeListenerHelper storageSizeListenerHelper;

   public PersistenceCachePlugin() {
      this.storageSizeListenerHelper = new StorageSizeListenerHelper(this);
   }
View Full Code Here

   private PluginInfo pluginInfo;

   private StorageSizeListenerHelper storageSizeListenerHelper;
  
   public MapPlugin() {
      this.storageSizeListenerHelper = new StorageSizeListenerHelper(this);
   }
View Full Code Here

   private StorageSizeListenerHelper storageSizeListenerHelper;
   private XBStore xbStore;
   private StorageId storageId;
  
   public JdbcQueue() {
      storageSizeListenerHelper = new StorageSizeListenerHelper(this);
   }
View Full Code Here

   private long maxFetchSize = Long.MAX_VALUE;

   private StorageSizeListenerHelper storageSizeListenerHelper;
  
   public CacheQueueInterceptorPlugin() {
      this.storageSizeListenerHelper = new StorageSizeListenerHelper(this);
   }
View Full Code Here

   private long numOfPersistentEntries = 0L;
   private PluginInfo pluginInfo;
   private StorageSizeListenerHelper storageSizeListenerHelper;
  
   public RamQueuePlugin() {
      this.storageSizeListenerHelper = new StorageSizeListenerHelper(this);
   }
View Full Code Here

TOP

Related Classes of org.xmlBlaster.util.queue.StorageSizeListenerHelper

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.