Sonic Management API

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

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAcceptorsBean.IDefaultAcceptorsType
Enclosing interface:
IAbstractAcceptorsBean

public static interface IAbstractAcceptorsBean.IAbstractDefaultAcceptorsType
extends IMgmtSubBeanBase

Inner class representing DefaultAcceptorsType This class extends IMgmtListBase


Method Summary
 IMgmtBeanBase getInterbrokerAcceptorRef()
          Get the attribute for INTERBROKER_ACCEPTOR_REF as a IMgmtBeanBase value.
 IMgmtBeanBase getInterbrokerAcceptorRef(IMgmtBeanBase defValue)
          Get the attribute for INTERBROKER_ACCEPTOR_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getInterbrokerAcceptorRefMetaData()
          Get the attribute metadata for INTERBROKER_ACCEPTOR_REF.
 IMgmtBeanBase getPrimaryAcceptorRef()
          Get the attribute for PRIMARY_ACCEPTOR_REF as a IMgmtBeanBase value.
 IMgmtAttributeMetaData getPrimaryAcceptorRefMetaData()
          Get the attribute metadata for PRIMARY_ACCEPTOR_REF.
 void setInterbrokerAcceptorRef(IMgmtBeanBase value)
          Set the attribute for INTERBROKER_ACCEPTOR_REF to the specified IMgmtBeanBase value.
 void setPrimaryAcceptorRef(IMgmtBeanBase value)
          Set the attribute for PRIMARY_ACCEPTOR_REF to the specified IMgmtBeanBase 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

getInterbrokerAcceptorRef

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

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

getInterbrokerAcceptorRef

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

getInterbrokerAcceptorRefMetaData

IMgmtAttributeMetaData getInterbrokerAcceptorRefMetaData()
                                                         throws MgmtException
Get the attribute metadata for INTERBROKER_ACCEPTOR_REF.

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

getPrimaryAcceptorRef

IMgmtBeanBase getPrimaryAcceptorRef()
                                    throws MgmtException
Get the attribute for PRIMARY_ACCEPTOR_REF as a IMgmtBeanBase value.

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

getPrimaryAcceptorRefMetaData

IMgmtAttributeMetaData getPrimaryAcceptorRefMetaData()
                                                     throws MgmtException
Get the attribute metadata for PRIMARY_ACCEPTOR_REF.

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

setInterbrokerAcceptorRef

void setInterbrokerAcceptorRef(IMgmtBeanBase value)
                               throws MgmtException
Set the attribute for INTERBROKER_ACCEPTOR_REF to the specified IMgmtBeanBase value.

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

setPrimaryAcceptorRef

void setPrimaryAcceptorRef(IMgmtBeanBase value)
                           throws MgmtException
Set the attribute for PRIMARY_ACCEPTOR_REF to the specified IMgmtBeanBase value.

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