org.apache.geronimo.deployment.tools.loader
Class ApplicationDeployable
java.lang.Object
org.apache.geronimo.deployment.tools.loader.AbstractDeployable
org.apache.geronimo.deployment.tools.loader.ApplicationDeployable
- All Implemented Interfaces:
- javax.enterprise.deploy.model.DeployableObject, javax.enterprise.deploy.model.J2eeApplicationObject
- public abstract class ApplicationDeployable
- extends AbstractDeployable
- implements javax.enterprise.deploy.model.J2eeApplicationObject
- Version:
- $Rev$ $Date$
|
Field Summary |
private java.util.Map |
uriMap
|
| Fields inherited from class org.apache.geronimo.deployment.tools.loader.AbstractDeployable |
|
|
Method Summary |
void |
addXpathListener(javax.enterprise.deploy.shared.ModuleType type,
java.lang.String xpath,
javax.enterprise.deploy.model.XpathListener xpl)
|
void |
removeXpathListener(javax.enterprise.deploy.shared.ModuleType type,
java.lang.String xpath,
javax.enterprise.deploy.model.XpathListener xpl)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.enterprise.deploy.model.J2eeApplicationObject |
getChildBean, getDeployableObject, getDeployableObjects, getDeployableObjects, getModuleUris, getModuleUris, getText |
| Methods inherited from interface javax.enterprise.deploy.model.DeployableObject |
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getType |
uriMap
private final java.util.Map uriMap
ApplicationDeployable
public ApplicationDeployable(java.net.URL moduleURL)
throws javax.enterprise.deploy.model.exceptions.DDBeanCreateException
addXpathListener
public void addXpathListener(javax.enterprise.deploy.shared.ModuleType type,
java.lang.String xpath,
javax.enterprise.deploy.model.XpathListener xpl)
- Specified by:
addXpathListener in interface javax.enterprise.deploy.model.J2eeApplicationObject
removeXpathListener
public void removeXpathListener(javax.enterprise.deploy.shared.ModuleType type,
java.lang.String xpath,
javax.enterprise.deploy.model.XpathListener xpl)
- Specified by:
removeXpathListener in interface javax.enterprise.deploy.model.J2eeApplicationObject
Copyright © 2005 Apache Software Foundation. All Rights Reserved.