Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractMonitoringType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.IMonitoringType
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractMonitoringType
extends IMgmtSubBeanBase

Inner class representing MonitoringType This class extends IMgmtListBase


Method Summary
 int getStatusPollInterval()
          Get the attribute for STATUS_POLL_INTERVAL as a int value.
 IMgmtAttributeMetaData getStatusPollIntervalMetaData()
          Get the attribute metadata for STATUS_POLL_INTERVAL.
 int getStatusPollTimeout()
          Get the attribute for STATUS_POLL_TIMEOUT as a int value.
 IMgmtAttributeMetaData getStatusPollTimeoutMetaData()
          Get the attribute metadata for STATUS_POLL_TIMEOUT.
 void setStatusPollInterval(int value)
          Set the attribute for STATUS_POLL_INTERVAL to the specified int value.
 void setStatusPollTimeout(int value)
          Set the attribute for STATUS_POLL_TIMEOUT to the specified int 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

getStatusPollInterval

int getStatusPollInterval()
                          throws MgmtException
Get the attribute for STATUS_POLL_INTERVAL as a int value.

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

getStatusPollIntervalMetaData

IMgmtAttributeMetaData getStatusPollIntervalMetaData()
                                                     throws MgmtException
Get the attribute metadata for STATUS_POLL_INTERVAL.

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

getStatusPollTimeout

int getStatusPollTimeout()
                         throws MgmtException
Get the attribute for STATUS_POLL_TIMEOUT as a int value.

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

getStatusPollTimeoutMetaData

IMgmtAttributeMetaData getStatusPollTimeoutMetaData()
                                                    throws MgmtException
Get the attribute metadata for STATUS_POLL_TIMEOUT.

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

setStatusPollInterval

void setStatusPollInterval(int value)
                           throws MgmtException
Set the attribute for STATUS_POLL_INTERVAL to the specified int value.

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

setStatusPollTimeout

void setStatusPollTimeout(int value)
                          throws MgmtException
Set the attribute for STATUS_POLL_TIMEOUT to the specified int value.

Parameters:
value - The int 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.