Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractComponentCollectionBean.IAbstractComponent

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IComponentCollectionBean.IComponent
Enclosing interface:
IAbstractComponentCollectionBean

public static interface IAbstractComponentCollectionBean.IAbstractComponent
extends IMgmtSubBeanBase

Inner class representing Component This class extends IMgmtListBase


Method Summary
 java.lang.String getComponentRuntimeId()
          Get the attribute for COMPONENT_RUNTIME_ID as a String value.
 IMgmtAttributeMetaData getComponentRuntimeIdMetaData()
          Get the attribute metadata for COMPONENT_RUNTIME_ID.
 IMgmtBeanBase getConfigRef()
          Get the attribute for CONFIG_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getConfigRefMetaData()
          Get the attribute metadata for CONFIG_REF.
 void setComponentRuntimeId(java.lang.String value)
          Set the attribute for COMPONENT_RUNTIME_ID to the specified String value.
 void setConfigRef(IMgmtBeanBase value)
          Set the attribute for CONFIG_REF to the specified IMgmtBeanBase 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

getComponentRuntimeId

java.lang.String getComponentRuntimeId()
                                       throws MgmtException
Get the attribute for COMPONENT_RUNTIME_ID as a String value.

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

getComponentRuntimeIdMetaData

IMgmtAttributeMetaData getComponentRuntimeIdMetaData()
                                                     throws MgmtException
Get the attribute metadata for COMPONENT_RUNTIME_ID.

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

getConfigRef

IMgmtBeanBase getConfigRef()
                           throws MgmtException
Get the attribute for CONFIG_REF as a IMgmtBeanBase value.

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

getConfigRefMetaData

IMgmtAttributeMetaData getConfigRefMetaData()
                                            throws MgmtException
Get the attribute metadata for CONFIG_REF.

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

setComponentRuntimeId

void setComponentRuntimeId(java.lang.String value)
                           throws MgmtException
Set the attribute for COMPONENT_RUNTIME_ID to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setConfigRef

void setConfigRef(IMgmtBeanBase value)
                  throws MgmtException
Set the attribute for CONFIG_REF to the specified IMgmtBeanBase value.

Parameters:
value - The IMgmtBeanBase value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.