站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Constructor Summary
ClientConfigurationImpl()
           
 
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
 

Constructor Detail

ClientConfigurationImpl

public ClientConfigurationImpl()
Method Detail

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.