Package com.sun.enterprise.management.selfmanagement.reconfig

Examples of com.sun.enterprise.management.selfmanagement.reconfig.ManagementRuleReconfig


                  _logger.log(Level.INFO, "smgt.service_not_configured");
            }

            //activate this after the admin backend support is achieved
            AdminEventListenerRegistry.addEventListener(ManagementRuleEvent.eventType,
                                                    new ManagementRuleReconfig());
        } catch (ConfigException ex) {
            //just log, core can still come up, just warn at severe                       
            _logger.log(Level.SEVERE, "smgt.config_error", ex)
            //throw new ServerLifeCycleException(ex.getMessage(), ex);
        } catch (Exception ex) {
View Full Code Here

TOP

Related Classes of com.sun.enterprise.management.selfmanagement.reconfig.ManagementRuleReconfig

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.