public class PersistenceModule extends Object implements DeploymentModule
DeploymentModule.IDOPENEJB_MODULENAME_USE_HASH| Constructor and Description |
|---|
PersistenceModule(AppModule module,
String rootUrl,
Persistence persistence) |
PersistenceModule(String rootUrl,
Persistence persistence) |
| Modifier and Type | Method and Description |
|---|---|
AppModule |
appModule() |
Map<String,Object> |
getAltDDs() |
ClassLoader |
getClassLoader() |
File |
getFile() |
String |
getJarLocation() |
String |
getModuleId() |
URI |
getModuleUri() |
Persistence |
getPersistence() |
Properties |
getProperties() |
String |
getRootUrl() |
ValidationContext |
getValidation() |
Set<String> |
getWatchedResources() |
boolean |
isStandaloneModule() |
void |
setPersistence(Persistence persistence) |
void |
setRootUrl(String rootUrl) |
void |
setStandaloneModule(boolean isStandalone) |
String |
toString() |
public PersistenceModule(String rootUrl, Persistence persistence)
public PersistenceModule(AppModule module, String rootUrl, Persistence persistence)
public String getRootUrl()
public void setRootUrl(String rootUrl)
public Persistence getPersistence()
public void setPersistence(Persistence persistence)
public Set<String> getWatchedResources()
getWatchedResources in interface DeploymentModulepublic Map<String,Object> getAltDDs()
getAltDDs in interface DeploymentModulepublic ClassLoader getClassLoader()
getClassLoader in interface DeploymentModulepublic String getJarLocation()
getJarLocation in interface DeploymentModulepublic String getModuleId()
getModuleId in interface DeploymentModulepublic URI getModuleUri()
getModuleUri in interface DeploymentModulepublic File getFile()
getFile in interface DeploymentModulepublic ValidationContext getValidation()
getValidation in interface DeploymentModulepublic Properties getProperties()
getProperties in interface DeploymentModulepublic AppModule appModule()
appModule in interface DeploymentModulepublic boolean isStandaloneModule()
isStandaloneModule in interface DeploymentModulepublic void setStandaloneModule(boolean isStandalone)
setStandaloneModule in interface DeploymentModuleCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.