org.apache.openejb.core
Class DeploymentContext

java.lang.Object
  extended by org.apache.openejb.core.DeploymentContext

public class DeploymentContext
extends Object


Constructor Summary
DeploymentContext(Object id, ClassLoader classLoader, Context jndiContext)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 Object getId()
           
 Context getJndiContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentContext

public DeploymentContext(Object id,
                         ClassLoader classLoader,
                         Context jndiContext)
Method Detail

getClassLoader

public ClassLoader getClassLoader()

getId

public Object getId()

getJndiContext

public Context getJndiContext()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.