Package com.sun.enterprise.ee.admin.mbeanapi

Examples of com.sun.enterprise.ee.admin.mbeanapi.ServerRuntimeMBean.forwardEvent()


            // forwards the event if dynamic reconfiguration is enabled
            if ((config != null && (config.isDynamicReconfigurationEnabled() || sendCCEvent ))
                    || (_event instanceof CommandEvent)) {
                ServerRuntimeMBean sRuntime =
                    InstanceProxy.getInstanceProxy( _endPoint.getHost() );
                _result = sRuntime.forwardEvent(_event);
            } else {
                // dynamic reconfiguration is not enabled
                getLogger().log(Level.WARNING,
                    "eeadmin.eventDynamicReconfigDisabled.Warning",
                    new Object[] {serverName, _event.toString()});
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.