- DaemonClient - Class in org.codehaus.cargo.tools.daemon
-
Client for the Cargo daemon manager
- DaemonClient(URL) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon manager wrapper for the specified URL that uses a username of
admin, an empty password and ISO-8859-1 URL encoding.
- DaemonClient(URL, String) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon manager wrapper for the specified URL and username that uses an empty
password and ISO-8859-1 URL encoding.
- DaemonClient(URL, String, String) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon manager wrapper for the specified URL, username and password that uses
ISO-8859-1 URL encoding.
- DaemonClient(URL, String, String, String) - Constructor for class org.codehaus.cargo.tools.daemon.DaemonClient
-
Creates a Cargo daemon manager wrapper for the specified URL, username, password and URL
encoding.
- DaemonException - Exception in org.codehaus.cargo.tools.daemon
-
Indicates an error received from Cargo manager.
- DaemonException() - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new ManagerException with no message or cause.
- DaemonException(String) - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new ManagerException with the specified message and no cause.
- DaemonException(Throwable) - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new ManagerException with no message and the specified cause.
- DaemonException(String, Throwable) - Constructor for exception org.codehaus.cargo.tools.daemon.DaemonException
-
Creates a new ManagerException with the specified message and cause.
- DaemonParameters - Class in org.codehaus.cargo.tools.daemon
-
Represents the daemon parameters to be sent to the listening daemon.
- DaemonParameters() - Constructor for class org.codehaus.cargo.tools.daemon.DaemonParameters
-
- DaemonPropertySet - Interface in org.codehaus.cargo.tools.daemon
-
Gathers all properties related to the Cargo daemon.
- DaemonStart - Class in org.codehaus.cargo.tools.daemon
-
Represents a daemon start request
- DaemonStart() - Constructor for class org.codehaus.cargo.tools.daemon.DaemonStart
-