JavaEE Application Deployment 1.2 API 1.0.0.Final

javax.enterprise.deploy.spi
Interface Target


public interface Target

A single logical server.

Version:
$Revision: 108263 $
Author:
Adrian Brock

Method Summary
 String getDescription()
          Get the target's description
 String getName()
          Get the target's name
 

Method Detail

getName

String getName()
Get the target's name

Returns:
the name

getDescription

String getDescription()
Get the target's description

Returns:
the description

JavaEE Application Deployment 1.2 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.