Package org.jboss.as.integration.hornetq.management

Examples of org.jboss.as.integration.hornetq.management.HornetQControlRuntimeDispatchPlugin


   protected void registerControlReference(ObjectName objectName)
   {
      try
      {
         getKernelRegistry().registerEntry(objectName,
               new HornetQControlRuntimeDispatchPlugin(objectName, mbeanServer));
      }
      catch(Exception e)
      {
         log.debug("failed to register hornetQ control runtime dispatcher plugin", e);
      }
View Full Code Here

TOP

Related Classes of org.jboss.as.integration.hornetq.management.HornetQControlRuntimeDispatchPlugin

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.