Sonic Management API

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

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

public interface IAbstractAcceptorTcpsBean
extends IMgmtBeanBase

Configuration Bean representing a 'AcceptorTcps'


Nested Class Summary
static interface IAbstractAcceptorTcpsBean.IAbstractJsseParametersType
          Inner class representing JsseParametersType This class extends IMgmtListBase
static interface IAbstractAcceptorTcpsBean.IAbstractSslParametersType
          Inner class representing SslParametersType This class extends IMgmtListBase
 
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 getAcceptorExternalUrl()
          Get the attribute for ACCEPTOR_EXTERNAL_URL as a String value.
 java.lang.String getAcceptorExternalUrl(java.lang.String defValue)
          Get the attribute for ACCEPTOR_EXTERNAL_URL as a String value.
 IMgmtAttributeMetaData getAcceptorExternalUrlMetaData()
          Get the attribute metadata for ACCEPTOR_EXTERNAL_URL.
 java.lang.String getAcceptorName()
          Get the attribute for ACCEPTOR_NAME as a String value.
 IMgmtAttributeMetaData getAcceptorNameMetaData()
          Get the attribute metadata for ACCEPTOR_NAME.
 java.lang.String getAcceptorType()
          Get the attribute for ACCEPTOR_TYPE as a String value.
 IMgmtAttributeMetaData getAcceptorTypeMetaData()
          Get the attribute metadata for ACCEPTOR_TYPE.
 java.lang.String getAcceptorUrl()
          Get the attribute for ACCEPTOR_URL as a String value.
 IMgmtAttributeMetaData getAcceptorUrlMetaData()
          Get the attribute metadata for ACCEPTOR_URL.
 int getMaxConnectionRcvBufferSize()
          Get the attribute for MAX_CONNECTION_RCV_BUFFER_SIZE as a int value.
 IMgmtAttributeMetaData getMaxConnectionRcvBufferSizeMetaData()
          Get the attribute metadata for MAX_CONNECTION_RCV_BUFFER_SIZE.
 int getMaxConnectionSendBufferSize()
          Get the attribute for MAX_CONNECTION_SEND_BUFFER_SIZE as a int value.
 IMgmtAttributeMetaData getMaxConnectionSendBufferSizeMetaData()
          Get the attribute metadata for MAX_CONNECTION_SEND_BUFFER_SIZE.
 IAcceptorTcpsBean.ISslParametersType getSslParameters()
          Get the attribute for SSL_PARAMETERS.
 IMgmtAttributeMetaData getSslParametersMetaData()
          Get the attribute metadata for SSL_PARAMETERS.
 void setAcceptorExternalUrl(java.lang.String value)
          Set the attribute for ACCEPTOR_EXTERNAL_URL to the specified String value.
 void setAcceptorName(java.lang.String value)
          Set the attribute for ACCEPTOR_NAME to the specified String value.
 void setAcceptorUrl(java.lang.String value)
          Set the attribute for ACCEPTOR_URL to the specified String value.
 void setMaxConnectionRcvBufferSize(int value)
          Set the attribute for MAX_CONNECTION_RCV_BUFFER_SIZE to the specified int value.
 void setMaxConnectionSendBufferSize(int value)
          Set the attribute for MAX_CONNECTION_SEND_BUFFER_SIZE to the specified int 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

getAcceptorExternalUrl

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

getAcceptorExternalUrl

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

getAcceptorExternalUrlMetaData

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

getAcceptorName

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

getAcceptorNameMetaData

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

getAcceptorType

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

getAcceptorTypeMetaData

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

getAcceptorUrl

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

getAcceptorUrlMetaData

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

getMaxConnectionRcvBufferSize

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

getMaxConnectionRcvBufferSizeMetaData

IMgmtAttributeMetaData getMaxConnectionRcvBufferSizeMetaData()
                                                             throws MgmtException
Get the attribute metadata for MAX_CONNECTION_RCV_BUFFER_SIZE.

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

getMaxConnectionSendBufferSize

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

getMaxConnectionSendBufferSizeMetaData

IMgmtAttributeMetaData getMaxConnectionSendBufferSizeMetaData()
                                                              throws MgmtException
Get the attribute metadata for MAX_CONNECTION_SEND_BUFFER_SIZE.

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

getSslParameters

IAcceptorTcpsBean.ISslParametersType getSslParameters()
                                                      throws MgmtException
Get the attribute for SSL_PARAMETERS.

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

getSslParametersMetaData

IMgmtAttributeMetaData getSslParametersMetaData()
                                                throws MgmtException
Get the attribute metadata for SSL_PARAMETERS.

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

setAcceptorExternalUrl

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

setAcceptorName

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

setAcceptorUrl

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

setMaxConnectionRcvBufferSize

void setMaxConnectionRcvBufferSize(int value)
                                   throws MgmtException
Set the attribute for MAX_CONNECTION_RCV_BUFFER_SIZE to the specified int value.

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

setMaxConnectionSendBufferSize

void setMaxConnectionSendBufferSize(int value)
                                    throws MgmtException
Set the attribute for MAX_CONNECTION_SEND_BUFFER_SIZE 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.