Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractRoutingParametersType
extends IMgmtSubBeanBase

Inner class representing RoutingParametersType This class extends IMgmtListBase


Method Summary
 long getConnectAttemptInterval()
          Get the attribute for CONNECT_ATTEMPT_INTERVAL as a long value.
 IMgmtAttributeMetaData getConnectAttemptIntervalMetaData()
          Get the attribute metadata for CONNECT_ATTEMPT_INTERVAL.
 int getConnectIdleTimeout()
          Get the attribute for CONNECT_IDLE_TIMEOUT as a int value.
 IMgmtAttributeMetaData getConnectIdleTimeoutMetaData()
          Get the attribute metadata for CONNECT_IDLE_TIMEOUT.
 int getConnectRetryCount()
          Get the attribute for CONNECT_RETRY_COUNT as a int value.
 IMgmtAttributeMetaData getConnectRetryCountMetaData()
          Get the attribute metadata for CONNECT_RETRY_COUNT.
 long getConnectRetryInterval()
          Get the attribute for CONNECT_RETRY_INTERVAL as a long value.
 IMgmtAttributeMetaData getConnectRetryIntervalMetaData()
          Get the attribute metadata for CONNECT_RETRY_INTERVAL.
 boolean getEnableGlobalSubcriptionsForwarding()
          Get the attribute for ENABLE_GLOBAL_SUBCRIPTIONS_FORWARDING as a boolean value.
 IMgmtAttributeMetaData getEnableGlobalSubcriptionsForwardingMetaData()
          Get the attribute metadata for ENABLE_GLOBAL_SUBCRIPTIONS_FORWARDING.
 int getFcMonitorInterval()
          Get the attribute for FC_MONITOR_INTERVAL as a int value.
 IMgmtAttributeMetaData getFcMonitorIntervalMetaData()
          Get the attribute metadata for FC_MONITOR_INTERVAL.
 long getGlobalSubscriptionExpiration()
          Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION as a long value.
 long getGlobalSubscriptionExpiration(long defValue)
          Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION as a long value.
 IMgmtAttributeMetaData getGlobalSubscriptionExpirationMetaData()
          Get the attribute metadata for GLOBAL_SUBSCRIPTION_EXPIRATION.
 int getHttpDirectOutboundDispatchThreads()
          Get the attribute for HTTP_DIRECT_OUTBOUND_DISPATCH_THREADS as a int value.
 IMgmtAttributeMetaData getHttpDirectOutboundDispatchThreadsMetaData()
          Get the attribute metadata for HTTP_DIRECT_OUTBOUND_DISPATCH_THREADS.
 int getHttpDirectOutboundReservedForGroupedRequestsThreads()
          Get the attribute for HTTP_DIRECT_OUTBOUND_RESERVED_FOR_GROUPED_REQUESTS_THREADS as a int value.
 IMgmtAttributeMetaData getHttpDirectOutboundReservedForGroupedRequestsThreadsMetaData()
          Get the attribute metadata for HTTP_DIRECT_OUTBOUND_RESERVED_FOR_GROUPED_REQUESTS_THREADS.
 long getIndoubtReconnectInterval()
          Get the attribute for INDOUBT_RECONNECT_INTERVAL as a long value.
 IMgmtAttributeMetaData getIndoubtReconnectIntervalMetaData()
          Get the attribute metadata for INDOUBT_RECONNECT_INTERVAL.
 long getIndoubtTimeout()
          Get the attribute for INDOUBT_TIMEOUT as a long value.
 IMgmtAttributeMetaData getIndoubtTimeoutMetaData()
          Get the attribute metadata for INDOUBT_TIMEOUT.
 java.lang.String getRoutingNodeName()
          Get the attribute for ROUTING_NODE_NAME as a String value.
 IMgmtAttributeMetaData getRoutingNodeNameMetaData()
          Get the attribute metadata for ROUTING_NODE_NAME.
 int getRoutingThreads()
          Get the attribute for ROUTING_THREADS as a int value.
 IMgmtAttributeMetaData getRoutingThreadsMetaData()
          Get the attribute metadata for ROUTING_THREADS.
 long getRoutingTimeout()
          Get the attribute for ROUTING_TIMEOUT as a long value.
 IMgmtAttributeMetaData getRoutingTimeoutMetaData()
          Get the attribute metadata for ROUTING_TIMEOUT.
 void setConnectAttemptInterval(long value)
          Set the attribute for CONNECT_ATTEMPT_INTERVAL to the specified long value.
 void setConnectIdleTimeout(int value)
          Set the attribute for CONNECT_IDLE_TIMEOUT to the specified int value.
 void setConnectRetryCount(int value)
          Set the attribute for CONNECT_RETRY_COUNT to the specified int value.
 void setConnectRetryInterval(long value)
          Set the attribute for CONNECT_RETRY_INTERVAL to the specified long value.
 void setEnableGlobalSubcriptionsForwarding(boolean value)
          Set the attribute for ENABLE_GLOBAL_SUBCRIPTIONS_FORWARDING to the specified boolean value.
 void setFcMonitorInterval(int value)
          Set the attribute for FC_MONITOR_INTERVAL to the specified int value.
 void setGlobalSubscriptionExpiration(long value)
          Set the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION to the specified long value.
 void setHttpDirectOutboundDispatchThreads(int value)
          Set the attribute for HTTP_DIRECT_OUTBOUND_DISPATCH_THREADS to the specified int value.
 void setHttpDirectOutboundReservedForGroupedRequestsThreads(int value)
          Set the attribute for HTTP_DIRECT_OUTBOUND_RESERVED_FOR_GROUPED_REQUESTS_THREADS to the specified int value.
 void setIndoubtReconnectInterval(long value)
          Set the attribute for INDOUBT_RECONNECT_INTERVAL to the specified long value.
 void setIndoubtTimeout(long value)
          Set the attribute for INDOUBT_TIMEOUT to the specified long value.
 void setRoutingNodeName(java.lang.String value)
          Set the attribute for ROUTING_NODE_NAME to the specified String value.
 void setRoutingThreads(int value)
          Set the attribute for ROUTING_THREADS to the specified int value.
 void setRoutingTimeout(long value)
          Set the attribute for ROUTING_TIMEOUT to the specified long 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

