javax.enterprise.deploy.spi
Interface TargetModuleID


public interface TargetModuleID

A module deployed to a target.

Version:
$Revision: 57196 $
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

Target getTarget()
Get the target

Returns:
the target

getModuleID

String getModuleID()
Get the module id

Returns:
the id

getWebURL

String getWebURL()
The URL for a web module

Returns:
the url

toString

String toString()
Return the identifier of this module

Overrides:
toString in class Object
Returns:
the identifier

getParentTargetModuleID

TargetModuleID getParentTargetModuleID()
The parent of this module

Returns:
the parent or null if there is no parent

getChildTargetModuleID

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.