org.apache.openejb.config
Class PersistenceModule

java.lang.Object
  extended by org.apache.openejb.config.PersistenceModule
All Implemented Interfaces:
DeploymentModule

public class PersistenceModule
extends Object
implements DeploymentModule


Constructor Summary
PersistenceModule(String rootUrl, Persistence persistence)
           
 
Method Summary
 Map<String,Object> getAltDDs()
           
 ClassLoader getClassLoader()
           
 String getJarLocation()
           
 String getModuleId()
           
 Persistence getPersistence()
           
 String getRootUrl()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 void setPersistence(Persistence persistence)
           
 void setRootUrl(String rootUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceModule

public PersistenceModule(String rootUrl,
                         Persistence persistence)
Method Detail

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.