|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployment.spi.TargetModuleIDImpl
A TargetModuleID interface represents a unique identifier for a deployed application module. A deployable application module can be an EAR, JAR, WAR or RAR file. A TargetModuleID can represent a root module or a child module. A root module TargetModuleID has no parent. It represents a deployed EAR file or stand alone module. A child module TargetModuleID represents a deployed sub module of a J2EE application. A child TargetModuleID has only one parent, the super module it was bundled and deployed with. The identifier consists of the target name and the unique identifier for the deployed application module.
Constructor Summary | |
TargetModuleIDImpl(Target (src) target,
java.lang.String moduleID,
TargetModuleID (src) parentModuleID,
boolean isRunning)
Construct a new target module |
Method Summary | |
TargetModuleID (src) [] |
getChildTargetModuleID()
Get the child modules |
ModuleType (src) |
getModeType()
Get this modules type. |
java.lang.String |
getModuleID()
Get the module id |
TargetModuleID (src) |
getParentTargetModuleID()
The parent of this module |
Target (src) |
getTarget()
Get the target |
java.lang.String |
getWebURL()
The URL for a web module |
boolean |
isRunning()
True if the module is running. |
java.lang.String |
toString()
Return the identifier of this module |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TargetModuleIDImpl(Target (src) target, java.lang.String moduleID, TargetModuleID (src) parentModuleID, boolean isRunning)
Method Detail |
public boolean isRunning()
public ModuleType (src) getModeType()
public Target (src) getTarget()
getTarget
in interface TargetModuleID (src)
public java.lang.String getModuleID()
getModuleID
in interface TargetModuleID (src)
public java.lang.String getWebURL()
getWebURL
in interface TargetModuleID (src)
public java.lang.String toString()
toString
in interface TargetModuleID (src)
public TargetModuleID (src) getParentTargetModuleID()
getParentTargetModuleID
in interface TargetModuleID (src)
public TargetModuleID (src) [] getChildTargetModuleID()
getChildTargetModuleID
in interface TargetModuleID (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |