|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.enterprise.deploy.spi
Interface Target

- public 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.
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Method Summary | |
java.lang.String |
getDescription()
Retrieve other descriptive information about the target. |
java.lang.String |
getName()
Retrieve the name of the target server. |
| Method Detail |
getName
public java.lang.String getName()
- Retrieve the name of the target server.
getDescription
public java.lang.String getDescription()
- Retrieve other descriptive information about the target.
|
|||||||||
| Home >> All >> javax >> enterprise >> deploy >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC