org.apache.openejb
Class ModuleContext
java.lang.Object
org.apache.openejb.DeploymentContext
org.apache.openejb.ModuleContext
public class ModuleContext
- extends DeploymentContext
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleContext
public ModuleContext(String id,
URI moduleURI,
String uniqueId,
AppContext appContext,
Context moduleJndiContext,
ClassLoader classLoader)
getAppContext
public AppContext getAppContext()
getClassLoader
public ClassLoader getClassLoader()
getModuleJndiContext
public Context getModuleJndiContext()
getUniqueId
public String getUniqueId()
getModuleURI
public URI getModuleURI()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.