DRAFT

javax.enterprise.deploy.spi
Interface Target


public interface Target

A Target interface represents a single logical core server of one instance of a Java EE 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
 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

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


getDescription

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


DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 24-November-2009 03:24