@Path(value="") @RequestScoped public class MBeanBulkReadResource extends Object
| Constructor and Description |
|---|
MBeanBulkReadResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReadResource(String content)
Returns the
String form of the JSONObject resource from the ResourceHandler. |
@POST @Produces(value="application/json") public String getReadResource(String content)
String form of the JSONObject resource from the ResourceHandler.content - The JSON request payload, describing the beans and attributes to read.String representation of the MBeanRead/MBeanAttributeRead JSONObject.Copyright © 2019. All rights reserved.