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

java.lang.Object
  extended by org.apache.geronimo.deployment.tools.loader.AbstractDeployable
      extended by org.apache.geronimo.deployment.tools.loader.ApplicationDeployable
All Implemented Interfaces:
DeployableObject, J2eeApplicationObject

public abstract class ApplicationDeployable
extends AbstractDeployable
implements J2eeApplicationObject


Constructor Summary
ApplicationDeployable(URL moduleURL)
           
 
Method Summary
 void addXpathListener(ModuleType type, String xpath, XpathListener xpl)
           
 void removeXpathListener(ModuleType type, String xpath, 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
 

Constructor Detail

ApplicationDeployable

public ApplicationDeployable(URL moduleURL)
                      throws DDBeanCreateException
Throws:
DDBeanCreateException
Method Detail

addXpathListener

public void addXpathListener(ModuleType type,
                             String xpath,
                             XpathListener xpl)
Specified by:
addXpathListener in interface J2eeApplicationObject

removeXpathListener

public void removeXpathListener(ModuleType type,
                                String xpath,
                                XpathListener xpl)
Specified by:
removeXpathListener in interface J2eeApplicationObject


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.