|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractContainerBean.IAbstractDeploymentParametersSet
Inner class representing DeploymentParametersSet This inner class contains inner data items that are keyed off a name. This class extends IMgmtMapBase
| Method Summary | |
|---|---|
void |
addEntry(java.lang.String name,
IContainerBean.IDeploymentParameterType value)
Add the new Entry of type IContainerBean.IDeploymentParameterType into this map keyed off the specified key name |
IContainerBean.IDeploymentParameterType |
createEntry()
Create an instance of an IContainerBean.IDeploymentParameterType attribute. |
void |
deleteEntry(java.lang.String name)
Delete the item with the specified name from this map |
IContainerBean.IDeploymentParameterType |
getEntry(java.lang.String name)
Get the IContainerBean.IDeploymentParameterType atribute from the map with the specified key name |
IMgmtAttributeMetaData |
getEntryMetaData()
Get the attribute metadata for entry. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtMapBase |
|---|
add, delete, getKeyNames |
| 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 |
|---|
void addEntry(java.lang.String name,
IContainerBean.IDeploymentParameterType value)
throws MgmtException
name - The key name for this Entry in the mapvalue - The IContainerBean.IDeploymentParameterType value to add to the map
MgmtException - Thrown if there is some problem adding this item to the map
IContainerBean.IDeploymentParameterType createEntry()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
void deleteEntry(java.lang.String name)
throws MgmtException
name - The key name for the item in the map
MgmtException - Thrown if there is some problem deleting this item from the map
IContainerBean.IDeploymentParameterType getEntry(java.lang.String name)
throws MgmtException
name - The key name for this Entry within the Map
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEntryMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||