Sonic Management API

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

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

public interface IAbstractRouteSonicBean
extends IMgmtBeanBase

Configuration Bean representing a 'RouteSonic'


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
 boolean getAdvertise()
          Get the attribute for ADVERTISE as a boolean value.
 IMgmtAttributeMetaData getAdvertiseMetaData()
          Get the attribute metadata for ADVERTISE.
 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.
 long getGlobalSubscriptionExpiration()
          Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION as a long value.
 IMgmtAttributeMetaData getGlobalSubscriptionExpirationMetaData()
          Get the attribute metadata for GLOBAL_SUBSCRIPTION_EXPIRATION.
 int getIdleTimeout()
          Get the attribute for IDLE_TIMEOUT as a int value.
 IMgmtAttributeMetaData getIdleTimeoutMetaData()
          Get the attribute metadata for IDLE_TIMEOUT.
 boolean getLoadBalancing()
          Get the attribute for LOAD_BALANCING as a boolean value.
 IMgmtAttributeMetaData getLoadBalancingMetaData()
          Get the attribute metadata for LOAD_BALANCING.
 java.lang.String getNodeName()
          Get the attribute for NODE_NAME as a String value.
 IMgmtAttributeMetaData getNodeNameMetaData()
          Get the attribute metadata for NODE_NAME.
 boolean getPropagateJmsxuserid()
          Get the attribute for PROPAGATE_JMSXUSERID as a boolean value.
 boolean getPropagateJmsxuserid(boolean defValue)
          Get the attribute for PROPAGATE_JMSXUSERID as a boolean value.
 IMgmtAttributeMetaData getPropagateJmsxuseridMetaData()
          Get the attribute metadata for PROPAGATE_JMSXUSERID.
 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.
 java.lang.String getRoutingAcceptor()
          Get the attribute for ROUTING_ACCEPTOR as a String value.
 java.lang.String getRoutingAcceptor(java.lang.String defValue)
          Get the attribute for ROUTING_ACCEPTOR as a String value.
 IMgmtAttributeMetaData getRoutingAcceptorMetaData()
          Get the attribute metadata for ROUTING_ACCEPTOR.
 boolean getSequential()
          Get the attribute for SEQUENTIAL as a boolean value.
 IMgmtAttributeMetaData getSequentialMetaData()
          Get the attribute metadata for SEQUENTIAL.
 boolean getStaticRouting()
          Get the attribute for STATIC_ROUTING as a boolean value.
 IMgmtAttributeMetaData getStaticRoutingMetaData()
          Get the attribute metadata for STATIC_ROUTING.
 java.lang.String getUrls()
          Get the attribute for URLS as a String value.
 IMgmtAttributeMetaData getUrlsMetaData()
          Get the attribute metadata for URLS.
 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 setAdvertise(boolean value)
          Set the attribute for ADVERTISE to the specified boolean value.
 void setBroker(java.lang.String value)
          Set the attribute for BROKER to the specified String value.
 void setGlobalSubscriptionExpiration(long value)
          Set the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION to the specified long value.
 void setIdleTimeout(int value)
          Set the attribute for IDLE_TIMEOUT to the specified int value.
 void setLoadBalancing(boolean value)
          Set the attribute for LOAD_BALANCING to the specified boolean value.
 void setNodeName(java.lang.String value)
          Set the attribute for NODE_NAME to the specified String value.
 void setPropagateJmsxuserid(boolean value)
          Set the attribute for PROPAGATE_JMSXUSERID to the specified boolean 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 setRoutingAcceptor(java.lang.String value)
          Set the attribute for ROUTING_ACCEPTOR to the specified String value.
 void setSequential(boolean value)
          Set the attribute for SEQUENTIAL to the specified boolean value.
 void setStaticRouting(boolean value)
          Set the attribute for STATIC_ROUTING to the specified boolean value.
 void setUrls(java.lang.String value)
          Set the attribute for URLS 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

getAdvertise

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

getAdvertiseMetaData

IMgmtAttributeMetaData getAdvertiseMetaData()
                                            throws MgmtException
Get the attribute metadata for ADVERTISE.

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

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

getGlobalSubscriptionExpiration

long getGlobalSubscriptionExpiration()
                                     throws MgmtException
Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION 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

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

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

getLoadBalancing

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

getLoadBalancingMetaData

IMgmtAttributeMetaData getLoadBalancingMetaData()
                                                throws MgmtException
Get the attribute metadata for LOAD_BALANCING.

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

getPropagateJmsxuserid

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

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

getPropagateJmsxuserid

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

getPropagateJmsxuseridMetaData

IMgmtAttributeMetaData getPropagateJmsxuseridMetaData()
                                                      throws MgmtException
Get the attribute metadata for PROPAGATE_JMSXUSERID.

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

getRoutingAcceptor

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

getRoutingAcceptor

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

getRoutingAcceptorMetaData

IMgmtAttributeMetaData getRoutingAcceptorMetaData()
                                                  throws MgmtException
Get the attribute metadata for ROUTING_ACCEPTOR.

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

getSequential

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

getSequentialMetaData

IMgmtAttributeMetaData getSequentialMetaData()
                                             throws MgmtException
Get the attribute metadata for SEQUENTIAL.

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

getStaticRouting

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

getStaticRoutingMetaData

IMgmtAttributeMetaData getStaticRoutingMetaData()
                                                throws MgmtException
Get the attribute metadata for STATIC_ROUTING.

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

getUrls

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

getUrlsMetaData

IMgmtAttributeMetaData getUrlsMetaData()
                                       throws MgmtException
Get the attribute metadata for URLS.

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

setAdvertise

void setAdvertise(boolean value)
                  throws MgmtException
Set the attribute for ADVERTISE to the specified boolean value.

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

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

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

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

setLoadBalancing

void setLoadBalancing(boolean value)
                      throws MgmtException
Set the attribute for LOAD_BALANCING 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

setPropagateJmsxuserid

void setPropagateJmsxuserid(boolean value)
                            throws MgmtException
Set the attribute for PROPAGATE_JMSXUSERID to the specified boolean value.

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

setRoutingAcceptor

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

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

setSequential

void setSequential(boolean value)
                   throws MgmtException
Set the attribute for SEQUENTIAL to the specified boolean value.

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

setStaticRouting

void setStaticRouting(boolean value)
                      throws MgmtException
Set the attribute for STATIC_ROUTING to the specified boolean value.

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

setUrls

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