Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractRouteDirectWSBean.IAbstractWsrmType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IRouteDirectWSBean.IWsrmType
Enclosing interface:
IAbstractRouteDirectWSBean

public static interface IAbstractRouteDirectWSBean.IAbstractWsrmType
extends IMgmtSubBeanBase

Inner class representing WsrmType This class extends IMgmtListBase


Method Summary
 int getIdleTimeout()
          Get the attribute for IDLE_TIMEOUT as a int value.
 IMgmtAttributeMetaData getIdleTimeoutMetaData()
          Get the attribute metadata for IDLE_TIMEOUT.
 int getSequenceExpiration()
          Get the attribute for SEQUENCE_EXPIRATION as a int value.
 IMgmtAttributeMetaData getSequenceExpirationMetaData()
          Get the attribute metadata for SEQUENCE_EXPIRATION.
 void setIdleTimeout(int value)
          Set the attribute for IDLE_TIMEOUT to the specified int value.
 void setSequenceExpiration(int value)
          Set the attribute for SEQUENCE_EXPIRATION 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

getIdleTimeout

int getIdleTimeout()
                   throws MgmtException
Get the attribute for IDLE_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

getIdleTimeoutMetaData

IMgmtAttributeMetaData getIdleTimeoutMetaData()
                                              throws MgmtException
Get the attribute metadata for IDLE_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

getSequenceExpiration

int getSequenceExpiration()
                          throws MgmtException
Get the attribute for SEQUENCE_EXPIRATION 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

getSequenceExpirationMetaData

IMgmtAttributeMetaData getSequenceExpirationMetaData()
                                                     throws MgmtException
Get the attribute metadata for SEQUENCE_EXPIRATION.

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

setIdleTimeout

void setIdleTimeout(int value)
                    throws MgmtException
Set the attribute for IDLE_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

setSequenceExpiration

void setSequenceExpiration(int value)
                           throws MgmtException
Set the attribute for SEQUENCE_EXPIRATION 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.