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.
- 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. |
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 © 2006 Apache Software Foundation. All Rights Reserved.