public interface TargetModuleID
Modifier and Type | Method and Description |
---|---|
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.
|
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 childernCopyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.