org.jboss.deployment.spi.status
Class ClientConfigurationImpl

java.lang.Object
  extended by org.jboss.deployment.spi.status.ClientConfigurationImpl
All Implemented Interfaces:
Serializable, javax.enterprise.deploy.spi.status.ClientConfiguration

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.4.2 $
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.