getConnectAttemptInterval

long getConnectAttemptInterval()
                               throws MgmtException
Get the attribute for CONNECT_ATTEMPT_INTERVAL as a long value.

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

getConnectAttemptIntervalMetaData

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

getConnectIdleTimeout

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

getConnectIdleTimeoutMetaData

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

getConnectRetryCount

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

getConnectRetryCountMetaData

IMgmtAttributeMetaData getConnectRetryCountMetaData()
                                                    throws MgmtException
Get the attribute metadata for CONNECT_RETRY_COUNT.

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

getConnectRetryInterval

long getConnectRetryInterval()
                             throws MgmtException
Get the attribute for CONNECT_RETRY_INTERVAL as a long value.

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

getConnectRetryIntervalMetaData

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

getEnableGlobalSubcriptionsForwarding

boolean getEnableGlobalSubcriptionsForwarding()
                                              throws MgmtException
Get the attribute for ENABLE_GLOBAL_SUBCRIPTIONS_FORWARDING 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

getEnableGlobalSubcriptionsForwardingMetaData

IMgmtAttributeMetaData getEnableGlobalSubcriptionsForwardingMetaData()
                                                                     throws MgmtException
Get the attribute metadata for ENABLE_GLOBAL_SUBCRIPTIONS_FORWARDING.

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

getFcMonitorInterval

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

getFcMonitorIntervalMetaData

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

getGlobalSubscriptionExpiration

long getGlobalSubscriptionExpiration()
                                     throws MgmtException
Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION as a long value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getGlobalSubscriptionExpiration

long getGlobalSubscriptionExpiration(long defValue)
                                     throws MgmtException
Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION as a long value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The long value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getGlobalSubscriptionExpirationMetaData

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

getHttpDirectOutboundDispatchThreads

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

getHttpDirectOutboundDispatchThreadsMetaData

IMgmtAttributeMetaData getHttpDirectOutboundDispatchThreadsMetaData()
                                                                    throws MgmtException
