Class LoadBalancerStats
java.lang.Object
com.sun.enterprise.admin.monitor.stats.lb.LoadBalancerStats
- All Implemented Interfaces:
CommonBean,LoadBalancerStatsInterface
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintaddClusterStats(ClusterStats value) voidchangePropertyByName(String name, Object value) childBeans(boolean recursive) voidchildBeans(boolean recursive, List beans) booleanfetchPropertyByName(String name) getClusterStats(int index) inthashCode()static LoadBalancerStatsread(InputStream in) static LoadBalancerStatsstatic LoadBalancerStatsread(InputSource in, boolean validate, EntityResolver er, ErrorHandler eh) voidstatic LoadBalancerStatsintremoveClusterStats(ClusterStats value) voidsetClusterStats(int index, ClusterStats value) voidsetClusterStats(ClusterStats[] value) inttoString()voidvalidate()voidwrite(OutputStream out) voidwrite(OutputStream out, String encoding) voidvoidstatic voidstatic voidstatic void
-
Constructor Details
-
LoadBalancerStats
public LoadBalancerStats() -
LoadBalancerStats
-
-
Method Details
-
setClusterStats
- Specified by:
setClusterStatsin interfaceLoadBalancerStatsInterface
-
setClusterStats
- Specified by:
setClusterStatsin interfaceLoadBalancerStatsInterface
-
getClusterStats
- Specified by:
getClusterStatsin interfaceLoadBalancerStatsInterface
-
fetchClusterStatsList
- Specified by:
fetchClusterStatsListin interfaceLoadBalancerStatsInterface
-
getClusterStats
- Specified by:
getClusterStatsin interfaceLoadBalancerStatsInterface
-
sizeClusterStats
public int sizeClusterStats()- Specified by:
sizeClusterStatsin interfaceLoadBalancerStatsInterface
-
addClusterStats
- Specified by:
addClusterStatsin interfaceLoadBalancerStatsInterface
-
removeClusterStats
- Specified by:
removeClusterStatsin interfaceLoadBalancerStatsInterface
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writeNode
- Specified by:
writeNodein interfaceCommonBean- Throws:
IOException
-
read
public static LoadBalancerStats read(InputStream in) throws ParserConfigurationException, SAXException, IOException -
readNoEntityResolver
public static LoadBalancerStats readNoEntityResolver(InputStream in) throws ParserConfigurationException, SAXException, IOException -
read
public static LoadBalancerStats read(InputSource in, boolean validate, EntityResolver er, ErrorHandler eh) throws ParserConfigurationException, SAXException, IOException -
read
-
readNode
- Specified by:
readNodein interfaceCommonBean
-
writeXML
- Throws:
IOException
-
writeXML
- Throws:
IOException
-
writeXML
- Throws:
IOException
-
validate
- Specified by:
validatein interfaceCommonBean- Throws:
LoadBalancerStats.ValidateException
-
changePropertyByName
- Specified by:
changePropertyByNamein interfaceCommonBean
-
fetchPropertyByName
- Specified by:
fetchPropertyByNamein interfaceCommonBean
-
childBeans
- Specified by:
childBeansin interfaceCommonBean
-
childBeans
- Specified by:
childBeansin interfaceCommonBean
-
equals
- Specified by:
equalsin interfaceCommonBean- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCommonBean- Overrides:
hashCodein classObject
-
toString
- Specified by:
toStringin interfaceCommonBean- Overrides:
toStringin classObject
-