Uses of Class
org.codehaus.cargo.tools.daemon.DaemonException
-
-
Uses of DaemonException in org.codehaus.cargo.tools.daemon
Methods in org.codehaus.cargo.tools.daemon that throw DaemonException Modifier and Type Method Description protected StringDaemonClient. invoke(String path, DaemonParameters parameters)Invokes Cargo daemon with a specified command and content data.voidDaemonClient. start(DaemonStart start)Starts a container specified by the start request.voidDaemonClient. stop(String handleId)Stops the container with the specified handle identifier.
-