public class JMXReader extends Interface_Client
Constructor and Description |
---|
JMXReader(java.lang.String host,
int port) |
Modifier and Type | Method and Description |
---|---|
java.util.List<JMXStatistics> |
getAll() |
java.lang.String |
getAllToXML() |
JMXStatistics |
getExecutor() |
JMXMemoryStatistics |
getMemory() |
JMXStatistics |
getRequests() |
JMXStatistics |
getSystem() |
JMXStatistics |
getThreads() |
executeGet, executePost, getReply, initPostConnection, prepareParamMap, send, setReadTimeout, stripOuterElement, successful
public java.util.List<JMXStatistics> getAll() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
public java.lang.String getAllToXML() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
public JMXMemoryStatistics getMemory() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
public JMXStatistics getThreads() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
public JMXStatistics getRequests() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
public JMXStatistics getExecutor() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
public JMXStatistics getSystem() throws java.io.IOException, org.json.JSONException
java.io.IOException
org.json.JSONException
Copyright © 2004-2014 The YAWL Foundation.