javax.enterprise.deploy.spi.status
Interface ClientConfiguration
- Serializable
public interface ClientConfiguration
extends Serializable
The ClientConfiguration object installs, configures and executes an
Application Client. This class resolves the settings for installing and
running the application client.
void | execute() - This method performs an exec and starts the application client running
in another process.
|
execute
public void execute()
throws ClientExecuteException
This method performs an exec and starts the application client running
in another process.