org.apache.felix.ipojo.handlers.jmx
Class NotificationField
java.lang.Object
org.apache.felix.ipojo.handlers.jmx.NotificationField
public class NotificationField
- extends Object
This class builds the notification description structure.
- Author:
- Felix Project Team
Method Summary |
javax.management.MBeanNotificationInfo |
getNotificationInfo()
Returns the MBeanNotificationInfo from this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationField
public NotificationField(String name,
String field,
String description)
- Constructor.
- Parameters:
name
- the name of the notificationfield
- the field which send a notification when it is modifieddescription
- the description which appears in JMX console
getNotificationInfo
public javax.management.MBeanNotificationInfo getNotificationInfo()
- Returns the MBeanNotificationInfo from this class.
- Returns:
- the type of the field or
null
if it wasn't found
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.