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 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.
-