javax.enterprise.deploy.spi
Interface Target

public interface Target
A single logical server.
SinceNot specified.
Version$Revision:
Author<a href="mailto:adrian@jboss.org">Adrian Brock</a>
Wiki javadoc Use textile entry format.
Add your comments here.
Method Summary
String getDescription()
Get the target's description
String getName()
Get the target's name
getDescription
public String getDescription ( )
Get the target's description
Wiki javadoc Use textile entry format.
Add your comments here.
getName
public String getName ( )
Get the target's name
Wiki javadoc Use textile entry format.
Add your comments here.