java类javax.management.modelmbean.ModelMBeanNotificationBroadcaster的实例源码

ModelMBeanNotificationPublisher.java 文件源码 项目:lams 阅读 24 收藏 0 点赞 0 评论 0
/**
 * Create a new instance of the {@link ModelMBeanNotificationPublisher} class
 * that will publish all {@link javax.management.Notification Notifications}
 * to the supplied {@link ModelMBean}.
 * @param modelMBean the target {@link ModelMBean}; must not be {@code null}
 * @param objectName the {@link ObjectName} of the source {@link ModelMBean}
 * @param managedResource the managed resource exposed by the supplied {@link ModelMBean}
 * @throws IllegalArgumentException if any of the parameters is {@code null}
 */
public ModelMBeanNotificationPublisher(
        ModelMBeanNotificationBroadcaster modelMBean, ObjectName objectName, Object managedResource) {

    Assert.notNull(modelMBean, "'modelMBean' must not be null");
    Assert.notNull(objectName, "'objectName' must not be null");
    Assert.notNull(managedResource, "'managedResource' must not be null");
    this.modelMBean = modelMBean;
    this.objectName = objectName;
    this.managedResource = managedResource;
}
ModelMBeanNotificationPublisher.java 文件源码 项目:spring4-understanding 阅读 21 收藏 0 点赞 0 评论 0
/**
 * Create a new instance of the {@link ModelMBeanNotificationPublisher} class
 * that will publish all {@link javax.management.Notification Notifications}
 * to the supplied {@link ModelMBean}.
 * @param modelMBean the target {@link ModelMBean}; must not be {@code null}
 * @param objectName the {@link ObjectName} of the source {@link ModelMBean}
 * @param managedResource the managed resource exposed by the supplied {@link ModelMBean}
 * @throws IllegalArgumentException if any of the parameters is {@code null}
 */
public ModelMBeanNotificationPublisher(
        ModelMBeanNotificationBroadcaster modelMBean, ObjectName objectName, Object managedResource) {

    Assert.notNull(modelMBean, "'modelMBean' must not be null");
    Assert.notNull(objectName, "'objectName' must not be null");
    Assert.notNull(managedResource, "'managedResource' must not be null");
    this.modelMBean = modelMBean;
    this.objectName = objectName;
    this.managedResource = managedResource;
}
ModelMBeanNotificationPublisher.java 文件源码 项目:my-spring-cache-redis 阅读 21 收藏 0 点赞 0 评论 0
/**
 * Create a new instance of the {@link ModelMBeanNotificationPublisher} class
 * that will publish all {@link javax.management.Notification Notifications}
 * to the supplied {@link ModelMBean}.
 * @param modelMBean the target {@link ModelMBean}; must not be {@code null}
 * @param objectName the {@link ObjectName} of the source {@link ModelMBean}
 * @param managedResource the managed resource exposed by the supplied {@link ModelMBean}
 * @throws IllegalArgumentException if any of the parameters is {@code null}
 */
public ModelMBeanNotificationPublisher(
        ModelMBeanNotificationBroadcaster modelMBean, ObjectName objectName, Object managedResource) {

    Assert.notNull(modelMBean, "'modelMBean' must not be null");
    Assert.notNull(objectName, "'objectName' must not be null");
    Assert.notNull(managedResource, "'managedResource' must not be null");
    this.modelMBean = modelMBean;
    this.objectName = objectName;
    this.managedResource = managedResource;
}
ModelMBeanNotificationPublisher.java 文件源码 项目:spring 阅读 21 收藏 0 点赞 0 评论 0
/**
 * Create a new instance of the {@link ModelMBeanNotificationPublisher} class
 * that will publish all {@link javax.management.Notification Notifications}
 * to the supplied {@link ModelMBean}.
 * @param modelMBean the target {@link ModelMBean}; must not be {@code null}
 * @param objectName the {@link ObjectName} of the source {@link ModelMBean}
 * @param managedResource the managed resource exposed by the supplied {@link ModelMBean}
 * @throws IllegalArgumentException if any of the parameters is {@code null}
 */
public ModelMBeanNotificationPublisher(
        ModelMBeanNotificationBroadcaster modelMBean, ObjectName objectName, Object managedResource) {

    Assert.notNull(modelMBean, "'modelMBean' must not be null");
    Assert.notNull(objectName, "'objectName' must not be null");
    Assert.notNull(managedResource, "'managedResource' must not be null");
    this.modelMBean = modelMBean;
    this.objectName = objectName;
    this.managedResource = managedResource;
}
ModelMBeanNotificationPublisher.java 文件源码 项目:class-guard 阅读 23 收藏 0 点赞 0 评论 0
/**
 * Create a new instance of the {@link ModelMBeanNotificationPublisher} class
 * that will publish all {@link javax.management.Notification Notifications}
 * to the supplied {@link ModelMBean}.
 * @param modelMBean the target {@link ModelMBean}; must not be {@code null}
 * @param objectName the {@link ObjectName} of the source {@link ModelMBean}
 * @param managedResource the managed resource exposed by the supplied {@link ModelMBean}
 * @throws IllegalArgumentException if any of the parameters is {@code null}
 */
public ModelMBeanNotificationPublisher(
        ModelMBeanNotificationBroadcaster modelMBean, ObjectName objectName, Object managedResource) {

    Assert.notNull(modelMBean, "'modelMBean' must not be null");
    Assert.notNull(objectName, "'objectName' must not be null");
    Assert.notNull(managedResource, "'managedResource' must not be null");
    this.modelMBean = modelMBean;
    this.objectName = objectName;
    this.managedResource = managedResource;
}
NotificationSenderAdapter.java 文件源码 项目:flowable-engine 阅读 21 收藏 0 点赞 0 评论 0
public NotificationSenderAdapter(ModelMBeanNotificationBroadcaster broadcaster) {
    this.broadcaster = broadcaster;
}
NotificationSenderAdapter.java 文件源码 项目:Camel 阅读 21 收藏 0 点赞 0 评论 0
public NotificationSenderAdapter(ModelMBeanNotificationBroadcaster broadcaster) {
    this.broadcaster = broadcaster;
}


问题


面经


文章

微信
公众号

扫码关注公众号