Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractAuthenticationDomainBean.IAbstractConnectionParamMap

All Superinterfaces:
IMgmtBase, IMgmtMapBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAuthenticationDomainBean.IConnectionParamMap
Enclosing interface:
IAbstractAuthenticationDomainBean

public static interface IAbstractAuthenticationDomainBean.IAbstractConnectionParamMap
extends IMgmtMapBase

Inner class representing ConnectionParamMap This inner class contains inner data items that are keyed off a name. This class extends IMgmtMapBase


Method Summary
 void addConnectionItem(java.lang.String name, java.lang.String value)
          Add the new ConnectionItem of type String into this map keyed off the specified key name
 void deleteConnectionItem(java.lang.String name)
          Delete the item with the specified name from this map
 java.lang.String getConnectionItem(java.lang.String name)
          Get the String atribute from the map with the specified key name
 IMgmtAttributeMetaData getConnectionItemMetaData()
          Get the attribute metadata for connectionItem.
 
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

addConnectionItem

void addConnectionItem(java.lang.String name,
                       java.lang.String value)
                       throws MgmtException
Add the new ConnectionItem of type String into this map keyed off the specified key name

Parameters:
name - The key name for this ConnectionItem in the map
value - The String value to add to the map
Throws:
MgmtException - Thrown if there is some problem adding this item to the map

deleteConnectionItem

void deleteConnectionItem(java.lang.String name)
                          throws MgmtException
Delete the item with the specified name from this map

Parameters:
name - The key name for the item in the map
Throws:
MgmtException - Thrown if there is some problem deleting this item from the map

getConnectionItem

java.lang.String getConnectionItem(java.lang.String name)
                                   throws MgmtException
Get the String atribute from the map with the specified key name

Parameters:
name - The key name for this ConnectionItem within the Map
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getConnectionItemMetaData

IMgmtAttributeMetaData getConnectionItemMetaData()
                                                 throws MgmtException
Get the attribute metadata for connectionItem.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.