站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

Target (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

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

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


getDescription

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


JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.