Uses of Class
org.apache.geronimo.naming.java.ReadOnlyContext

Packages that use ReadOnlyContext
org.apache.geronimo.naming.deployment   
org.apache.geronimo.naming.geronimo   
org.apache.geronimo.naming.java   
 

Uses of ReadOnlyContext in org.apache.geronimo.naming.deployment
 

Methods in org.apache.geronimo.naming.deployment that return ReadOnlyContext
static ReadOnlyContext ENCConfigBuilder.buildComponentContext(org.apache.geronimo.j2ee.deployment.EARContext earContext, URI uri, UserTransaction userTransaction, org.apache.geronimo.xbeans.j2ee.EnvEntryType[] envEntries, org.apache.geronimo.xbeans.j2ee.EjbRefType[] ejbRefs, Map ejbRefMap, org.apache.geronimo.xbeans.j2ee.EjbLocalRefType[] ejbLocalRefs, Map ejbLocalRefMap, org.apache.geronimo.xbeans.j2ee.ResourceRefType[] resourceRefs, Map resourceRefMap, org.apache.geronimo.xbeans.j2ee.ResourceEnvRefType[] resourceEnvRefs, Map resourceEnvRefMap, org.apache.geronimo.xbeans.j2ee.MessageDestinationRefType[] messageDestinationRefs, ClassLoader cl)
           
 

Uses of ReadOnlyContext in org.apache.geronimo.naming.geronimo
 

Subclasses of ReadOnlyContext in org.apache.geronimo.naming.geronimo
 class GeronimoContext
           
 class GeronimoRootContext
           
 

Methods in org.apache.geronimo.naming.geronimo that return ReadOnlyContext
protected  ReadOnlyContext GeronimoContext.newContext()
           
 

Uses of ReadOnlyContext in org.apache.geronimo.naming.java
 

Subclasses of ReadOnlyContext in org.apache.geronimo.naming.java
 class RootContext
          The root context for the java: namespace.
 

Methods in org.apache.geronimo.naming.java that return ReadOnlyContext
 ReadOnlyContext ComponentContextBuilder.getContext()
           
static ReadOnlyContext RootContext.getComponentContext()
          Get the component context for the current thread.
protected  ReadOnlyContext ReadOnlyContext.newContext()
           
 

Methods in org.apache.geronimo.naming.java with parameters of type ReadOnlyContext
static void RootContext.setComponentContext(ReadOnlyContext ctx)
          Set the component context for the current thread.
 

Constructors in org.apache.geronimo.naming.java with parameters of type ReadOnlyContext
ReadOnlyContext(ReadOnlyContext clone, Hashtable env)
           
ComponentContextInterceptor(org.apache.geronimo.core.service.Interceptor next, ReadOnlyContext compContext)
          Constructor specifying the components JNDI Context (java:comp)
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.