public final class J4pVersionResponse extends J4pResponse<J4pVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentVersion()
The version of the Jolokia agent
|
Map |
getExtraInfo()
Any extra information specific to a certain application server type or
null if no
extra information is provided |
String |
getProduct()
Product detected by the Jolokia agent or
null if it could
not be detected |
String |
getProtocolVersion()
Jolokia protocol version by the remote Jolokia agent
|
String |
getVendor()
Get the vendor of the remote application server or
null if the
Jolokia agent could not detect the server |
asJSONObject, getRequest, getRequestDate, getType, getValuepublic String getAgentVersion()
public String getProtocolVersion()
public String getProduct()
null if it could
not be detectednull if the agent
could not detect it.public String getVendor()
null if the
Jolokia agent could not detect the servernullpublic Map getExtraInfo()
null if no
extra information is providednullCopyright © 2014. All rights reserved.