javax.enterprise.deploy.spi
public interface TargetModuleID
Method Summary | |
---|---|
TargetModuleID[] | getChildTargetModuleID()
Retrieve a list of identifiers of the children of this deployed module.
|
String | getModuleID()
Retrieve the id assigned to represent the deployed module. |
TargetModuleID | getParentTargetModuleID()
Retrieve the identifier of the parent object of this deployed module. |
Target | getTarget()
Retrieve the target server that this module was deployed to.
|
String | getWebURL()
If this TargetModulID represents a web module retrieve the URL for it.
|
String | toString()
Retrieve the identifier representing the deployed module. |
Returns: a list of TargetModuleIDs identifying the childern of this object.
A null
value means this module has no children
Returns: the TargetModuleID of the parent of this object. A null
value means this module is the root object deployed.
Returns: an object representing a server target.
Returns: the URL of a web module or null if the module is not a web module.