Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractActionalParametersType
extends IMgmtSubBeanBase

Inner class representing ActionalParametersType This class extends IMgmtListBase


Method Summary
 boolean getActionalInterceptor()
          Get the attribute for ACTIONAL_INTERCEPTOR as a boolean value.
 boolean getActionalInterceptor(boolean defValue)
          Get the attribute for ACTIONAL_INTERCEPTOR as a boolean value.
 IMgmtAttributeMetaData getActionalInterceptorMetaData()
          Get the attribute metadata for ACTIONAL_INTERCEPTOR.
 java.lang.String getPayloadCapture()
          Get the attribute for PAYLOAD_CAPTURE as a String value.
 java.lang.String getPayloadCapture(java.lang.String defValue)
          Get the attribute for PAYLOAD_CAPTURE as a String value.
 IMgmtAttributeMetaData getPayloadCaptureMetaData()
          Get the attribute metadata for PAYLOAD_CAPTURE.
 void setActionalInterceptor(boolean value)
          Set the attribute for ACTIONAL_INTERCEPTOR to the specified boolean value.
 void setPayloadCapture(java.lang.String value)
          Set the attribute for PAYLOAD_CAPTURE 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

getActionalInterceptor

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

getActionalInterceptor

boolean getActionalInterceptor(boolean defValue)
                               throws MgmtException
Get the attribute for ACTIONAL_INTERCEPTOR 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

getActionalInterceptorMetaData

IMgmtAttributeMetaData getActionalInterceptorMetaData()
                                                      throws MgmtException
Get the attribute metadata for ACTIONAL_INTERCEPTOR.

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

getPayloadCapture

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

getPayloadCapture

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

getPayloadCaptureMetaData

IMgmtAttributeMetaData getPayloadCaptureMetaData()
                                                 throws MgmtException
Get the attribute metadata for PAYLOAD_CAPTURE.

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

setActionalInterceptor

void setActionalInterceptor(boolean value)
                            throws MgmtException
Set the attribute for ACTIONAL_INTERCEPTOR to the specified boolean value.

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

setPayloadCapture

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