org.apache.openejb.core
Class CoreWebDeploymentInfo
java.lang.Object
org.apache.openejb.core.CoreWebDeploymentInfo
- All Implemented Interfaces:
- WebDeploymentInfo
public class CoreWebDeploymentInfo
- extends java.lang.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 java.lang.String getId()
- Specified by:
getId
in interface WebDeploymentInfo
setId
public void setId(java.lang.String id)
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface WebDeploymentInfo
setClassLoader
public void setClassLoader(java.lang.ClassLoader classLoader)
getInjections
public java.util.Collection<Injection> getInjections()
- Specified by:
getInjections
in interface WebDeploymentInfo
getJndiEnc
public javax.naming.Context getJndiEnc()
- Specified by:
getJndiEnc
in interface WebDeploymentInfo
setJndiEnc
public void setJndiEnc(javax.naming.Context jndiEnc)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.