Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAcceptorProtocolBean.IAbstractAcceptorDirectContentMapType

All Superinterfaces:
IMgmtBase, IMgmtMapBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAcceptorProtocolBean.IAcceptorDirectContentMapType
Enclosing interface:
IAbstractAcceptorProtocolBean

public static interface IAbstractAcceptorProtocolBean.IAbstractAcceptorDirectContentMapType
extends IMgmtMapBase

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


Method Summary
 void addItem(java.lang.String name, IAcceptorProtocolBean.IAcceptorDirectContentMapItemType value)
          Add the new Item of type IAcceptorProtocolBean.IAcceptorDirectContentMapItemType into this map keyed off the specified key name
 IAcceptorProtocolBean.IAcceptorDirectContentMapItemType createItem()
          Create an instance of an IAcceptorProtocolBean.IAcceptorDirectContentMapItemType attribute.
 void deleteItem(java.lang.String name)
          Delete the item with the specified name from this map
 IAcceptorProtocolBean.IAcceptorDirectContentMapItemType getItem(java.lang.String name)
          Get the IAcceptorProtocolBean.IAcceptorDirectContentMapItemType atribute from the map with the specified key name
 IMgmtAttributeMetaData getItemMetaData()
          Get the attribute metadata for item.
 
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

addItem

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

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

createItem

IAcceptorProtocolBean.IAcceptorDirectContentMapItemType createItem()
                                                                   throws MgmtException
Create an instance of an IAcceptorProtocolBean.IAcceptorDirectContentMapItemType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using either the addItem or insertItem methods

Returns:
The new IAcceptorProtocolBean.IAcceptorDirectContentMapItemType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

deleteItem

void deleteItem(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

getItem

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

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

getItemMetaData

IMgmtAttributeMetaData getItemMetaData()
                                       throws MgmtException
Get the attribute metadata for item.

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-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.