|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IAbstractContainerCollectionBean.IAbstractContainer
Inner class representing Container This class extends IMgmtListBase
Method Summary | |
---|---|
IMgmtBeanBase |
getConfigRef()
Get the attribute for CONFIG_REF as a IMgmtBeanBase value. |
IMgmtAttributeMetaData |
getConfigRefMetaData()
Get the attribute metadata for CONFIG_REF. |
java.lang.String |
getContainerRuntimeId()
Get the attribute for CONTAINER_RUNTIME_ID as a String value. |
IMgmtAttributeMetaData |
getContainerRuntimeIdMetaData()
Get the attribute metadata for CONTAINER_RUNTIME_ID. |
void |
setConfigRef(IMgmtBeanBase value)
Set the attribute for CONFIG_REF to the specified IMgmtBeanBase value. |
void |
setContainerRuntimeId(java.lang.String value)
Set the attribute for CONTAINER_RUNTIME_ID to the specified String value. |
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase |
---|
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute |
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase |
---|
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute |
Method Detail |
---|
IMgmtBeanBase getConfigRef() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getConfigRefMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getContainerRuntimeId() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getContainerRuntimeIdMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setConfigRef(IMgmtBeanBase value) throws MgmtException
value
- The IMgmtBeanBase value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setContainerRuntimeId(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |