Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractRouteDirectBean

All Superinterfaces:
com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase
All Known Subinterfaces:
IRouteDirectBean

public interface IAbstractRouteDirectBean
extends IMgmtBeanBase

Configuration Bean representing a 'RouteDirect'


Nested Class Summary
static interface IAbstractRouteDirectBean.IAbstractRoutingDirectContentMapItemType
          Inner class representing RoutingDirectContentMapItemType This class extends IMgmtListBase
static interface IAbstractRouteDirectBean.IAbstractRoutingDirectContentMapType
          Inner class representing RoutingDirectContentMapType This inner class contains inner data items that are keyed off a name.
 
Field Summary
 
Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY
 
Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension
END_CDATA, START_CDATA, TOOL_ANNOTATION
 
Method Summary
 java.lang.String getBroker()
          Get the attribute for BROKER as a String value.
 java.lang.String getBroker(java.lang.String defValue)
          Get the attribute for BROKER as a String value.
 IMgmtAttributeMetaData getBrokerMetaData()
          Get the attribute metadata for BROKER.
 boolean getContentReply()
          Get the attribute for CONTENT_REPLY as a boolean value.
 IMgmtAttributeMetaData getContentReplyMetaData()
          Get the attribute metadata for CONTENT_REPLY.
 int getContentReplyRetryCount()
          Get the attribute for CONTENT_REPLY_RETRY_COUNT as a int value.
 IMgmtAttributeMetaData getContentReplyRetryCountMetaData()
          Get the attribute metadata for CONTENT_REPLY_RETRY_COUNT.
 int getContentReplyTimeout()
          Get the attribute for CONTENT_REPLY_TIMEOUT as a int value.
 IMgmtAttributeMetaData getContentReplyTimeoutMetaData()
          Get the attribute metadata for CONTENT_REPLY_TIMEOUT.
 java.lang.String getContentReplyUserName()
          Get the attribute for CONTENT_REPLY_USER_NAME as a String value.
 java.lang.String getContentReplyUserName(java.lang.String defValue)
          Get the attribute for CONTENT_REPLY_USER_NAME as a String value.
 IMgmtAttributeMetaData getContentReplyUserNameMetaData()
          Get the attribute metadata for CONTENT_REPLY_USER_NAME.
 IRouteDirectBean.IRoutingDirectContentMapType getDirectContentMap()
          Get the attribute for DIRECT_CONTENT_MAP.
 IMgmtAttributeMetaData getDirectContentMapMetaData()
          Get the attribute metadata for DIRECT_CONTENT_MAP.
 java.lang.String getDirectFactory()
          Get the attribute for DIRECT_FACTORY as a String value.
 IMgmtAttributeMetaData getDirectFactoryMetaData()
          Get the attribute metadata for DIRECT_FACTORY.
 java.lang.String getDirectType()
          Get the attribute for DIRECT_TYPE as a String value.
 IMgmtAttributeMetaData getDirectTypeMetaData()
          Get the attribute metadata for DIRECT_TYPE.
 boolean getGroupByUrl()
          Get the attribute for GROUP_BY_URL as a boolean value.
 IMgmtAttributeMetaData getGroupByUrlMetaData()
          Get the attribute metadata for GROUP_BY_URL.
 java.lang.String getNodeName()
          Get the attribute for NODE_NAME as a String value.
 IMgmtAttributeMetaData getNodeNameMetaData()
          Get the attribute metadata for NODE_NAME.
 int getOnewayRetryCount()
          Get the attribute for ONEWAY_RETRY_COUNT as a int value.
 IMgmtAttributeMetaData getOnewayRetryCountMetaData()
          Get the attribute metadata for ONEWAY_RETRY_COUNT.
 int getOnewayTimeout()
          Get the attribute for ONEWAY_TIMEOUT as a int value.
 IMgmtAttributeMetaData getOnewayTimeoutMetaData()
          Get the attribute metadata for ONEWAY_TIMEOUT.
 java.lang.String getProxyPassword()
          Get the attribute for PROXY_PASSWORD as a String value.
 java.lang.String getProxyPassword(java.lang.String defValue)
          Get the attribute for PROXY_PASSWORD as a String value.
 IMgmtAttributeMetaData getProxyPasswordMetaData()
          Get the attribute metadata for PROXY_PASSWORD.
 java.lang.String getProxyUrl()
          Get the attribute for PROXY_URL as a String value.
 java.lang.String getProxyUrl(java.lang.String defValue)
          Get the attribute for PROXY_URL as a String value.
 IMgmtAttributeMetaData getProxyUrlMetaData()
          Get the attribute metadata for PROXY_URL.
 java.lang.String getProxyUserName()
          Get the attribute for PROXY_USER_NAME as a String value.
 java.lang.String getProxyUserName(java.lang.String defValue)
          Get the attribute for PROXY_USER_NAME as a String value.
 IMgmtAttributeMetaData getProxyUserNameMetaData()
          Get the attribute metadata for PROXY_USER_NAME.
 int getRetryInterval()
          Get the attribute for RETRY_INTERVAL as a int value.
 IMgmtAttributeMetaData getRetryIntervalMetaData()
          Get the attribute metadata for RETRY_INTERVAL.
 java.lang.String getUrl()
          Get the attribute for URL as a String value.
 IMgmtAttributeMetaData getUrlMetaData()
          Get the attribute metadata for URL.
 java.lang.String getUserName()
          Get the attribute for USER_NAME as a String value.
 java.lang.String getUserName(java.lang.String defValue)
          Get the attribute for USER_NAME as a String value.
 IMgmtAttributeMetaData getUserNameMetaData()
          Get the attribute metadata for USER_NAME.
 java.lang.String getUserPassword()
          Get the attribute for USER_PASSWORD as a String value.
 java.lang.String getUserPassword(java.lang.String defValue)
          Get the attribute for USER_PASSWORD as a String value.
 IMgmtAttributeMetaData getUserPasswordMetaData()
          Get the attribute metadata for USER_PASSWORD.
 void setBroker(java.lang.String value)
          Set the attribute for BROKER to the specified String value.
 void setContentReply(boolean value)
          Set the attribute for CONTENT_REPLY to the specified boolean value.
 void setContentReplyRetryCount(int value)
          Set the attribute for CONTENT_REPLY_RETRY_COUNT to the specified int value.
 void setContentReplyTimeout(int value)
          Set the attribute for CONTENT_REPLY_TIMEOUT to the specified int value.
 void setContentReplyUserName(java.lang.String value)
          Set the attribute for CONTENT_REPLY_USER_NAME to the specified String value.
 void setGroupByUrl(boolean value)
          Set the attribute for GROUP_BY_URL to the specified boolean value.
 void setNodeName(java.lang.String value)
          Set the attribute for NODE_NAME to the specified String value.
 void setOnewayRetryCount(int value)
          Set the attribute for ONEWAY_RETRY_COUNT to the specified int value.
 void setOnewayTimeout(int value)
          Set the attribute for ONEWAY_TIMEOUT to the specified int value.
 void setProxyPassword(java.lang.String value)
          Set the attribute for PROXY_PASSWORD to the specified String value.
 void setProxyUrl(java.lang.String value)
          Set the attribute for PROXY_URL to the specified String value.
 void setProxyUserName(java.lang.String value)
          Set the attribute for PROXY_USER_NAME to the specified String value.
 void setRetryInterval(int value)
          Set the attribute for RETRY_INTERVAL to the specified int value.
 void setUrl(java.lang.String value)
          Set the attribute for URL to the specified String value.
 void setUserName(java.lang.String value)
          Set the attribute for USER_NAME to the specified String value.
 void setUserPassword(java.lang.String value)
          Set the attribute for USER_PASSWORD to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, 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
 
Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension
getAnnotation, setAnnotation
 

Method Detail

getBroker

java.lang.String getBroker()
                           throws MgmtException
Get the attribute for BROKER as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getBroker

java.lang.String getBroker(java.lang.String defValue)
                           throws MgmtException
Get the attribute for BROKER as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getBrokerMetaData

IMgmtAttributeMetaData getBrokerMetaData()
                                         throws MgmtException
Get the attribute metadata for BROKER.

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

getContentReply

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

getContentReplyMetaData

IMgmtAttributeMetaData getContentReplyMetaData()
                                               throws MgmtException
Get the attribute metadata for CONTENT_REPLY.

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

getContentReplyRetryCount

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

getContentReplyRetryCountMetaData

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

getContentReplyTimeout

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

getContentReplyTimeoutMetaData

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

getContentReplyUserName

java.lang.String getContentReplyUserName()
                                         throws MgmtException
Get the attribute for CONTENT_REPLY_USER_NAME as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getContentReplyUserName

java.lang.String getContentReplyUserName(java.lang.String defValue)
                                         throws MgmtException
Get the attribute for CONTENT_REPLY_USER_NAME as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getContentReplyUserNameMetaData

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

getDirectContentMap

IRouteDirectBean.IRoutingDirectContentMapType getDirectContentMap()
                                                                  throws MgmtException
Get the attribute for DIRECT_CONTENT_MAP.

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

