- getAgentVersion() - Method in class org.jolokia.client.request.J4pVersionResponse
-
The version of the Jolokia agent
- getArguments() - Method in class org.jolokia.client.request.J4pExecRequest
-
List of arguments used for executing
- getAttribute() - Method in class org.jolokia.client.request.J4pReadRequest
-
If this request is for a single attribute, this attribute is returned
by this getter.
- getAttribute() - Method in class org.jolokia.client.request.J4pWriteRequest
-
The attribute encapsulated within this request
- getAttributes() - Method in class org.jolokia.client.request.J4pReadRequest
-
Get all attributes of this request.
- getAttributes(ObjectName) - Method in class org.jolokia.client.request.J4pReadResponse
-
Get the name of all attributes fetched for a certain MBean name.
- getAttributes() - Method in class org.jolokia.client.request.J4pReadResponse
-
Get all attributes obtained.
- getErrorType() - Method in exception org.jolokia.client.exception.J4pRemoteException
-
Java class of remote exception in string representation
- getErrorValue() - Method in exception org.jolokia.client.exception.J4pRemoteException
-
Get value of the remote error.
- getExtraInfo() - Method in class org.jolokia.client.request.J4pVersionResponse
-
Any extra information specific to a certain application server type or null
if no
extra information is provided
- getHttpClient() - Method in class org.jolokia.client.J4pClient
-
Expose the embedded HttpClient
for tuning connection parameters.
- getHttpRequest(J4pRequest, String, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.request.J4pRequestHandler
-
Get the HttpRequest for executing the given single request
- getHttpRequest(List<T>, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.request.J4pRequestHandler
-
Get an HTTP Request for requesting multiples requests at once
- getJ4pServerUrl() - Method in class org.jolokia.client.request.J4pRequestHandler
-
Get the J4p Server URL
- getMBeanNames() - Method in class org.jolokia.client.request.J4pSearchResponse
-
Return the list of MBean names as strings
- getObjectName() - Method in class org.jolokia.client.request.AbtractJ4pMBeanRequest
-
Get the object name for the MBean on which this request
operates
- getObjectNames() - Method in class org.jolokia.client.request.J4pReadResponse
-
Get all MBean names for which the request fetched values.
- getObjectNames() - Method in class org.jolokia.client.request.J4pSearchResponse
-
Get the found names as a list of
ObjectName
objects.
- getOperation() - Method in class org.jolokia.client.request.J4pExecRequest
-
Name of the operation to execute
- getParam() - Method in enum org.jolokia.client.request.J4pQueryParameter
-
- getPassword() - Method in class org.jolokia.client.request.J4pTargetConfig
-
- getPath() - Method in class org.jolokia.client.request.J4pReadRequest
-
Get the path for extracting parts of the return value
- getPath() - Method in class org.jolokia.client.request.J4pWriteRequest
-
Get path to value
- getPreferredHttpMethod() - Method in class org.jolokia.client.request.J4pRequest
-
The preferred HTTP method to use (either 'GET' or 'POST')
- getProduct() - Method in class org.jolokia.client.request.J4pVersionResponse
-
Product detected by the Jolokia agent or null
if it could
not be detected
- getProtocolVersion() - Method in class org.jolokia.client.request.J4pVersionResponse
-
Jolokia protocol version by the remote Jolokia agent
- getRemoteExceptions() - Method in exception org.jolokia.client.exception.J4pBulkRemoteException
-
- getRemoteStackTrace() - Method in exception org.jolokia.client.exception.J4pRemoteException
-
Get the server side stack trace as string.
- getRequest() - Method in exception org.jolokia.client.exception.J4pRemoteException
-
Get the request leading to this exception.
- getRequest() - Method in class org.jolokia.client.request.J4pResponse
-
Get the request associated with this response
- getRequestDate() - Method in class org.jolokia.client.request.J4pResponse
-
Date when the request was processed
- getResponse() - Method in exception org.jolokia.client.exception.J4pRemoteException
-
Get the response string, or null if unavailable
- getResponses() - Method in exception org.jolokia.client.exception.J4pBulkRemoteException
-
Get the a list of responses for successful requests.
- getResults() - Method in exception org.jolokia.client.exception.J4pBulkRemoteException
-
Get the result list.
- getStatus() - Method in exception org.jolokia.client.exception.J4pRemoteException
-
Get status of this response (similar in meaning of HTTP status)
- getTargetConfig() - Method in class org.jolokia.client.request.J4pRequest
-
Get a target configuration for use with an agent in JSR-160 proxy mode
- getType() - Method in class org.jolokia.client.request.J4pRequest
-
Get the type of the request
- getType() - Method in class org.jolokia.client.request.J4pResponse
-
Get the request/response type
- getUri() - Method in class org.jolokia.client.J4pClient
-
Get base URL for Jolokia requests
- getUrl() - Method in class org.jolokia.client.request.J4pTargetConfig
-
- getUser() - Method in class org.jolokia.client.request.J4pTargetConfig
-
- getValue(ObjectName, String) - Method in class org.jolokia.client.request.J4pReadResponse
-
Get the value for a certain MBean and a given attribute.
- getValue(String) - Method in class org.jolokia.client.request.J4pReadResponse
-
Get the value for a single attribute.
- getValue() - Method in class org.jolokia.client.request.J4pResponse
-
Get the value of this response
- getValue() - Method in enum org.jolokia.client.request.J4pType
-
- getValue() - Method in class org.jolokia.client.request.J4pWriteRequest
-
The new value to set
- getVendor() - Method in class org.jolokia.client.request.J4pVersionResponse
-
Get the vendor of the remote application server or null
if the
Jolokia agent could not detect the server
- J4pAuthenticator - Interface in org.jolokia.client
-
Authenticator which is called during construction and which can perform
a different login than Basic-Authentication against the plain JolokiaUrl
- J4pBulkRemoteException - Exception in org.jolokia.client.exception
-
Exception thrown when a bulk request fails on the remote side
- J4pBulkRemoteException(List) - Constructor for exception org.jolokia.client.exception.J4pBulkRemoteException
-
Constructor
- J4pClient - Class in org.jolokia.client
-
Client class for accessing the j4p agent
- J4pClient(String) - Constructor for class org.jolokia.client.J4pClient
-
Construct a new client for a given server url
- J4pClient(String, HttpClient) - Constructor for class org.jolokia.client.J4pClient
-
Constructor for a given agent URl and a given HttpClient
- J4pClient(String, HttpClient, J4pTargetConfig) - Constructor for class org.jolokia.client.J4pClient
-
Constructor using a given Agent URL, HttpClient and a proxy target config.
- J4pClient(String, HttpClient, J4pTargetConfig, J4pResponseExtractor) - Constructor for class org.jolokia.client.J4pClient
-
Constructor using a given Agent URL, HttpClient and a proxy target config.
- J4pClientBuilder - Class in org.jolokia.client
-
- J4pClientBuilder() - Constructor for class org.jolokia.client.J4pClientBuilder
-
Package access constructor, use static method on J4pClient for creating
the builder.
- J4pClientBuilderFactory - Class in org.jolokia.client
-
Hook class for easily creating J4pClient with the a builder.
- J4pClientBuilderFactory() - Constructor for class org.jolokia.client.J4pClientBuilderFactory
-
- J4pConnectException - Exception in org.jolokia.client.exception
-
Exception thrown when the connection to the server fails.
- J4pConnectException(String, ConnectException) - Constructor for exception org.jolokia.client.exception.J4pConnectException
-
Constructor
- J4pException - Exception in org.jolokia.client.exception
-
Base exception potentially raised when communicating with the server
- J4pException(String) - Constructor for exception org.jolokia.client.exception.J4pException
-
Constructor with a simple message
- J4pException(String, Throwable) - Constructor for exception org.jolokia.client.exception.J4pException
-
Exception with a nested exception
- J4pExecRequest - Class in org.jolokia.client.request
-
A execute request for executing a JMX operation
- J4pExecRequest(ObjectName, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
-
New client request for executing a JMX operation
- J4pExecRequest(J4pTargetConfig, ObjectName, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
-
New client request for executing a JMX operation
- J4pExecRequest(String, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
-
New client request for executing a JMX operation
- J4pExecRequest(J4pTargetConfig, String, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
-
New client request for executing a JMX operation
- J4pExecResponse - Class in org.jolokia.client.request
-
Response for an execute request
- J4pListRequest - Class in org.jolokia.client.request
-
Request for list JMX information
- J4pListRequest() - Constructor for class org.jolokia.client.request.J4pListRequest
-
Default constructor to be used when all meta information should
be fetched.
- J4pListRequest(J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Default constructor to be used when all meta information should
be fetched.
- J4pListRequest(String) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Constructor using a path to restrict the information
returned by the list command
- J4pListRequest(J4pTargetConfig, String) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Constructor using a path to restrict the information
returned by the list command
- J4pListRequest(List<String>) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Constructor using a list of path elements to restrict the information
- J4pListRequest(J4pTargetConfig, List<String>) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Constructor using a list of path elements to restrict the information
- J4pListRequest(ObjectName) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Constructor for fetching the meta data of a specific MBean
- J4pListRequest(J4pTargetConfig, ObjectName) - Constructor for class org.jolokia.client.request.J4pListRequest
-
Constructor for fetching the meta data of a specific MBean
- J4pListResponse - Class in org.jolokia.client.request
-
- J4pQueryParameter - Enum in org.jolokia.client.request
-
Query parameters which can be used when requesting the server
- J4pReadRequest - Class in org.jolokia.client.request
-
A read request to get one or more attributes from
one or more MBeans within a single request.
- J4pReadRequest(ObjectName, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
-
Create a READ request to request one or more attributes
from the remote j4p agent
- J4pReadRequest(J4pTargetConfig, ObjectName, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
-
Create a READ request to request one or more attributes
from the remote j4p agent
- J4pReadRequest(String, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
-
Create a READ request to request one or more attributes
from the remote j4p agent
- J4pReadRequest(J4pTargetConfig, String, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
-
Create a READ request to request one or more attributes
from the remote j4p agent
- J4pReadResponse - Class in org.jolokia.client.request
-
- J4pRemoteException - Exception in org.jolokia.client.exception
-
Exception occurred on the remote side (i.e the server).
- J4pRemoteException(J4pRequest, String, String, int, String, JSONObject) - Constructor for exception org.jolokia.client.exception.J4pRemoteException
-
Constructor for a remote exception
- J4pRemoteException(J4pRequest, JSONObject) - Constructor for exception org.jolokia.client.exception.J4pRemoteException
-
- J4pRequest - Class in org.jolokia.client.request
-
Request object abstracting a request to a j4p agent.
- J4pRequest(J4pType, J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pRequest
-
Constructor for subclasses
- J4pRequestHandler - Class in org.jolokia.client.request
-
Class doing the hard work of conversion between HTTP request/responses and
J4p request/responses.
- J4pRequestHandler(String, J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pRequestHandler
-
Constructor
- J4pResponse<T extends J4pRequest> - Class in org.jolokia.client.request
-
Representation of a j4p Response as sent by the
j4p agent.
- J4pResponse(T, JSONObject) - Constructor for class org.jolokia.client.request.J4pResponse
-
- J4pResponseExtractor - Interface in org.jolokia.client.request
-
An extractor can be used to add special behaviour to the extraction process before a
J4pResponse
is created.
- J4pSearchRequest - Class in org.jolokia.client.request
-
Request for a MBean search
- J4pSearchRequest(ObjectName) - Constructor for class org.jolokia.client.request.J4pSearchRequest
-
Create request with a objectname, which can be a pattern
- J4pSearchRequest(J4pTargetConfig, ObjectName) - Constructor for class org.jolokia.client.request.J4pSearchRequest
-
Create request with a objectname, which can be a pattern
- J4pSearchRequest(String) - Constructor for class org.jolokia.client.request.J4pSearchRequest
-
Create a search request
- J4pSearchRequest(J4pTargetConfig, String) - Constructor for class org.jolokia.client.request.J4pSearchRequest
-
Create a search request
- J4pSearchResponse - Class in org.jolokia.client.request
-
- J4pTargetConfig - Class in org.jolokia.client.request
-
Configuration for a JSR-160 proxy request for specifying the target server.
- J4pTargetConfig(String, String, String) - Constructor for class org.jolokia.client.request.J4pTargetConfig
-
Constructor
- J4pTimeoutException - Exception in org.jolokia.client.exception
-
Exception thrown in case of an timeout
- J4pTimeoutException(String, ConnectTimeoutException) - Constructor for exception org.jolokia.client.exception.J4pTimeoutException
-
Exception thrown when a timeout occured
- J4pType - Enum in org.jolokia.client.request
-
- J4pVersionRequest - Class in org.jolokia.client.request
-
Request for version and server information
- J4pVersionRequest() - Constructor for class org.jolokia.client.request.J4pVersionRequest
-
Plain Constructor
- J4pVersionRequest(J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pVersionRequest
-
Constructor with using a proxy configuration
- J4pVersionResponse - Class in org.jolokia.client.request
-
Response for J4pVersion request
- J4pWriteRequest - Class in org.jolokia.client.request
-
Request for setting the value of an attribute, optionally
with an inner path.
- J4pWriteRequest(ObjectName, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
-
Constructor for a write request
- J4pWriteRequest(J4pTargetConfig, ObjectName, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
-
Constructor for a write request
- J4pWriteRequest(String, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
-
Constructor for a write request
- J4pWriteRequest(J4pTargetConfig, String, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
-
Constructor for a write request
- J4pWriteResponse - Class in org.jolokia.client.request
-