org.apache.openejb.config
Class EjbModule
java.lang.Object
org.apache.openejb.config.EjbModule
- All Implemented Interfaces:
- DeploymentModule, WsModule
public class EjbModule
- extends Object
- implements WsModule
Class is to remain "dumb" and should not have deployment logic added to it.
Class is intentionally not an interface as that would encourage "smart" implementations
- Version:
- $Revision: 607308 $ $Date: 2007-12-28 19:31:49 +0100 (Fr, 28. Dez 2007) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbModule
public EjbModule(EjbJar ejbJar)
EjbModule
public EjbModule(EjbJar ejbJar,
OpenejbJar openejbJar)
EjbModule
public EjbModule(ClassLoader classLoader,
String moduleId,
String jarURI,
EjbJar ejbJar,
OpenejbJar openejbJar)
EjbModule
public EjbModule(ClassLoader classLoader,
String jarURI,
EjbJar ejbJar,
OpenejbJar openejbJar)
getValidation
public ValidationContext getValidation()
- Specified by:
getValidation
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
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getEjbJar
public EjbJar getEjbJar()
setEjbJar
public void setEjbJar(EjbJar ejbJar)
getJarLocation
public String getJarLocation()
- Specified by:
getJarLocation
in interface DeploymentModule
setJarLocation
public void setJarLocation(String jarLocation)
getModuleId
public String getModuleId()
- Specified by:
getModuleId
in interface DeploymentModule
setModuleId
public void setModuleId(String moduleId)
getOpenejbJar
public OpenejbJar getOpenejbJar()
setOpenejbJar
public void setOpenejbJar(OpenejbJar openejbJar)
getWebservices
public Webservices getWebservices()
- Specified by:
getWebservices
in interface WsModule
setWebservices
public void setWebservices(Webservices webservices)
- Specified by:
setWebservices
in interface WsModule
getWatchedResources
public Set<String> getWatchedResources()
- Specified by:
getWatchedResources
in interface DeploymentModule
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.