|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractClusteringType
Inner class representing ClusteringType This class extends IMgmtListBase
| Method Summary | |
|---|---|
boolean |
getEnableLoadBalancing()
Get the attribute for ENABLE_LOAD_BALANCING as a boolean value. |
IMgmtAttributeMetaData |
getEnableLoadBalancingMetaData()
Get the attribute metadata for ENABLE_LOAD_BALANCING. |
int |
getLoadBalancingWeight()
Get the attribute for LOAD_BALANCING_WEIGHT as a int value. |
IMgmtAttributeMetaData |
getLoadBalancingWeightMetaData()
Get the attribute metadata for LOAD_BALANCING_WEIGHT. |
void |
setEnableLoadBalancing(boolean value)
Set the attribute for ENABLE_LOAD_BALANCING to the specified boolean value. |
void |
setLoadBalancingWeight(int value)
Set the attribute for LOAD_BALANCING_WEIGHT to the specified int 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 getEnableLoadBalancing()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEnableLoadBalancingMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getLoadBalancingWeight()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLoadBalancingWeightMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setEnableLoadBalancing(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLoadBalancingWeight(int value)
throws MgmtException
value - The int 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 | |||||||