public class LogNamesResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.glassfish.hk2.api.ServiceLocator |
habitat |
| Constructor and Description |
|---|
LogNamesResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogNamesJSON(String instanceName) |
String |
getLogNamesJXML(String instanceName) |
@GET
@Produces(value={"text/plain","application/json"})
public String getLogNamesJSON(@QueryParam(value="instanceName")
String instanceName)
throws IOException
IOException@GET @Produces(value="application/xml") public String getLogNamesJXML(@QueryParam(value="instanceName") String instanceName) throws IOException
IOExceptionCopyright © 2017. All rights reserved.