org.glassfish.deployapi.actions
Class ClientConfigurationImpl
java.lang.Object
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
|
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 |
ClientConfigurationImpl
public ClientConfigurationImpl(TargetModuleIDImpl targetModuleID)
- Creates a new instance of ClientConfigurationImpl
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.