public final class J4pVersionResponse extends J4pResponse<J4pVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentVersion()
The version of the Jolokia agent
|
Map |
getExtraInfo(String pRealm)
Get extra information for a given realm
|
String |
getJolokiaId()
Get the jolokia id of the server
|
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
|
Set<String> |
getRealms()
Get all supported realms
|
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 String getJolokiaId()
Copyright © 2016. All rights reserved.