public class Loadbalancer
extends org.netbeans.modules.schema2beans.BaseBean
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTER |
static String |
PROPERTY2 |
| Constructor and Description |
|---|
Loadbalancer() |
Loadbalancer(int options) |
Loadbalancer(Node doc,
int options) |
| Modifier and Type | Method and Description |
|---|---|
int |
addCluster(Cluster value) |
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
int |
addProperty2(Property value) |
static Loadbalancer |
createGraph() |
static Loadbalancer |
createGraph(InputStream in) |
static Loadbalancer |
createGraph(InputStream in,
boolean validate) |
static Loadbalancer |
createGraph(Node doc) |
void |
dump(StringBuffer str,
String indent) |
String |
dumpBeanNode() |
Cluster[] |
getCluster() |
Cluster |
getCluster(int index) |
Property[] |
getProperty2() |
Property |
getProperty2(int index) |
protected void |
initFromNode(Node doc,
int options) |
protected void |
initOptions(int options) |
int |
removeCluster(Cluster value) |
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
int |
removeProperty2(Property value) |
void |
setCluster(Cluster[] value) |
void |
setCluster(int index,
Cluster value) |
void |
setProperty2(int index,
Property value) |
void |
setProperty2(Property[] value) |
int |
sizeCluster() |
int |
sizeProperty2() |
void |
validate() |
_getParent, _getRoot, _getXPathExpr, _getXPathExpr, _setChanged, addBeanComparator, addComment, addKnownValue, addPropertyChangeListener, addPropertyChangeListener, addValue, addValue, beanProp, beanProp, beanProp, beanProps, beanPropsIterator, buildPathName, changeDocType, childBeans, childBeans, clone, comments, copyProperty, createAttribute, createAttribute, createBean, createGraph, createGraph, createGraph, createGraph, createProperty, createProperty, createRoot, domBinding, dtdName, dumpAttributes, dumpDomNode, dumpDomNode, dumpDomNode, dumpXml, findAttributeValue, findPropertyValue, findValue, fullName, getAttributeNames, getAttributeNames, getAttributeValue, getAttributeValue, getAttributeValue, getDefaultNamespace, getProperty, getProperty, getValue, getValue, getValueById, getValues, graphManager, hasDomNode, hasName, idToIndex, indexOf, indexToId, init, initPropertyTables, isChoiceProperty, isChoiceProperty, isEqualTo, isNull, isNull, isRoot, knownValues, listAttributes, listAttributes, listChoiceProperties, listChoiceProperties, listProperties, merge, merge, mergeUpdate, name, nameChild, nameChild, nameChild, nameSelf, newInstance, parent, propertyById, reindent, reindent, removeBeanComparator, removeComment, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setDefaultNamespace, setDomBinding, setGraphManager, setValue, setValue, setValue, setValue, setValueById, size, toString, write, write, write, write, write, writeNode, writeNoReindentpublic static final String CLUSTER
public static final String PROPERTY2
public Loadbalancer()
public Loadbalancer(Node doc, int options)
public Loadbalancer(int options)
protected void initFromNode(Node doc, int options) throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansExceptionprotected void initOptions(int options)
public void setCluster(int index,
Cluster value)
public Cluster getCluster(int index)
public void setCluster(Cluster[] value)
public Cluster[] getCluster()
public int sizeCluster()
public int addCluster(Cluster value)
public int removeCluster(Cluster value)
public void setProperty2(int index,
Property value)
public Property getProperty2(int index)
public void setProperty2(Property[] value)
public Property[] getProperty2()
public int sizeProperty2()
public int addProperty2(Property value)
public int removeProperty2(Property value)
public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static Loadbalancer createGraph(Node doc)
public static Loadbalancer createGraph(InputStream in)
public static Loadbalancer createGraph(InputStream in, boolean validate)
public static Loadbalancer createGraph()
public void validate()
throws org.netbeans.modules.schema2beans.ValidateException
org.netbeans.modules.schema2beans.ValidateExceptionpublic void dump(StringBuffer str, String indent)
dump in class org.netbeans.modules.schema2beans.BaseBeanpublic String dumpBeanNode()
dumpBeanNode in class org.netbeans.modules.schema2beans.BaseBeanCopyright © 2017. All rights reserved.