Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractTunnelingParametersType
extends IMgmtSubBeanBase

Inner class representing TunnelingParametersType This class extends IMgmtListBase


Method Summary
 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 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 getTunnelingProxyUrl()
          Get the attribute for TUNNELING_PROXY_URL as a String value.
 java.lang.String getTunnelingProxyUrl(java.lang.String defValue)
          Get the attribute for TUNNELING_PROXY_URL as a String value.
 IMgmtAttributeMetaData getTunnelingProxyUrlMetaData()
          Get the attribute metadata for TUNNELING_PROXY_URL.
 void setProxyPassword(java.lang.String value)
          Set the attribute for PROXY_PASSWORD to the specified String value.
 void setProxyUserName(java.lang.String value)
          Set the attribute for PROXY_USER_NAME to the specified String value.
 void setTunnelingProxyUrl(java.lang.String value)
          Set the attribute for TUNNELING_PROXY_URL to the specified String 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

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

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

getTunnelingProxyUrl

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

getTunnelingProxyUrl

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

getTunnelingProxyUrlMetaData

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

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

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

setTunnelingProxyUrl

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

Sonic Management API

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