|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.kernel.application.deploy.enterprise.AbstractDeploymentDescriptor
org.openmdx.kernel.application.deploy.enterprise.ModuleDeploymentDescriptor
public class ModuleDeploymentDescriptor
| Field Summary | |
|---|---|
protected List |
components
|
protected String |
displayName
|
protected Report |
report
|
| Fields inherited from class org.openmdx.kernel.application.deploy.enterprise.AbstractDeploymentDescriptor |
|---|
REPORT_APPLICATION_NAME, REPORT_APPLICATION_VERSION, REPORT_CONNECTOR_NAME, REPORT_CONNECTOR_VERSION, REPORT_EJB_CLIENT_NAME, REPORT_EJB_COMPONENT_NAME, REPORT_EJB_MODULE_NAME, REPORT_EJB_VERSION |
| Constructor Summary | |
|---|---|
|
ModuleDeploymentDescriptor(String moduleId,
ApplicationDeploymentDescriptor owner,
URL url)
|
protected |
ModuleDeploymentDescriptor(String moduleId,
ApplicationDeploymentDescriptor owner,
URL url,
Report report)
|
| Method Summary | |
|---|---|
URL[] |
getApplicationClassPath()
Retrieve the class path for classes referenced by the module, which should be loaded by the application's class loader, e.g. |
BeanDeploymentDescriptor |
getComponentByName(String name)
|
Collection |
getComponents()
Retrieve a module's components |
String |
getDisplayName()
Retrieve a module's display name |
URL[] |
getModuleClassPath()
Retrieve the module's class path, e.g. |
String |
getModuleURI()
Retrieve a module's URI |
ApplicationDeploymentDescriptor |
getOwner()
|
void |
parseOpenMdxXml(Element element)
|
void |
parseOpenMdxXml(Element element,
Report report)
|
void |
parseXml(Element element)
|
void |
parseXml(Element element,
Report report)
|
void |
setApplicationClassPath(URL[] applicationClassPath)
|
void |
setModuleClassPath(URL[] moduleClassPath)
|
Report |
validate()
Validates the configuration. |
Report |
verify()
Verifies the configuration. |
void |
verify(Report report)
|
| Methods inherited from class org.openmdx.kernel.application.deploy.enterprise.AbstractDeploymentDescriptor |
|---|
createUniqueLocalApplicationContextLink, createUniqueRemoteApplicationContextLink, getChildrenByTagName, getElementContent, getOptionalChild, getUniqueChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Report report
protected final List components
protected String displayName
| Constructor Detail |
|---|
public ModuleDeploymentDescriptor(String moduleId,
ApplicationDeploymentDescriptor owner,
URL url)
protected ModuleDeploymentDescriptor(String moduleId,
ApplicationDeploymentDescriptor owner,
URL url,
Report report)
| Method Detail |
|---|
public void parseXml(Element element)
public void parseXml(Element element,
Report report)
parseXml in class AbstractDeploymentDescriptorpublic void parseOpenMdxXml(Element element)
public void parseOpenMdxXml(Element element,
Report report)
parseOpenMdxXml in class AbstractDeploymentDescriptorpublic Report verify()
ConfigurationThe verification process verifies that:
verify in interface Configurationpublic Report validate()
Configuration
validate in interface ConfigurationConfiguration.verify()public void verify(Report report)
verify in class AbstractDeploymentDescriptorpublic URL[] getModuleClassPath()
Deployment.ModulegetModuleClassPath in interface Deployment.Modulepublic void setModuleClassPath(URL[] moduleClassPath)
public URL[] getApplicationClassPath()
Deployment.Module
getApplicationClassPath in interface Deployment.Modulepublic void setApplicationClassPath(URL[] applicationClassPath)
public Collection getComponents()
Deployment.Module
getComponents in interface Deployment.Modulepublic String getDisplayName()
Deployment.Module
getDisplayName in interface Deployment.Modulepublic String getModuleURI()
Deployment.Module
getModuleURI in interface Deployment.Modulepublic BeanDeploymentDescriptor getComponentByName(String name)
public ApplicationDeploymentDescriptor getOwner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||