Interface CommonBean
-
- All Known Implementing Classes:
ClusterStats,InstanceStats,LoadBalancerStats
public interface CommonBeanThis interface is the intersection of all generated methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangePropertyByName(String name, Object value)CommonBean[]childBeans(boolean recursive)voidchildBeans(boolean recursive, List beans)booleanequals(Object o)ObjectfetchPropertyByName(String name)inthashCode()voidreadNode(Node node)StringtoString()voidvalidate()voidwriteNode(Writer out, String nodeName, String indent)
-
-
-
Method Detail
-
childBeans
CommonBean[] childBeans(boolean recursive)
-
childBeans
void childBeans(boolean recursive, List beans)
-
readNode
void readNode(Node node)
-
validate
void validate() throws LoadBalancerStats.ValidateException
-
writeNode
void writeNode(Writer out, String nodeName, String indent) throws IOException
- Throws:
IOException
-
-