IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

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.


Method Summary
 String getDescription()
          Retrieve other descriptive information about the target.
 String getName()
          Retrieve the name of the target server.
 

Method Detail

getName

String getName()
Retrieve the name of the target server.


getDescription

String getDescription()
Retrieve other descriptive information about the target.


Copyright 2003 Sun Microsystems, Inc. All rights reserved