Class ClientConfigurationImpl

  • All Implemented Interfaces:
    Serializable, javax.enterprise.deploy.spi.status.ClientConfiguration

    public class ClientConfigurationImpl
    extends Object
    implements javax.enterprise.deploy.spi.status.ClientConfiguration
    This implementation of the ClientConfiguration interface allow for limited support of Application Client
    Author:
    Jerome Dochez
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientConfigurationImpl

        public ClientConfigurationImpl​(TargetModuleIDImpl targetModuleID)
        Creates a new instance of ClientConfigurationImpl
    • Method Detail

      • execute

        public void execute()
                     throws javax.enterprise.deploy.spi.exceptions.ClientExecuteException
        This method performs an exec and starts the application client running in another process.
        Specified by:
        execute in interface javax.enterprise.deploy.spi.status.ClientConfiguration
        Throws:
        javax.enterprise.deploy.spi.exceptions.ClientExecuteException - when the configuration is incomplete.