org.apache.openejb.core
Class CoreWebDeploymentInfo
java.lang.Object
org.apache.openejb.core.CoreWebDeploymentInfo
- All Implemented Interfaces:
- WebDeploymentInfo
public class CoreWebDeploymentInfo
- extends Object
- implements WebDeploymentInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreWebDeploymentInfo
public CoreWebDeploymentInfo()
getId
public String getId()
- Specified by:
getId
in interface WebDeploymentInfo
setId
public void setId(String id)
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface WebDeploymentInfo
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getInjections
public Collection<Injection> getInjections()
- Specified by:
getInjections
in interface WebDeploymentInfo
getJndiEnc
public Context getJndiEnc()
- Specified by:
getJndiEnc
in interface WebDeploymentInfo
setJndiEnc
public void setJndiEnc(Context jndiEnc)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.