| java.lang.Object com.caucho.j2ee.deployclient.TargetModuleIDImpl
TargetModuleIDImpl | public class TargetModuleIDImpl implements TargetModuleID,java.io.Serializable(Code) | | Represents a deployed module.
|
TargetModuleIDImpl | TargetModuleIDImpl()(Code) | | |
getChildTargetModuleID | public TargetModuleID[] getChildTargetModuleID()(Code) | | Returns the children of the object.
|
getModuleID | public String getModuleID()(Code) | | Returns the id.
|
getParentTargetModuleID | public TargetModuleID getParentTargetModuleID()(Code) | | Returns the identifier of the parent object.
|
getTarget | public Target getTarget()(Code) | | Returns the target for the module.
|
getWebURL | public String getWebURL()(Code) | | Returns the web url
|
setParentTargetModuleID | public void setParentTargetModuleID(TargetModuleID parent)(Code) | | Sets the parent.
|
|
|