FileDocCategorySizeDatePackage
ClientConfiguration.javaAPI DocGlassfish v2 API2822Fri May 04 22:35:52 BST 2007javax.enterprise.deploy.spi.status

ClientConfiguration

public interface ClientConfiguration implements Serializable
The ClientConfiguration object installs, configures and executes an Application Client. This class resolves the settings for installing and running the application client.

Fields Summary
Constructors Summary
Methods Summary
public voidexecute()
This method performs an exec and starts the application client running in another process.

throws
ClientExecuteException when the configuration is incomplete.