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.
 
Methods inherited from interface org.sape.carbon.services.management.interceptor.MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

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.