org.apache.openejb.config
Class PersistenceModule
java.lang.Object
org.apache.openejb.config.PersistenceModule
- All Implemented Interfaces:
- DeploymentModule
public class PersistenceModule
- extends Object
- implements DeploymentModule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceModule
public PersistenceModule(String rootUrl,
Persistence persistence)
getRootUrl
public String getRootUrl()
setRootUrl
public void setRootUrl(String rootUrl)
getPersistence
public Persistence getPersistence()
setPersistence
public void setPersistence(Persistence persistence)
getWatchedResources
public Set<String> getWatchedResources()
- Specified by:
getWatchedResources
in interface DeploymentModule
getAltDDs
public Map<String,Object> getAltDDs()
- Specified by:
getAltDDs
in interface DeploymentModule
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface DeploymentModule
getJarLocation
public String getJarLocation()
- Specified by:
getJarLocation
in interface DeploymentModule
getModuleId
public String getModuleId()
- Specified by:
getModuleId
in interface DeploymentModule
getValidation
public ValidationContext getValidation()
- Specified by:
getValidation
in interface DeploymentModule
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.