Examples of RUExtensionFeature


Examples of com.sun.enterprise.admin.pluggable.RUExtensionFeature

            Config config = ServerHelper.getConfigForServer(ctx, serverName);

            // Even if dynamic reconfiguration is disabled send the events
            // when instances are enabled/disabled
            boolean sendCCEvent = false; //CCEvent -> Cluster Change Event
            RUExtensionFeature ruef = AdminService.getRUExtensionFeature();
            if (ruef != null)
                sendCCEvent = ruef.sendEvent(_event);

            // forwards the event if dynamic reconfiguration is enabled
            if ((config != null && (config.isDynamicReconfigurationEnabled() || sendCCEvent ))
                    || (_event instanceof CommandEvent)) {
                ServerRuntimeMBean sRuntime =
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.