org.openejb.core
Class DeploymentContext

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

public class DeploymentContext
extends Object

Version:
$Revision: 2068 $ $Date: 2005-08-07 17:48:07 -0700 (Sun, 07 Aug 2005) $

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-2012 OpenEJB. All Rights Reserved.