com.sun.enterprise.admin.monitor.stats.lb
Class ClusterStats
java.lang.Object
com.sun.enterprise.admin.monitor.stats.lb.ClusterStats
- All Implemented Interfaces:
- ClusterStatsInterface, CommonBean
public class ClusterStats
- extends Object
- implements ClusterStatsInterface, CommonBean
ClusterStats
public ClusterStats()
ClusterStats
public ClusterStats(ClusterStats source)
setId
public void setId(String value)
- Specified by:
setId in interface ClusterStatsInterface
getId
public String getId()
- Specified by:
getId in interface ClusterStatsInterface
setInstanceStats
public void setInstanceStats(InstanceStats[] value)
- Specified by:
setInstanceStats in interface ClusterStatsInterface
setInstanceStats
public void setInstanceStats(int index,
InstanceStats value)
- Specified by:
setInstanceStats in interface ClusterStatsInterface
getInstanceStats
public InstanceStats[] getInstanceStats()
- Specified by:
getInstanceStats in interface ClusterStatsInterface
fetchInstanceStatsList
public List fetchInstanceStatsList()
- Specified by:
fetchInstanceStatsList in interface ClusterStatsInterface
getInstanceStats
public InstanceStats getInstanceStats(int index)
- Specified by:
getInstanceStats in interface ClusterStatsInterface
sizeInstanceStats
public int sizeInstanceStats()
- Specified by:
sizeInstanceStats in interface ClusterStatsInterface
addInstanceStats
public int addInstanceStats(InstanceStats value)
- Specified by:
addInstanceStats in interface ClusterStatsInterface
removeInstanceStats
public int removeInstanceStats(InstanceStats value)
- Specified by:
removeInstanceStats in interface ClusterStatsInterface
writeNode
public void writeNode(Writer out,
String nodeName,
String indent)
throws IOException
- Specified by:
writeNode in interface CommonBean
- Throws:
IOException
readNode
public void readNode(Node node)
- Specified by:
readNode in interface CommonBean
validate
public void validate()
throws LoadBalancerStats.ValidateException
- Specified by:
validate in interface CommonBean
- Throws:
LoadBalancerStats.ValidateException
changePropertyByName
public void changePropertyByName(String name,
Object value)
- Specified by:
changePropertyByName in interface CommonBean
fetchPropertyByName
public Object fetchPropertyByName(String name)
- Specified by:
fetchPropertyByName in interface CommonBean
childBeans
public CommonBean[] childBeans(boolean recursive)
- Specified by:
childBeans in interface CommonBean
childBeans
public void childBeans(boolean recursive,
List beans)
- Specified by:
childBeans in interface CommonBean
equals
public boolean equals(Object o)
- Specified by:
equals in interface CommonBean- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface CommonBean- Overrides:
hashCode in class Object
toString
public String toString()
- Specified by:
toString in interface CommonBean- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.