
javax.enterprise.deploy.spi.Target Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-jad-api_1.2_spec Show documentation
Show all versions of jboss-jad-api_1.2_spec Show documentation
The JavaEE Application Deployment 1.2 API classes
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