Methods Summary |
---|
public javax.enterprise.deploy.spi.TargetModuleID[] | getChildTargetModuleID()Retrieve a list of identifiers of the children
of this deployed module.
|
public java.lang.String | getModuleID()Retrieve the id assigned to represent
the deployed module.
|
public javax.enterprise.deploy.spi.TargetModuleID | getParentTargetModuleID()Retrieve the identifier of the parent
object of this deployed module. If there
is no parent then this is the root object
deployed. The root could represent an EAR
file or it could be a stand alone module
that was deployed.
|
public Target | getTarget()Retrieve the name of the target server.
this module was deployed to.
|
public java.lang.String | getWebURL()If this TargetModulID represents a web
module retrieve the URL for it.
|
public java.lang.String | toString()Retrieve the identifier representing
the deployed module.
|