@Path(value="/hosts")
public interface IHost
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE_ACTION |
static String |
ROOT
the root
|
static String |
SERVICE_ACTION |
static String |
SINGLE_HOST |
| Modifier and Type | Method and Description |
|---|---|
AjaxAnswer |
changeServiceStates(String hname,
String[] start,
String[] stop,
String[] restart) |
AjaxAnswer |
deleteHost(String hname) |
RenderedView |
deleteHostView(String hname) |
RenderedView |
view() |
RenderedView |
view(String hname) |
static final String ROOT
static final String SINGLE_HOST
static final String SERVICE_ACTION
static final String DELETE_ACTION
@Path(value="/") RenderedView view()
@Path(value="/{name}")
RenderedView view(String hname)
hname - the host name@Path(value="/{name}/update")
AjaxAnswer changeServiceStates(String hname,
String[] start,
String[] stop,
String[] restart)
hname - the host namestart - services to startstop - services to stoprestart - services to restart@Path(value="/{name}/delete")
RenderedView deleteHostView(String hname)
hname - the host name@Path(value="/{name}/delete")
AjaxAnswer deleteHost(String hname)
throws FormErrorException
hname - the host nameFormErrorException - on form errorsCopyright © 2014 Cinovo AG. All Rights Reserved.