|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mfwk.cib.CIBObject
com.sun.mfwk.cib.CIBManagedObject
Default implementation of a CIB Managed Object MBean.
Field Summary |
Fields inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
ModelVersion |
Constructor Summary | |
CIBManagedObject()
|
Method Summary | |
void |
addNotificationListener(javax.management.NotificationListener notificationListener,
javax.management.NotificationFilter notificationFilter,
java.lang.Object object)
addNotificationListener |
java.lang.String |
getDescription()
Returns a description for the Managed object |
javax.management.ObjectName |
getJ2eeSibling()
Returns the ObjectName of J2eeApplication possibly attached |
javax.management.MBeanNotificationInfo[] |
getNotificationInfo()
getNotificationInfo |
boolean |
isEventProvider()
Returns true if the managed object is an Event Provider else returns false |
void |
removeNotificationListener(javax.management.NotificationListener notificationListener)
removeNotificationListener |
void |
removeNotificationListener(javax.management.NotificationListener notificationListener,
javax.management.NotificationFilter notificationFilter,
java.lang.Object object)
removeNotificationListener |
void |
setDescription(java.lang.String description)
Sets the description of the managed Object |
void |
setEventProvider(boolean isEventProvider)
Allows to switch On/Off the JMX event notifications from the managed object Not implemented in this version the event provision switch is not activated inside this implementation. |
void |
setJ2eeSibling(javax.management.ObjectName j2eeSibling)
Allows to set the reference to the J2ee application |
Methods inherited from class com.sun.mfwk.cib.CIBObject |
getModelVersion, getName, getType, postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.mfwk.cib.CIBObjectMBean |
getModelVersion, getName, getType |
Constructor Detail |
public CIBManagedObject()
Method Detail |
public java.lang.String getDescription()
getDescription
in interface CIBManagedObjectMBean
public void setDescription(java.lang.String description)
setDescription
in interface CIBManagedObjectIf
description
- Stringpublic boolean isEventProvider()
isEventProvider
in interface CIBManagedObjectMBean
public void setEventProvider(boolean isEventProvider)
setEventProvider
in interface CIBManagedObjectMBean
isEventProvider
- booleanpublic void setJ2eeSibling(javax.management.ObjectName j2eeSibling)
j2eeSibling
- ObjectNamepublic javax.management.ObjectName getJ2eeSibling()
public void removeNotificationListener(javax.management.NotificationListener notificationListener, javax.management.NotificationFilter notificationFilter, java.lang.Object object) throws javax.management.ListenerNotFoundException
removeNotificationListener
in interface javax.management.NotificationEmitter
notificationListener
- NotificationListenernotificationFilter
- NotificationFilterobject
- Object
javax.management.ListenerNotFoundException
public void addNotificationListener(javax.management.NotificationListener notificationListener, javax.management.NotificationFilter notificationFilter, java.lang.Object object)
addNotificationListener
in interface javax.management.NotificationBroadcaster
notificationListener
- NotificationListenernotificationFilter
- NotificationFilterobject
- Objectpublic void removeNotificationListener(javax.management.NotificationListener notificationListener) throws javax.management.ListenerNotFoundException
removeNotificationListener
in interface javax.management.NotificationBroadcaster
notificationListener
- NotificationListener
javax.management.ListenerNotFoundException
public javax.management.MBeanNotificationInfo[] getNotificationInfo()
getNotificationInfo
in interface javax.management.NotificationBroadcaster
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |