站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

TargetModuleID (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.enterprise.deploy.spi
Interface TargetModuleID


public interface TargetModuleID

A module deployed to a target.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Method Summary
 TargetModuleID[] getChildTargetModuleID()
          Get the child modules
 String getModuleID()
          Get the module id
 TargetModuleID getParentTargetModuleID()
          The parent of this module
 Target getTarget()
          Get the target
 String getWebURL()
          The URL for a web module
 String toString()
          Return the identifier of this module
 

Method Detail

getTarget

public Target getTarget()
Get the target

Returns:
the target

getModuleID

public String getModuleID()
Get the module id

Returns:
the id

getWebURL

public String getWebURL()
The URL for a web module

Returns:
the url

toString

public String toString()
Return the identifier of this module

Returns:
the identifier

getParentTargetModuleID

public TargetModuleID getParentTargetModuleID()
The parent of this module

Returns:
the parent or null if there is no parent

getChildTargetModuleID

public TargetModuleID[] getChildTargetModuleID()
Get the child modules

Returns:
an array of child modules or null if there are no children


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.