javax.enterprise.deploy.spi
Interface Target
A Target interface represents a single logical core server of one instance of a
J2EE platform product. It is a designator for a server and the implied location
to copy a configured application for the server to access.
String | getDescription() - Retrieve other descriptive information about the target.
|
String | getName() - Retrieve the name of the target server.
|
getDescription
public String getDescription()
Retrieve other descriptive information about the target.
getName
public String getName()
Retrieve the name of the target server.