|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.deploy.api.model.WebLogicDeployableObject
weblogic.deploy.api.model.WebLogicJ2eeApplicationObject
This class is the WebLogic Server implementation of DeployableObject
.
This class encapsulates an EAR for deployment purposes.
A deployment tool uses the constructor for this class to present an EAR
to the deployer.
Instances of this class are acquired via WebLogicDeployableObject.createDeployableObject(java.io.File)
Method Summary | |
void |
addXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Not implemented. |
void |
close()
Closes application resources and removes temporary files. |
DDBean[] |
getChildBean(ModuleType type,
String xpath)
Returns a list of DDBeans based upon an XPath, searching all standard J2EE deployment descriptors of the specified type. |
DeployableObject |
getDeployableObject(String uri)
Returns the module in the application with the specified uri, or null if no such module exists. |
DeployableObject[] |
getDeployableObjects()
Returns all modules in the application, or null if there are no embedded modules. |
DeployableObject[] |
getDeployableObjects(ModuleType type)
Returns all modules in the application based on the specified type, or null if there are no matching modules. |
weblogic.descriptor.DescriptorBean |
getDescriptorBean()
Typed descriptor bean tree for this modules standard descriptor. |
String[] |
getModuleUris()
Lists the module URI path for each embedded module. |
String[] |
getModuleUris(ModuleType type)
Lists the module URI path for each embedded modules of the specified ModuleType. |
String[] |
getText(ModuleType type,
String xpath)
Returns the text value from the XPath, searching only the standard J2EE deployment descriptors of the specified type. |
void |
removeXpathListener(ModuleType type,
String xpath,
XpathListener xpl)
Not implemented. |
Methods inherited from class weblogic.deploy.api.model.WebLogicDeployableObject |
createDeployableObject, createDeployableObject, createLazyDeployableObject, entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getDDBeanRoots, getEntry, getModuleDTDVersion, getParent, getText, getType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.enterprise.deploy.model.DeployableObject |
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getType |
Method Detail |
public void addXpathListener(ModuleType type, String xpath, XpathListener xpl)
addXpathListener
in interface J2eeApplicationObject
public void close()
WebLogicDeployableObject
close
in interface weblogic.deploy.api.internal.Closable
close
in class WebLogicDeployableObject
public DDBean[] getChildBean(ModuleType type, String xpath)
getChildBean
in interface J2eeApplicationObject
public DeployableObject getDeployableObject(String uri)
getDeployableObject
in interface J2eeApplicationObject
public DeployableObject[] getDeployableObjects()
getDeployableObjects
in interface J2eeApplicationObject
public DeployableObject[] getDeployableObjects(ModuleType type)
getDeployableObjects
in interface J2eeApplicationObject
public weblogic.descriptor.DescriptorBean getDescriptorBean()
WebLogicDeployableObject
getDescriptorBean
in class WebLogicDeployableObject
public String[] getModuleUris()
getModuleUris
in interface J2eeApplicationObject
public String[] getModuleUris(ModuleType type)
getModuleUris
in interface J2eeApplicationObject
public String[] getText(ModuleType type, String xpath)
getText
in interface J2eeApplicationObject
public void removeXpathListener(ModuleType type, String xpath, XpathListener xpl)
removeXpathListener
in interface J2eeApplicationObject
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |