org.apache.geronimo.deployment.tools.loader
Class ApplicationDeployable

java.lang.Object
  extended byorg.apache.geronimo.deployment.tools.loader.AbstractDeployable
      extended byorg.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
 
Constructor Summary
ApplicationDeployable(java.net.URL moduleURL)
           
 
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 org.apache.geronimo.deployment.tools.loader.AbstractDeployable
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getModuleLoader, getText, getType
 
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
 

Field Detail

uriMap

private final java.util.Map uriMap
Constructor Detail

ApplicationDeployable

public ApplicationDeployable(java.net.URL moduleURL)
                      throws javax.enterprise.deploy.model.exceptions.DDBeanCreateException
Method Detail

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.