Example usage for org.springframework.jmx.export.notification NotificationPublisherAware interface-usage

List of usage examples for org.springframework.jmx.export.notification NotificationPublisherAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.jmx.export.notification NotificationPublisherAware interface-usage.

Usage

From source file net.beachchou.spring.ioc.aware.NotificationPublisherAwareBean.java

/**
 *
 * @author beach
 */
public class NotificationPublisherAwareBean implements NotificationPublisherAware {

From source file com.paxxis.cornerstone.messaging.service.ServiceBusManager.java

/**
 * The mechanism for exposing management interfaces for service connectors is based on a pair
 * of collaborating objects that implement IServiceBusController.  The primary
 * management class is ServiceBusManagementBean.
 * <br>
 * This class collaborates with the primary management object in order to expose the

From source file de.iew.framework.mbean.TestMB.java

/**
 * Test MBean.
 *
 * @author Manuel Schulze <manuel_schulze@i-entwicklung.de>
 * @since 06.02.13 - 20:12
 */

From source file kr.okplace.job.support.JobExecutionNotificationPublisher.java

/**
 * JMX notification broadcaster
 * 
 * @author Dave Syer
 * @since 1.0
 */

From source file com.apress.prospringintegration.jmx.BasicMBean.java

@Component
@ManagedResource
public class BasicMBean implements NotificationPublisherAware {

    private NotificationPublisher notificationPublisher;
    private String data;

From source file org.springframework.batch.sample.jmx.JobExecutionNotificationPublisher.java

/**
 * JMX notification broadcaster
 * 
 * @author Dave Syer
 * @since 1.0
 */

From source file org.springframework.batch.test.jmx.JobExecutionNotificationPublisher.java

/**
 * JMX notification broadcaster
 * 
 * @author Dave Syer
 * @since 1.0
 */

From source file de.iew.spring.integration.JmxTestServiceImpl.java

/**
 * Implements a JMX test service for JUnit.
 *
 * @author Manuel Schulze <manuel_schulze@i-entwicklung.de>
 * @since 16.03.13 - 09:22
 */

From source file de.stefanheintz.log.jmxservice.LoggingConfigImpl.java

public class LoggingConfigImpl implements LoggingConfig, NotificationPublisherAware {

    private Map<NotificationType, Long> notificationTypeMap = new HashMap<NotificationType, Long>();
    private NotificationPublisher publisher;

    public void setNotificationPublisher(NotificationPublisher notificationPublisher) {

From source file org.trpr.platform.core.impl.management.jmx.JMXNotificationDispatcher.java

/**
 * Class <code>JMXNotificationDispatcher</code> class is an implementation of {@link org.springframework.jmx.export.notification.NotificationPublisherAware} 
 * interface that may be used to publish {@link PlatformEvent} data to the JMX system.
 * 
 * @author Regunath B
 * @version 1.0, 17/05/2012