Package | Description |
---|---|
org.jolokia.client | |
org.jolokia.client.request |
Constructor and Description |
---|
J4pClient(String pJ4pServerUrl,
org.apache.http.client.HttpClient pHttpClient,
J4pTargetConfig pTargetConfig)
Constructor using a given Agent URL, HttpClient and a proxy target config.
|
J4pClient(String pJ4pServerUrl,
org.apache.http.client.HttpClient pHttpClient,
J4pTargetConfig pTargetConfig,
J4pResponseExtractor pExtractor)
Constructor using a given Agent URL, HttpClient and a proxy target config.
|
Modifier and Type | Method and Description |
---|---|
J4pTargetConfig |
J4pRequest.getTargetConfig()
Get a target configuration for use with an agent in JSR-160 proxy mode
|
Constructor and Description |
---|
AbtractJ4pMBeanRequest(J4pType pType,
ObjectName pMBeanName,
J4pTargetConfig pTargetConfig) |
J4pExecRequest(J4pTargetConfig pTargetConfig,
ObjectName pMBeanName,
String pOperation,
Object... pArgs)
New client request for executing a JMX operation
|
J4pExecRequest(J4pTargetConfig pTargetConfig,
String pMBeanName,
String pOperation,
Object... pArgs)
New client request for executing a JMX operation
|
J4pListRequest(J4pTargetConfig pTargetConfig)
Default constructor to be used when all meta information should
be fetched.
|
J4pListRequest(J4pTargetConfig pConfig,
List<String> pPathElements)
Constructor using a list of path elements to restrict the information
|
J4pListRequest(J4pTargetConfig pConfig,
ObjectName pObjectName)
Constructor for fetching the meta data of a specific MBean
|
J4pListRequest(J4pTargetConfig pConfig,
String pPath)
Constructor using a path to restrict the information
returned by the list command
|
J4pReadRequest(J4pTargetConfig pTargetConfig,
ObjectName pObjectName,
String... pAttribute)
Create a READ request to request one or more attributes
from the remote j4p agent
|
J4pReadRequest(J4pTargetConfig pTargetConfig,
String pObjectName,
String... pAttribute)
Create a READ request to request one or more attributes
from the remote j4p agent
|
J4pRequest(J4pType pType,
J4pTargetConfig pTargetConfig)
Constructor for subclasses
|
J4pRequestHandler(String pJ4pServerUrl,
J4pTargetConfig pTargetConfig)
Constructor
|
J4pSearchRequest(J4pTargetConfig pTargetConfig,
ObjectName pMBeanPattern)
Create request with a objectname, which can be a pattern
|
J4pSearchRequest(J4pTargetConfig pTargetConfig,
String pMBeanPattern)
Create a search request
|
J4pVersionRequest(J4pTargetConfig pConfig)
Constructor with using a proxy configuration
|
J4pWriteRequest(J4pTargetConfig pTargetConfig,
ObjectName pMBeanName,
String pAttribute,
Object pValue,
String... pPath)
Constructor for a write request
|
J4pWriteRequest(J4pTargetConfig pTargetConfig,
String pMBeanName,
String pAttribute,
Object pValue,
String... pPath)
Constructor for a write request
|
Copyright © 2019. All rights reserved.