@RestController @RequestMapping(value="/processes") public class ProcessesController extends Object
| Constructor and Description |
|---|
ProcessesController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
log(String id,
Integer index) |
net.oneandone.sushi.fs.Node |
logFile(String id) |
org.springframework.http.ResponseEntity |
state(String id) |
@RequestMapping(value="{id}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity state(@PathVariable(value="id")
String id)
throws IOException
IOException@RequestMapping(value="{id}/log",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity log(@PathVariable(value="id")
String id,
@RequestParam(defaultValue="0")
Integer index)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic net.oneandone.sushi.fs.Node logFile(String id) throws InterruptedException, net.oneandone.sushi.fs.ExistsException
InterruptedExceptionnet.oneandone.sushi.fs.ExistsExceptionCopyright © 2004–2016 1&1. All rights reserved.