IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

javax.enterprise.deploy.spi.status
Interface ClientConfiguration

All Superinterfaces:
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.


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

Method Detail

execute

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

Throws:
ClientExecuteException - when the configuration is incomplete.

Copyright 2003 Sun Microsystems, Inc. All rights reserved