Package org.geoserver.cluster.impl.events.configuration

Examples of org.geoserver.cluster.impl.events.configuration.JMSServiceModifyEvent


        try {
            // update properties
            final Properties options = getProperties();
            // propagate the event
            jmsPublisher.publish(getTopic(), getJmsTemplate(), options,
                    new JMSServiceModifyEvent(ModificationProxy.unwrap(service), propertyNames,
                            oldValues, newValues));

        } catch (Exception e) {
            if (LOGGER.isLoggable(java.util.logging.Level.SEVERE)) {
                LOGGER.severe(e.getLocalizedMessage());
View Full Code Here

TOP

Related Classes of org.geoserver.cluster.impl.events.configuration.JMSServiceModifyEvent

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.