Package com.dotcms.repackage.org.jboss.cache.jmx

Examples of com.dotcms.repackage.org.jboss.cache.jmx.CacheJmxWrapperMBean


        Logger.fatal(DotJBCacheAdministratorImpl.class,e1.getMessage(),e1);
      }
    }
   
    try {
      CacheJmxWrapperMBean wrapper = new CacheJmxWrapper(cache);
      MBeanServer server = ManagementFactory.getPlatformMBeanServer();
      ObjectName on = new ObjectName("jboss.cache:service=TreeCache");
      server.registerMBean(wrapper, on);
     
      on = new ObjectName("org.dotcms:type=CacheInfo");
View Full Code Here

TOP

Related Classes of com.dotcms.repackage.org.jboss.cache.jmx.CacheJmxWrapperMBean

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.