org.sape.carbon.services.management.interceptor
Interface MBeanInfoConfiguration.MBeanConstructorInfoConfiguration

All Superinterfaces:
Configuration, MBeanInfoConfiguration.MBeanFeatureInfoConfiguration
Enclosing interface:
MBeanInfoConfiguration

public static interface MBeanInfoConfiguration.MBeanConstructorInfoConfiguration
extends MBeanInfoConfiguration.MBeanFeatureInfoConfiguration

Describes an MBean constructor method.


Method Summary
 MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] getSignature()
          Gets the array of parameters the constructor takes.
 void setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
          Sets the array of parameters the constructor takes.
 
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

getSignature

public MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] getSignature()
Gets the array of parameters the constructor takes.

Returns:
the array of parameters the constructor takes.

setSignature

public void setSignature(MBeanInfoConfiguration.MBeanParameterInfoConfiguration[] value)
Sets the array of parameters the constructor takes.

Parameters:
value - the array of parameters the constructor takes.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.