public class J4pListRequest extends J4pRequest
| Modifier | Constructor and Description |
|---|---|
protected |
J4pListRequest()
Default constructor to be used when all meta information should
be fetched.
|
protected |
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
|
|
J4pListRequest(List<String> pPathElements)
Constructor using a list of path elements to restrict the information
|
|
J4pListRequest(ObjectName pObjectName)
Constructor for fetching the meta data of a specific MBean
|
|
J4pListRequest(String pPath)
Constructor using a path to restrict the information
returned by the list command
|
addPath, escape, getPreferredHttpMethod, getTargetConfig, getType, serializeArgumentToJson, serializeArgumentToRequestPart, setPreferredHttpMethod, splitPathprotected J4pListRequest()
protected J4pListRequest(J4pTargetConfig pTargetConfig)
pTargetConfig - proxy target configuration or null if no proxy should be usedpublic J4pListRequest(String pPath)
pPath - path into the JSON response. The path must already be
properly escaped when it contains slashes or exclamation marks.
You can use J4pRequest.escape(String) in order to escape a single path element.public J4pListRequest(J4pTargetConfig pConfig, String pPath)
pConfig - proxy target configuration or null if no proxy should be usedpPath - path into the JSON response. The path must already be
properly escaped when it contains slashes or exclamation marks.
You can use J4pRequest.escape(String) in order to escape a single path element.public J4pListRequest(List<String> pPathElements)
pPathElements - list of path elements. The elements must not be escapedpublic J4pListRequest(J4pTargetConfig pConfig, List<String> pPathElements)
pConfig - proxy target configuration or null if no proxy should be usedpPathElements - list of path elements. The elements must not be escapedpublic J4pListRequest(ObjectName pObjectName)
pObjectName - name of MBean for which to fetch the meta datapublic J4pListRequest(J4pTargetConfig pConfig, ObjectName pObjectName)
pConfig - proxy target configuration or null if no proxy should be usedpObjectName - name of MBean for which to fetch the meta dataCopyright © 2014. All rights reserved.