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

Packages that use JComponentContextFactoryDelegate
org.objectweb.jonas.container.delegate   
org.objectweb.jonas.jtm.jotm.delegate   
org.objectweb.jonas.naming   
org.objectweb.jonas.naming.context   
org.objectweb.jonas.registry.carol.delegate   
 

Uses of JComponentContextFactoryDelegate in org.objectweb.jonas.container.delegate
 

Classes in org.objectweb.jonas.container.delegate that implement JComponentContextFactoryDelegate
 class HandleDelegateCCFDelegate
          Store the HandleDelegate shared instance in the java:comp/ Context.
 

Uses of JComponentContextFactoryDelegate in org.objectweb.jonas.jtm.jotm.delegate
 

Classes in org.objectweb.jonas.jtm.jotm.delegate that implement JComponentContextFactoryDelegate
 class UserTransactionCCFDelegate
          Store the UserTransaction UserTransaction object under the java:comp/UserTransaction name.
 

Uses of JComponentContextFactoryDelegate in org.objectweb.jonas.naming
 

Methods in org.objectweb.jonas.naming with parameters of type JComponentContextFactoryDelegate
 void JComponentContextFactory.addDelegate(JComponentContextFactoryDelegate extension)
          Add the given JComponentContextFactoryDelegate to this NamingManager instance.
 void JComponentContextFactory.removeDelegate(JComponentContextFactoryDelegate extension)
          Remove the given JComponentContextFactoryDelegate from this NamingManager instance.
 

Uses of JComponentContextFactoryDelegate in org.objectweb.jonas.naming.context
 

Methods in org.objectweb.jonas.naming.context with parameters of type JComponentContextFactoryDelegate
 void SingletonComponentContextFactory.addDelegate(JComponentContextFactoryDelegate extension)
          Add the given JComponentContextFactoryDelegate to this NamingManager instance.
 void SingletonComponentContextFactory.removeDelegate(JComponentContextFactoryDelegate extension)
          Remove the given JComponentContextFactoryDelegate from this NamingManager instance.
 

Uses of JComponentContextFactoryDelegate in org.objectweb.jonas.registry.carol.delegate
 

Classes in org.objectweb.jonas.registry.carol.delegate that implement JComponentContextFactoryDelegate
 class ORBCCFDelegate
          Store the ORB CORBA ORB under the java:comp/ORB name.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.