javax.enterprise.deploy.spi.status

Interface ClientConfiguration

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.
Method Summary
voidexecute()
This method performs an exec and starts the application client running in another process.

Method Detail

execute

public void execute()
This method performs an exec and starts the application client running in another process.

Throws: ClientExecuteException when the configuration is incomplete.