Uses of Class
org.codehaus.cargo.tools.daemon.DaemonException
-
Packages that use DaemonException Package Description org.codehaus.cargo.tools.daemon -
-
Uses of DaemonException in org.codehaus.cargo.tools.daemon
Methods in org.codehaus.cargo.tools.daemon that throw DaemonException Modifier and Type Method Description Map<String,String>
DaemonClient. getHandles()
Get details of the handles in the Cargo Daemon.protected String
DaemonClient. invoke(String path, DaemonParameters parameters)
Invokes Cargo daemon with a specified command and content data.void
DaemonClient. start(DaemonStart start)
Starts a container specified by the start request.void
DaemonClient. stop(String handleId)
Stops the container with the specified handle identifier.
-