Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractSecurityParametersType
extends IMgmtSubBeanBase

Inner class representing SecurityParametersType This class extends IMgmtListBase


Method Summary
 boolean getEnableSecurity()
          Get the attribute for ENABLE_SECURITY as a boolean value.
 IMgmtAttributeMetaData getEnableSecurityMetaData()
          Get the attribute metadata for ENABLE_SECURITY.
 boolean getSetJmsxuserid()
          Get the attribute for SET_JMSXUSERID as a boolean value.
 boolean getSetJmsxuserid(boolean defValue)
          Get the attribute for SET_JMSXUSERID as a boolean value.
 IMgmtAttributeMetaData getSetJmsxuseridMetaData()
          Get the attribute metadata for SET_JMSXUSERID.
 void setEnableSecurity(boolean value)
          Set the attribute for ENABLE_SECURITY to the specified boolean value.
 void setSetJmsxuserid(boolean value)
          Set the attribute for SET_JMSXUSERID to the specified boolean 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

getEnableSecurity

boolean getEnableSecurity()
                          throws MgmtException
Get the attribute for ENABLE_SECURITY as a boolean value.

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

getEnableSecurityMetaData

IMgmtAttributeMetaData getEnableSecurityMetaData()
                                                 throws MgmtException
Get the attribute metadata for ENABLE_SECURITY.

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

getSetJmsxuserid

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

getSetJmsxuserid

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

getSetJmsxuseridMetaData

IMgmtAttributeMetaData getSetJmsxuseridMetaData()
                                                throws MgmtException
Get the attribute metadata for SET_JMSXUSERID.

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

setEnableSecurity

void setEnableSecurity(boolean value)
                       throws MgmtException
Set the attribute for ENABLE_SECURITY to the specified boolean value.

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

setSetJmsxuserid

void setSetJmsxuserid(boolean value)
                      throws MgmtException
Set the attribute for SET_JMSXUSERID to the specified boolean value.

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