Get the attribute metadata for HTTP_DIRECT_OUTBOUND_DISPATCH_THREADS.

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

getHttpDirectOutboundReservedForGroupedRequestsThreads

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

getHttpDirectOutboundReservedForGroupedRequestsThreadsMetaData

IMgmtAttributeMetaData getHttpDirectOutboundReservedForGroupedRequestsThreadsMetaData()
                                                                                      throws MgmtException
Get the attribute metadata for HTTP_DIRECT_OUTBOUND_RESERVED_FOR_GROUPED_REQUESTS_THREADS.

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

getIndoubtReconnectInterval

long getIndoubtReconnectInterval()
                                 throws MgmtException
Get the attribute for INDOUBT_RECONNECT_INTERVAL as a long value.

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

getIndoubtReconnectIntervalMetaData

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

getIndoubtTimeout

long getIndoubtTimeout()
                       throws MgmtException
Get the attribute for INDOUBT_TIMEOUT as a long value.

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

getIndoubtTimeoutMetaData

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

getRoutingNodeName

java.lang.String getRoutingNodeName()
                                    throws MgmtException
Get the attribute for ROUTING_NODE_NAME 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

getRoutingNodeNameMetaData

IMgmtAttributeMetaData getRoutingNodeNameMetaData()
                                                  throws MgmtException
Get the attribute metadata for ROUTING_NODE_NAME.

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

getRoutingThreads

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

getRoutingThreadsMetaData

IMgmtAttributeMetaData getRoutingThreadsMetaData()
                                                 throws MgmtException
Get the attribute metadata for ROUTING_THREADS.

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

getRoutingTimeout

long getRoutingTimeout()
                       throws MgmtException
Get the attribute for ROUTING_TIMEOUT as a long value.

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

getRoutingTimeoutMetaData

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

setConnectAttemptInterval

void setConnectAttemptInterval(long value)
                               throws MgmtException
Set the attribute for CONNECT_ATTEMPT_INTERVAL to the specified long value.

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

setConnectIdleTimeout

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

setConnectRetryCount

void setConnectRetryCount(int value)
                          throws MgmtException
Set the attribute for CONNECT_RETRY_COUNT to the specified int value.

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

setConnectRetryInterval

void setConnectRetryInterval(long value)
                             throws MgmtException
Set the attribute for CONNECT_RETRY_INTERVAL to the specified long value.

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

setEnableGlobalSubcriptionsForwarding

void setEnableGlobalSubcriptionsForwarding(boolean value)
                                           throws MgmtException
Set the attribute for ENABLE_GLOBAL_SUBCRIPTIONS_FORWARDING to the specified boolean value.

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

setFcMonitorInterval

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

setGlobalSubscriptionExpiration

void setGlobalSubscriptionExpiration(long value)
                                     throws MgmtException
Set the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION to the specified long value.

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

setHttpDirectOutboundDispatchThreads

void setHttpDirectOutboundDispatchThreads(int value)
                                          throws MgmtException
Set the attribute for HTTP_DIRECT_OUTBOUND_DISPATCH_THREADS to the specified int value.

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

setHttpDirectOutboundReservedForGroupedRequestsThreads

void setHttpDirectOutboundReservedForGroupedRequestsThreads(int value)
                                                            throws MgmtException
Set the attribute for HTTP_DIRECT_OUTBOUND_RESERVED_FOR_GROUPED_REQUESTS_THREADS to the specified int value.

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

setIndoubtReconnectInterval

void setIndoubtReconnectInterval(long value)
                                 throws MgmtException
Set the attribute for INDOUBT_RECONNECT_INTERVAL to the specified long value.

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

setIndoubtTimeout

void setIndoubtTimeout(long value)
                       throws MgmtException
Set the attribute for INDOUBT_TIMEOUT to the specified long value.

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

setRoutingNodeName

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

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

setRoutingThreads

void setRoutingThreads(int value)
                       throws MgmtException
Set the attribute for ROUTING_THREADS to the specified int value.

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

setRoutingTimeout

void setRoutingTimeout(long value)
                       throws MgmtException
Set the attribute for ROUTING_TIMEOUT to the specified long value.

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