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