org.sape.carbon.services.management.interceptor
Interface MBeanInfoConfiguration.MBeanNotificationInfoConfiguration
- All Superinterfaces:
- Configuration, MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
- Enclosing interface:
- MBeanInfoConfiguration
- public static interface MBeanInfoConfiguration.MBeanNotificationInfoConfiguration
- extends MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
Describes an MBean notification settings.
Method Summary |
String[] |
getNotifTypes()
Gets the array of notification types supported by the MBean. |
void |
setNotifTypes(String[] value)
Sets the array of notification types supported by the MBean. |
getNotifTypes
public String[] getNotifTypes()
- Gets the array of notification types supported by the MBean.
- Returns:
- array of notification types supported by the MBean
setNotifTypes
public void setNotifTypes(String[] value)
- Sets the array of notification types supported by the MBean.
- Parameters:
value
- array of notification types supported by the MBean
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.