Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractReplicationParametersType
extends IMgmtSubBeanBase

Inner class representing ReplicationParametersType This class extends IMgmtListBase


Method Summary
 int getConnectTimeout()
          Get the attribute for CONNECT_TIMEOUT as a int value.
 IMgmtAttributeMetaData getConnectTimeoutMetaData()
          Get the attribute metadata for CONNECT_TIMEOUT.
 int getFailureDetectTimeout()
          Get the attribute for FAILURE_DETECT_TIMEOUT as a int value.
 IMgmtAttributeMetaData getFailureDetectTimeoutMetaData()
          Get the attribute metadata for FAILURE_DETECT_TIMEOUT.
 int getPingInterval()
          Get the attribute for PING_INTERVAL as a int value.
 IMgmtAttributeMetaData getPingIntervalMetaData()
          Get the attribute metadata for PING_INTERVAL.
 int getPingTimeout()
          Get the attribute for PING_TIMEOUT as a int value.
 IMgmtAttributeMetaData getPingTimeoutMetaData()
          Get the attribute metadata for PING_TIMEOUT.
 boolean getReplicatePersistent()
          Get the attribute for REPLICATE_PERSISTENT as a boolean value.
 IMgmtAttributeMetaData getReplicatePersistentMetaData()
          Get the attribute metadata for REPLICATE_PERSISTENT.
 int getRetryInterval()
          Get the attribute for RETRY_INTERVAL as a int value.
 IMgmtAttributeMetaData getRetryIntervalMetaData()
          Get the attribute metadata for RETRY_INTERVAL.
 void setConnectTimeout(int value)
          Set the attribute for CONNECT_TIMEOUT to the specified int value.
 void setFailureDetectTimeout(int value)
          Set the attribute for FAILURE_DETECT_TIMEOUT to the specified int value.
 void setPingInterval(int value)
          Set the attribute for PING_INTERVAL to the specified int value.
 void setPingTimeout(int value)
          Set the attribute for PING_TIMEOUT to the specified int value.
 void setReplicatePersistent(boolean value)
          Set the attribute for REPLICATE_PERSISTENT to the specified boolean value.
 void setRetryInterval(int value)
          Set the attribute for RETRY_INTERVAL 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

getConnectTimeout

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

getConnectTimeoutMetaData

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

getFailureDetectTimeout

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

getFailureDetectTimeoutMetaData

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

getPingInterval

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

getPingIntervalMetaData

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

getPingTimeout

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

getPingTimeoutMetaData

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

getReplicatePersistent

boolean getReplicatePersistent()
                               throws MgmtException
Get the attribute for REPLICATE_PERSISTENT as a boolean value.

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

getReplicatePersistentMetaData

IMgmtAttributeMetaData getReplicatePersistentMetaData()
                                                      throws MgmtException
Get the attribute metadata for REPLICATE_PERSISTENT.

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

getRetryInterval

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

getRetryIntervalMetaData

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

setConnectTimeout

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

setFailureDetectTimeout

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

setPingInterval

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

setPingTimeout

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

setReplicatePersistent

void setReplicatePersistent(boolean value)
                            throws MgmtException
Set the attribute for REPLICATE_PERSISTENT to the specified boolean value.

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

setRetryInterval

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

Sonic Management API

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