org.linkedin.glu.agent.rest.resources
[Groovy] Class CommandExitValueResource
java.lang.Object
org.restlet.resource.ServerResource
org.linkedin.glu.agent.rest.resources.BaseResource
org.linkedin.glu.agent.rest.resources.CommandBaseResource
org.linkedin.glu.agent.rest.resources.CommandExitValueResource
class CommandExitValueResource
extends CommandBaseResource
- Authors:
- yan@pongasoft.com
Methods inherited from class BaseResource
|
addResponseHeader, doInit, getAgent, getPath, getRequestArgs, getResourceMountPoint, getResponseHeader, noException, toArgs, toArgs, toRepresentation |
getExitValue
@Get
Representation getExitValue()
- return the exit value of the command (blocking call with optional timeout)
interruptCommand
@Delete
Representation interruptCommand()
- interrupt the action if still running
Groovy Documentation