javax.enterprise.deploy.spi.status
Interface ClientConfiguration
- 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: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
Method Summary |
void |
execute()
This method performs an exec and starts the application client running
in another process. |
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 © 2008. All Rights Reserved.