|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.enterprise.deploy.spi
|
|||||||||||||||
| 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 name of the target server. |
String |
getWebURL()
If this TargetModulID represents a web module retrieve the URL for it. |
String |
toString()
Retrieve the identifier representing the deployed module. |
| Method Detail |
|---|
Target getTarget()
String getModuleID()
String getWebURL()
String toString()
TargetModuleID getParentTargetModuleID()
null
value means this module is the root
object deployed.TargetModuleID[] getChildTargetModuleID()
null
value means this module has no childern