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

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

public class NotificationField
extends java.lang.Object

this calss build the notification descritpion structure.

Author:
Felix Project Team

Constructor Summary
NotificationField(java.lang.String name, java.lang.String field, java.lang.String description)
          NotificationField : constructor.
 
Method Summary
 javax.management.MBeanNotificationInfo getNotificationInfo()
          getNotificationInfo : return 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(java.lang.String name,
                         java.lang.String field,
                         java.lang.String description)
NotificationField : constructor.

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

getNotificationInfo

public javax.management.MBeanNotificationInfo getNotificationInfo()
getNotificationInfo : return the MBeanNotificationInfo from this class.

Returns:
: type of the field or null if it wasn't found