当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
ClientConfigurationImpl (JBoss JSR-88 Deployment API) - JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
org.jboss.deployment.spi.status
Class ClientConfigurationImpl
java.lang.Object
org.jboss.deployment.spi.status.ClientConfigurationImpl
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.status.ClientConfiguration, Serializable
- public class ClientConfigurationImpl
- extends Object
- implements javax.enterprise.deploy.spi.status.ClientConfiguration
The ClientConfiguration object installs, configures and executes an Application Client.
This class resolves the settings for installing and running the application client.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- thomas.diesler@jboss.org
- See Also:
- Serialized Form
Method Summary |
void |
execute()
Executes the client |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientConfigurationImpl
public ClientConfigurationImpl()
execute
public void execute()
throws javax.enterprise.deploy.spi.exceptions.ClientExecuteException
- Executes the client
- Specified by:
execute
in interface javax.enterprise.deploy.spi.status.ClientConfiguration
- Throws:
javax.enterprise.deploy.spi.exceptions.ClientExecuteException
- when the configuration is incomplete
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.