Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.enterprise.deploy.spi.status
Interface ClientConfiguration  view ClientConfiguration download ClientConfiguration.java

All Superinterfaces:
java.io.Serializable

public interface ClientConfiguration
extends java.io.Serializable

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

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

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

Method Detail

execute

public void execute()
             throws javax.enterprise.deploy.spi.exceptions.ClientExecuteException
This method performs an exec and starts the application client running in another process.