Sonic Management API

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

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

public interface IAbstractAcceptorsBean
extends IMgmtBeanBase

Configuration Bean representing a 'Acceptors'


Nested Class Summary
static interface IAbstractAcceptorsBean.IAbstractAcceptorMapType
          Inner class representing AcceptorMapType This inner class contains inner data items that are keyed off a name.
static interface IAbstractAcceptorsBean.IAbstractDefaultAcceptorsType
          Inner class representing DefaultAcceptorsType This class extends IMgmtListBase
static interface IAbstractAcceptorsBean.IAbstractHttpParametersType
          Inner class representing HttpParametersType 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
 IAcceptorsBean.IAcceptorMapType getAcceptors()
          Get the attribute for ACCEPTORS.
 IMgmtAttributeMetaData getAcceptorsMetaData()
          Get the attribute metadata for ACCEPTORS.
 IAcceptorsBean.IDefaultAcceptorsType getDefaultAcceptors()
          Get the attribute for DEFAULT_ACCEPTORS.
 IMgmtAttributeMetaData getDefaultAcceptorsMetaData()
          Get the attribute metadata for DEFAULT_ACCEPTORS.
 IAcceptorsBean.IHttpParametersType getHttpParameters()
          Get the attribute for HTTP_PARAMETERS.
 IMgmtAttributeMetaData getHttpParametersMetaData()
          Get the attribute metadata for HTTP_PARAMETERS.
 
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

getAcceptors

IAcceptorsBean.IAcceptorMapType getAcceptors()
                                             throws MgmtException
Get the attribute for ACCEPTORS.

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

getAcceptorsMetaData

IMgmtAttributeMetaData getAcceptorsMetaData()
                                            throws MgmtException
Get the attribute metadata for ACCEPTORS.

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

getDefaultAcceptors

IAcceptorsBean.IDefaultAcceptorsType getDefaultAcceptors()
                                                         throws MgmtException
Get the attribute for DEFAULT_ACCEPTORS.

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

getDefaultAcceptorsMetaData

IMgmtAttributeMetaData getDefaultAcceptorsMetaData()
                                                   throws MgmtException
Get the attribute metadata for DEFAULT_ACCEPTORS.

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

getHttpParameters

IAcceptorsBean.IHttpParametersType getHttpParameters()
                                                     throws MgmtException
Get the attribute for HTTP_PARAMETERS.

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

getHttpParametersMetaData

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

Sonic Management API

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