org.apache.felix.ipojo.handlers.jmx
Class NotificationField

java.lang.Object
  extended by org.apache.felix.ipojo.handlers.jmx.NotificationField

public class NotificationField
extends Object

This class builds the notification description structure.

Author:
Felix Project Team

Constructor Summary
NotificationField(String name, String field, String description)
          Constructor.
 
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
 

Constructor Detail

NotificationField

public NotificationField(String name,
                         String field,
                         String description)
Constructor.

Parameters:
name - the name of the notification
field - the field which send a notification when it is modified
description - the description which appears in JMX console
Method Detail

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.