org.apache.openejb
Class ModuleContext

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

public class ModuleContext
extends DeploymentContext

Version:
$Rev$ $Date$

Constructor Summary
ModuleContext(String id, URI moduleURI, String uniqueId, AppContext appContext, Context moduleJndiContext)
           
 
Method Summary
 AppContext getAppContext()
           
 ClassLoader getClassLoader()
           
 Context getModuleJndiContext()
           
 URI getModuleURI()
           
 String getUniqueId()
           
 
Methods inherited from class org.apache.openejb.DeploymentContext
get, getId, getOptions, getProperties, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleContext

public ModuleContext(String id,
                     URI moduleURI,
                     String uniqueId,
                     AppContext appContext,
                     Context moduleJndiContext)
Method Detail

getAppContext

public AppContext getAppContext()

getClassLoader

public ClassLoader getClassLoader()

getModuleJndiContext

public Context getModuleJndiContext()

getUniqueId

public String getUniqueId()

getModuleURI

public URI getModuleURI()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.