org.openejb.core
Class DeploymentContext

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

public class DeploymentContext
extends java.lang.Object

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

Constructor Summary
DeploymentContext(java.lang.Object id, java.lang.ClassLoader classLoader, javax.naming.Context jndiContext)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 java.lang.Object getId()
           
 javax.naming.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(java.lang.Object id,
                         java.lang.ClassLoader classLoader,
                         javax.naming.Context jndiContext)
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader()

getId

public java.lang.Object getId()

getJndiContext

public javax.naming.Context getJndiContext()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.