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

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

public static interface MBeanInfoConfiguration.MBeanParameterInfoConfiguration
extends MBeanInfoConfiguration.MBeanFeatureInfoConfiguration

Describes an parameter for an MBean operation.


Method Summary
 String getType()
          Gets the type of class for the parameter.
 void setType(String value)
          Sets the type of class for the parameter.
 
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

getType

public String getType()
Gets the type of class for the parameter.

Returns:
the type of class for the parameter.

setType

public void setType(String value)
Sets the type of class for the parameter.

Parameters:
value - the type of class for the parameter.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.