@Path(value="/") public class SystemStatusResource extends Object
| Constructor and Description |
|---|
SystemStatusResource(it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService,
Configuration config) |
@Inject public SystemStatusResource(it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService, Configuration config)
@GET
@Consumes(value={"application/json","application/xml"})
@Produces(value={"application/json","application/xml"})
public SchedulerStatus get()
throws IllegalArgumentException,
SQLException
IllegalArgumentExceptionSQLExceptionCopyright © 2017 Netgrid. All rights reserved.