Uses of Interface
org.ow2.jonas.naming.JComponentContextFactory

Packages that use JComponentContextFactory
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.naming   
org.ow2.jonas.naming   
org.ow2.jonas.registry.carol   
org.ow2.jonas.web.base   
 

Uses of JComponentContextFactory in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal with parameters of type JComponentContextFactory
 void JOnASEJBService.setComponentContextFactory(JComponentContextFactory componentContextFactory)
           
 

Uses of JComponentContextFactory in org.ow2.jonas.lib.ejb21
 

Methods in org.ow2.jonas.lib.ejb21 that return JComponentContextFactory
 JComponentContextFactory Container.getComponentContextFactory()
           
 JComponentContextFactory JContainer.getComponentContextFactory()
          
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type JComponentContextFactory
 void Container.setComponentContextFactory(JComponentContextFactory factory)
          Set the JComponentContextFactory instance.
 void JContainer.setComponentContextFactory(JComponentContextFactory factory)
          Set the JComponentContextFactory instance.
 

Uses of JComponentContextFactory in org.ow2.jonas.lib.naming
 

Classes in org.ow2.jonas.lib.naming that implement JComponentContextFactory
 class SingletonComponentContextFactory
          Allow to create the context (java:) used in JOnAS application server.
 

Methods in org.ow2.jonas.lib.naming that return JComponentContextFactory
static JComponentContextFactory SingletonComponentContextFactory.getInstance()
          Return the unique instance of a JComponentContextFactory.
 

Methods in org.ow2.jonas.lib.naming with parameters of type JComponentContextFactory
 void SingletonNamingManager.setJComponentContextFactory(JComponentContextFactory factory)
          Set the unique instance of the JComponentContextFactory.
 

Uses of JComponentContextFactory in org.ow2.jonas.naming
 

Methods in org.ow2.jonas.naming with parameters of type JComponentContextFactory
 void JNamingManager.setJComponentContextFactory(JComponentContextFactory factory)
          Set the unique instance of the JComponentContextFactory.
 

Uses of JComponentContextFactory in org.ow2.jonas.registry.carol
 

Methods in org.ow2.jonas.registry.carol with parameters of type JComponentContextFactory
 void CarolRegistryService.setComponentContextFactory(JComponentContextFactory factory)
          Bind the JComponentContextFactory to use.
 

Uses of JComponentContextFactory in org.ow2.jonas.web.base
 

Methods in org.ow2.jonas.web.base that return JComponentContextFactory
protected  JComponentContextFactory BaseWebContainerService.getContextFactory()
           
 

Methods in org.ow2.jonas.web.base with parameters of type JComponentContextFactory
 void BaseWebContainerService.setContextFactory(JComponentContextFactory contextFactory)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.