getDirectContentMapMetaData

IMgmtAttributeMetaData getDirectContentMapMetaData()
                                                   throws MgmtException
Get the attribute metadata for DIRECT_CONTENT_MAP.

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

getDirectFactory

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

getDirectFactoryMetaData

IMgmtAttributeMetaData getDirectFactoryMetaData()
                                                throws MgmtException
Get the attribute metadata for DIRECT_FACTORY.

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

getDirectType

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

getDirectTypeMetaData

IMgmtAttributeMetaData getDirectTypeMetaData()
                                             throws MgmtException
Get the attribute metadata for DIRECT_TYPE.

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

getGroupByUrl

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

getGroupByUrlMetaData

IMgmtAttributeMetaData getGroupByUrlMetaData()
                                             throws MgmtException
Get the attribute metadata for GROUP_BY_URL.

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

getNodeName

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

getNodeNameMetaData

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

getOnewayRetryCount

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

getOnewayRetryCountMetaData

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

getOnewayTimeout

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

getOnewayTimeoutMetaData

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

getProxyPassword

java.lang.String getProxyPassword()
                                  throws MgmtException
Get the attribute for PROXY_PASSWORD as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getProxyPassword

java.lang.String getProxyPassword(java.lang.String defValue)
                                  throws MgmtException
Get the attribute for PROXY_PASSWORD as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getProxyPasswordMetaData

IMgmtAttributeMetaData getProxyPasswordMetaData()
                                                throws MgmtException
Get the attribute metadata for PROXY_PASSWORD.

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

getProxyUrl

java.lang.String getProxyUrl()
                             throws MgmtException
Get the attribute for PROXY_URL as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getProxyUrl

java.lang.String getProxyUrl(java.lang.String defValue)
                             throws MgmtException
Get the attribute for PROXY_URL as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getProxyUrlMetaData

IMgmtAttributeMetaData getProxyUrlMetaData()
                                           throws MgmtException
Get the attribute metadata for PROXY_URL.

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

getProxyUserName

java.lang.String getProxyUserName()
                                  throws MgmtException
Get the attribute for PROXY_USER_NAME as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getProxyUserName

java.lang.String getProxyUserName(java.lang.String defValue)
                                  throws MgmtException
Get the attribute for PROXY_USER_NAME as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getProxyUserNameMetaData

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

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

getUrl

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

getUrlMetaData

IMgmtAttributeMetaData getUrlMetaData()
                                      throws MgmtException
Get the attribute metadata for URL.

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

getUserName

java.lang.String getUserName()
                             throws MgmtException
Get the attribute for USER_NAME as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getUserName

java.lang.String getUserName(java.lang.String defValue)
                             throws MgmtException
Get the attribute for USER_NAME as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUserNameMetaData

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

getUserPassword

java.lang.String getUserPassword()
                                 throws MgmtException
Get the attribute for USER_PASSWORD as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getUserPassword

java.lang.String getUserPassword(java.lang.String defValue)
                                 throws MgmtException
Get the attribute for USER_PASSWORD as a String 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 String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getUserPasswordMetaData

IMgmtAttributeMetaData getUserPasswordMetaData()
                                               throws MgmtException
Get the attribute metadata for USER_PASSWORD.

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

setBroker

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

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

setContentReply

void setContentReply(boolean value)
                     throws MgmtException
Set the attribute for CONTENT_REPLY to the specified boolean value.

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

setContentReplyRetryCount

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

setContentReplyTimeout

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

setContentReplyUserName

void setContentReplyUserName(java.lang.String value)
                             throws MgmtException
Set the attribute for CONTENT_REPLY_USER_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

setGroupByUrl

void setGroupByUrl(boolean value)
                   throws MgmtException
Set the attribute for GROUP_BY_URL to the specified boolean value.

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

setNodeName

void setNodeName(java.lang.String value)
                 throws MgmtException
Set the attribute for 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

setOnewayRetryCount

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

setOnewayTimeout

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

setProxyPassword

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

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

setProxyUrl

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

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

setProxyUserName

void setProxyUserName(java.lang.String value)
                      throws MgmtException
Set the attribute for PROXY_USER_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

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

setUrl

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

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

setUserName

void setUserName(java.lang.String value)
                 throws MgmtException
Set the attribute for USER_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

setUserPassword

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

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

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.