org.glassfish.deployapi.actions
Class ClientConfigurationImpl

java.lang.Object
  extended by org.glassfish.deployapi.actions.ClientConfigurationImpl
All Implemented Interfaces:
Serializable, ClientConfiguration

public class ClientConfigurationImpl
extends Object
implements ClientConfiguration

This implementation of the ClientConfiguration interface allow for limited support of Application Client

Author:
Jerome Dochez
See Also:
Serialized Form

Constructor Summary
ClientConfigurationImpl(TargetModuleIDImpl targetModuleID)
          Creates a new instance of ClientConfigurationImpl
 
Method Summary
 void execute()
          This method performs an exec and starts the application client running in another process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConfigurationImpl

public ClientConfigurationImpl(TargetModuleIDImpl targetModuleID)
Creates a new instance of ClientConfigurationImpl

Method Detail

execute

public void execute()
             throws ClientExecuteException
This method performs an exec and starts the application client running in another process.

Specified by:
execute in interface ClientConfiguration
Throws:
ClientExecuteException - when the configuration is incomplete.


Copyright © 2012. All Rights Reserved.