|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
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 attributeIMgmtAttributeMetaData getClusterBrokerConnectTimeoutMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataint getClusterBrokerPingInterval() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getClusterBrokerPingIntervalMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataint getClusterBrokerPingTimeout() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getClusterBrokerPingTimeoutMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataint getClusterFcMonitorInterval() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getClusterFcMonitorIntervalMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getClusterFlowToDisk() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getClusterFlowToDiskMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIClusterBean.IClusterMembers getClusterMembers() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getClusterMembersMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadatajava.lang.String getClusterName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getClusterNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIClusterBean.IClusterReferencesType getConfigElementReferences() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getConfigElementReferencesMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadatajava.lang.String getRoutingNodeName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getRoutingNodeNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setClusterBrokerConnectTimeout(int value) throws MgmtException
value
- The int value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setClusterBrokerPingInterval(int value) throws MgmtException
value
- The int value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setClusterBrokerPingTimeout(int value) throws MgmtException
value
- The int value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setClusterFcMonitorInterval(int value) throws MgmtException
value
- The int value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setClusterFlowToDisk(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setClusterName(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid 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 All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |