spring-framework / org.springframework.jmx.export.notification / ModelMBeanNotificationPublisher / <init>

<init>

ModelMBeanNotificationPublisher(modelMBean: ModelMBeanNotificationBroadcaster, objectName: ObjectName, managedResource: Any)

Create a new instance of the ModelMBeanNotificationPublisher class that will publish all javax.management.Notification to the supplied ModelMBean.

Parameters

modelMBean - the target ModelMBean; must not be null

objectName - the ObjectName of the source ModelMBean

managedResource - the managed resource exposed by the supplied ModelMBean

Exceptions

IllegalArgumentException - if any of the parameters is null