Examples of DottedNameRegistry


Examples of com.sun.enterprise.admin.dottedname.DottedNameRegistry

    public void
  init( MBeanServer server )
    throws Exception
  {
    // config registry
    final DottedNameRegistry registry  = new DottedNameRegistryMBeanImpl();
    server.registerMBean( registry, ObjectNames.getDottedNameRegistryObjectName() );
   
    // monitoring registry
    final DottedNameRegistry monitoringRegistry  = new DottedNameRegistryMBeanImpl();
    server.registerMBean( monitoringRegistry, ObjectNames.getDottedNameMonitoringRegistryObjectName() );
   
   
    /*  dotted name get-set
      probably would be cleaner to generate proxies for registry & monitoringRegistry, but
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.