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

javax.enterprise.deploy.spi.Target Maven / Gradle / Ivy

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

/**
 * A single logical server.
 *
 * @author Adrian Brock
 * @version $Revision$
 */
public interface Target
{
   // Constants -----------------------------------------------------
   
   // Public --------------------------------------------------------
   
   /**
    * Get the target's name
    *
    * @return the name
    */
   String getName();
   
   /**
    * Get the target's description
    *
    * @return the description
    */
   String getDescription();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy