|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomProperties
The CustomProperties interface describes the interface to an MBean that allows the set of properties to be modified by adding/removing additional properties.
Method Summary | |
---|---|
void |
addAttribute(java.lang.String name,
java.lang.String value)
Add a custom property value |
void |
loadMBean(java.lang.String attributeName)
Load the MBean for the attribute just created. |
void |
removeAttribute(java.lang.String name)
Remove a custom attribute |
void |
removeMBean(java.lang.String attributeName)
Remove the MBean for the attribute just created. |
Methods inherited from interface com.ibm.soa.common.mbean.GeneralProperties |
---|
getAttributeContext, getAttributePossibleValues, getAttributeProperties, getAttributeType, getContext, getDisplayName, getDisplayName, setContext, setDisplayName |
Method Detail |
---|
void removeAttribute(java.lang.String name) throws javax.management.MBeanException
name
- the name of the attribute
javax.management.MBeanException
- on removal errorvoid addAttribute(java.lang.String name, java.lang.String value) throws javax.management.InvalidAttributeValueException, javax.management.MBeanException
name
- the name of the attributevalue
- the value
javax.management.InvalidAttributeValueException
- on length error
javax.management.MBeanException
- on add errorvoid loadMBean(java.lang.String attributeName)
attributeName
- attribute namevoid removeMBean(java.lang.String attributeName)
attributeName
- attribute name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |