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:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:49 $
Method Summary |
void |
addXpathListener(javax.enterprise.deploy.shared.ModuleType type,
String xpath,
javax.enterprise.deploy.model.XpathListener xpl)
|
void |
removeXpathListener(javax.enterprise.deploy.shared.ModuleType type,
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 |
ApplicationDeployable
public ApplicationDeployable(URL moduleURL)
throws javax.enterprise.deploy.model.exceptions.DDBeanCreateException
addXpathListener
public void addXpathListener(javax.enterprise.deploy.shared.ModuleType type,
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,
String xpath,
javax.enterprise.deploy.model.XpathListener xpl)
- Specified by:
removeXpathListener
in interface javax.enterprise.deploy.model.J2eeApplicationObject
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.