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

Packages that use JComponentContextFactory
org.objectweb.jonas_ejb.container   
org.objectweb.jonas.naming.context   
org.objectweb.jonas.web   
 

Uses of JComponentContextFactory in org.objectweb.jonas_ejb.container
 

Methods in org.objectweb.jonas_ejb.container that return JComponentContextFactory
 JComponentContextFactory Container.getComponentContextFactory()
           
 JComponentContextFactory JContainer.getComponentContextFactory()
          
 

Methods in org.objectweb.jonas_ejb.container 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.objectweb.jonas.naming.context
 

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

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

Uses of JComponentContextFactory in org.objectweb.jonas.web
 

Methods in org.objectweb.jonas.web that return JComponentContextFactory
protected  JComponentContextFactory AbsJWebContainerServiceImpl.getContextFactory()
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.