| java.lang.Object javax.management.NotificationBroadcasterSupport com.sun.esb.management.impl.notification.NotificationServiceMBeanImpl
Inner Class : enum EventType | |
Inner Class : enum SourceType | |
JBI_PREFIX | final static String JBI_PREFIX(Code) | | Common prefix for all notification messages.
|
NOTIFICATION_CLASS_NAME | final static String NOTIFICATION_CLASS_NAME(Code) | | Class name for notifications emitted by the runtime.
|
NOTIFICATION_DESCRIPTION | final static String NOTIFICATION_DESCRIPTION(Code) | | Desription for notifications emitted by the runtime.
|
NOTIFICATION_TYPES | final static String[] NOTIFICATION_TYPES(Code) | | Notification types emitted by the runtime.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
NotificationServiceMBeanImpl | public NotificationServiceMBeanImpl(EnvironmentContext anEnvContext)(Code) | | default constructor
|
getDescription | public String getDescription()(Code) | | the description |
getFrameworkDomainNotificationMBean | protected ObjectName getFrameworkDomainNotificationMBean()(Code) | | Get the Framework Notification MBean
|
registerForLocalNotifications | protected void registerForLocalNotifications()(Code) | | Register for notifications from the framework MBean
|
setDescription | public void setDescription(String description)(Code) | | Parameters: description - the description to set |
setName | public void setName(String name)(Code) | | Parameters: name - the name to set |
|
|