@Path(value="monitor") public class MonitorResource extends Object
| Constructor and Description |
|---|
MonitorResource(SCIMApplication application)
Create a new JAX-RS resource.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
doJsonGet()
Implement the GET operation on the monitor resource to fetch the monitor
data in JSON format.
|
public MonitorResource(SCIMApplication application)
application - The SCIM JAX-RS application associated with this
resource.@GET @Produces(value="application/json") public javax.ws.rs.core.Response doJsonGet()
Copyright © 2011–2016 UnboundID. All rights reserved.