Package com.sun.enterprise.admin.server.core.mbean.config

Examples of com.sun.enterprise.admin.server.core.mbean.config.ConfigMBeanBase.initialize()


        {
      String msg = localStrings.getString( "admin.server.core.mbean.config.naming.mbeannamingdescriptor_couldnot_create_mbean_class", className );
            throw new MBeanConfigException( msg );
        }
        configMBean.setAdminContext(m_AdminContext);
        configMBean.initialize(this);
        return configMBean;
    }

    public String getServerInstanceName()  throws MBeanConfigException
    {
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.