|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractSecurityParametersType
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 |
|---|
boolean getEnableSecurity()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnableSecurityMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getSetJmsxuserid()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
boolean getSetJmsxuserid(boolean defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getSetJmsxuseridMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setEnableSecurity(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setSetJmsxuserid(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||