javax.enterprise.deploy.spi
Interface Target

All Known Subinterfaces:
JBossTarget (src)
All Known Implementing Classes:
JMXTarget (src) , LocalhostTarget (src)

public interface Target

A single logical server.


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

Method Detail

getName

public java.lang.String getName()
Get the target's name

Returns:
the name

getDescription

public java.lang.String getDescription()
Get the target's description

Returns:
the description