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

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

public static interface MBeanInfoConfiguration.MBeanAttributeInfoConfiguration
extends MBeanInfoConfiguration.MBeanFeatureInfoConfiguration

Describes an MBean attribute.


Method Summary
 String getType()
          Gets the attribute type.
 boolean isIs()
          Indicates if the attribute getter uses the Is prefix
 boolean isReadable()
          Indicates if the attribute is readable
 boolean isWritable()
          Indicates if the attribute is writable
 void setIs(boolean value)
          Sets if the attribute getter uses the Is prefix
 void setReadable(boolean value)
          Sets if the attribute is readable
 void setType(String value)
          Sets the attribute type.
 void setWritable(boolean value)
          Sets if the attribute is writable
 
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 attribute type.

Returns:
the attribute type

setType

public void setType(String value)
Sets the attribute type.

Parameters:
value - the attribute type

isIs

public boolean isIs()
Indicates if the attribute getter uses the Is prefix

Returns:
if the attribute getter uses the Is prefix

setIs

public void setIs(boolean value)
Sets if the attribute getter uses the Is prefix

Parameters:
value - if the attribute getter uses the Is prefix

isWritable

public boolean isWritable()
Indicates if the attribute is writable

Returns:
if the attribute is writable

setWritable

public void setWritable(boolean value)
Sets if the attribute is writable

Parameters:
value - if the attribute is writable

isReadable

public boolean isReadable()
Indicates if the attribute is readable

Returns:
if the attribute is readable

setReadable

public void setReadable(boolean value)
Sets if the attribute is readable

Parameters:
value - if the attribute is readable


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.