All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.enterprise.deploy.spi.status.ClientConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.2.Final
Show newest version
package javax.enterprise.deploy.spi.status;

import javax.enterprise.deploy.spi.exceptions.ClientExecuteException;
import java.io.Serializable;

/**
 * Installs configures and runs an application client.
 *
 * @author Adrian Brock
 * @version $Revision$
 */
public interface ClientConfiguration extends Serializable
{
   // Constants -----------------------------------------------------
   
   // Public --------------------------------------------------------
   
   /**
    * Executes the client 
    *
    * @throws ClientExecuteException when the configuration is incomplete
    */
   void execute() throws ClientExecuteException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy