|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractClusterBean
Configuration Bean representing a 'Cluster'
| Nested Class Summary | |
|---|---|
static interface |
IAbstractClusterBean.IAbstractClusterMembers
Inner class representing ClusterMembers This inner class contains inner data items that are keyed off a name. |
static interface |
IAbstractClusterBean.IAbstractClusterReferencesType
Inner class representing ClusterReferencesType This class extends IMgmtListBase |
| Field Summary |
|---|
| Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY |
| Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
END_CDATA, START_CDATA, TOOL_ANNOTATION |
| Method Summary | |
|---|---|
int |
getClusterBrokerConnectTimeout()
Get the attribute for CLUSTER_BROKER_CONNECT_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getClusterBrokerConnectTimeoutMetaData()
Get the attribute metadata for CLUSTER_BROKER_CONNECT_TIMEOUT. |
int |
getClusterBrokerPingInterval()
Get the attribute for CLUSTER_BROKER_PING_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getClusterBrokerPingIntervalMetaData()
Get the attribute metadata for CLUSTER_BROKER_PING_INTERVAL. |
int |
getClusterBrokerPingTimeout()
Get the attribute for CLUSTER_BROKER_PING_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getClusterBrokerPingTimeoutMetaData()
Get the attribute metadata for CLUSTER_BROKER_PING_TIMEOUT. |
int |
getClusterFcMonitorInterval()
Get the attribute for CLUSTER_FC_MONITOR_INTERVAL as a int value. |
IMgmtAttributeMetaData |
getClusterFcMonitorIntervalMetaData()
Get the attribute metadata for CLUSTER_FC_MONITOR_INTERVAL. |
boolean |
getClusterFlowToDisk()
Get the attribute for CLUSTER_FLOW_TO_DISK as a boolean value. |
IMgmtAttributeMetaData |
getClusterFlowToDiskMetaData()
Get the attribute metadata for CLUSTER_FLOW_TO_DISK. |
IClusterBean.IClusterMembers |
getClusterMembers()
Get the attribute for CLUSTER_MEMBERS. |
IMgmtAttributeMetaData |
getClusterMembersMetaData()
Get the attribute metadata for CLUSTER_MEMBERS. |
java.lang.String |
getClusterName()
Get the attribute for CLUSTER_NAME as a String value. |
IMgmtAttributeMetaData |
getClusterNameMetaData()
Get the attribute metadata for CLUSTER_NAME. |
IClusterBean.IClusterReferencesType |
getConfigElementReferences()
Get the attribute for CONFIG_ELEMENT_REFERENCES. |
IMgmtAttributeMetaData |
getConfigElementReferencesMetaData()
Get the attribute metadata for CONFIG_ELEMENT_REFERENCES. |
java.lang.String |
getRoutingNodeName()
Get the attribute for ROUTING_NODE_NAME as a String value. |
IMgmtAttributeMetaData |
getRoutingNodeNameMetaData()
Get the attribute metadata for ROUTING_NODE_NAME. |
void |
setClusterBrokerConnectTimeout(int value)
Set the attribute for CLUSTER_BROKER_CONNECT_TIMEOUT to the specified int value. |
void |
setClusterBrokerPingInterval(int value)
Set the attribute for CLUSTER_BROKER_PING_INTERVAL to the specified int value. |
void |
setClusterBrokerPingTimeout(int value)
Set the attribute for CLUSTER_BROKER_PING_TIMEOUT to the specified int value. |
void |
setClusterFcMonitorInterval(int value)
Set the attribute for CLUSTER_FC_MONITOR_INTERVAL to the specified int value. |
void |
setClusterFlowToDisk(boolean value)
Set the attribute for CLUSTER_FLOW_TO_DISK to the specified boolean value. |
void |
setClusterName(java.lang.String value)
Set the attribute for CLUSTER_NAME to the specified String value. |
void |
setRoutingNodeName(java.lang.String value)
Set the attribute for ROUTING_NODE_NAME to the specified String value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, 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 |
| Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
getAnnotation, setAnnotation |
| Method Detail |
|---|
int getClusterBrokerConnectTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterBrokerConnectTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getClusterBrokerPingInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterBrokerPingIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getClusterBrokerPingTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterBrokerPingTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getClusterFcMonitorInterval()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterFcMonitorIntervalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getClusterFlowToDisk()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterFlowToDiskMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IClusterBean.IClusterMembers getClusterMembers()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterMembersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
java.lang.String getClusterName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getClusterNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IClusterBean.IClusterReferencesType getConfigElementReferences()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getConfigElementReferencesMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
java.lang.String getRoutingNodeName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRoutingNodeNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setClusterBrokerConnectTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setClusterBrokerPingInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setClusterBrokerPingTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setClusterFcMonitorInterval(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setClusterFlowToDisk(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setClusterName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRoutingNodeName(java.lang.String value)
throws MgmtException
value - The String 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 | |||||||