org.apache.openejb.config
Class PersistenceModule

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

public class PersistenceModule
extends java.lang.Object
implements DeploymentModule


Constructor Summary
PersistenceModule(java.lang.String rootUrl, Persistence persistence)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getAltDDs()
           
 java.lang.ClassLoader getClassLoader()
           
 java.lang.String getJarLocation()
           
 java.lang.String getModuleId()
           
 Persistence getPersistence()
           
 java.lang.String getRootUrl()
           
 ValidationContext getValidation()
           
 java.util.Set<java.lang.String> getWatchedResources()
           
 void setPersistence(Persistence persistence)
           
 void setRootUrl(java.lang.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(java.lang.String rootUrl,
                         Persistence persistence)
Method Detail

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.