|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.visualizers.MonitorModel
Constructor Summary | |
MonitorModel()
|
|
MonitorModel(MonitorStats stat)
|
Method Summary | |
void |
addListener(MonitorListener listener)
|
void |
clear()
clear will create a new MonitorStats object. |
Object |
clone()
a clone method is provided for convienance. |
int |
getCpuload()
|
int |
getHealth()
|
String |
getHost()
|
int |
getLoad()
|
int |
getMemload()
|
String |
getName()
|
String |
getPort()
|
String |
getProtocol()
|
int |
getThreadload()
|
long |
getTimestamp()
|
String |
getTimestampString()
Method will return a formatted date using SimpleDateFormat. |
String |
getURL()
|
void |
notifyListeners(MonitorModel model)
notify the listeners with the MonitorModel object. |
void |
setName(String name)
|
String |
toString()
Method is used by DefaultMutableTreeNode to get the label for the node. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MonitorModel()
public MonitorModel(MonitorStats stat)
Method Detail |
public void setName(String name)
public String getName()
public int getHealth()
public int getLoad()
public int getCpuload()
public int getMemload()
public int getThreadload()
public String getHost()
public String getPort()
public String getProtocol()
public long getTimestamp()
public String getURL()
public String getTimestampString()
public String toString()
public void clear()
clear
in interface Clearable
public void notifyListeners(MonitorModel model)
model
- public void addListener(MonitorListener listener)
public Object clone()
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |