org.apache.openejb.core
Class CoreWebDeploymentInfo

java.lang.Object
  extended by org.apache.openejb.core.CoreWebDeploymentInfo
All Implemented Interfaces:
WebDeploymentInfo

public class CoreWebDeploymentInfo
extends Object
implements WebDeploymentInfo


Constructor Summary
CoreWebDeploymentInfo()
           
 
Method Summary
 ClassLoader getClassLoader()
           
 String getId()
           
 Collection<Injection> getInjections()
           
 Context getJndiEnc()
           
 void setClassLoader(ClassLoader classLoader)
           
 void setId(String id)
           
 void setJndiEnc(Context jndiEnc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreWebDeploymentInfo

public CoreWebDeploymentInfo()
Method Detail

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.