Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractBrokerBean.IAbstractNotificationParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBrokerBean.INotificationParametersType
Enclosing interface:
IAbstractBrokerBean

public static interface IAbstractBrokerBean.IAbstractNotificationParametersType
extends IMgmtSubBeanBase

Inner class representing NotificationParametersType This class extends IMgmtListBase


Method Summary
 java.math.BigDecimal getDmqNotifyFactor()
          Get the attribute for DMQ_NOTIFY_FACTOR as a java.math.BigDecimal value.
 IMgmtAttributeMetaData getDmqNotifyFactorMetaData()
          Get the attribute metadata for DMQ_NOTIFY_FACTOR.
 void setDmqNotifyFactor(java.math.BigDecimal value)
          Set the attribute for DMQ_NOTIFY_FACTOR to the specified java.math.BigDecimal 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

getDmqNotifyFactor

java.math.BigDecimal getDmqNotifyFactor()
                                        throws MgmtException
Get the attribute for DMQ_NOTIFY_FACTOR as a java.math.BigDecimal value.

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

getDmqNotifyFactorMetaData

IMgmtAttributeMetaData getDmqNotifyFactorMetaData()
                                                  throws MgmtException
Get the attribute metadata for DMQ_NOTIFY_FACTOR.

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

setDmqNotifyFactor

void setDmqNotifyFactor(java.math.BigDecimal value)
                        throws MgmtException
Set the attribute for DMQ_NOTIFY_FACTOR to the specified java.math.BigDecimal value.

Parameters:
value - The java.math.BigDecimal 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.