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

Packages that use JComponentContextFactoryDelegate
org.ow2.jonas.ejb2.internal.delegate   
org.ow2.jonas.lib.naming   
org.ow2.jonas.naming   
org.ow2.jonas.registry.carol   
org.ow2.jonas.registry.carol.delegate   
org.ow2.jonas.tm.jotm.delegate   
 

Uses of JComponentContextFactoryDelegate in org.ow2.jonas.ejb2.internal.delegate
 

Classes in org.ow2.jonas.ejb2.internal.delegate that implement JComponentContextFactoryDelegate
 class HandleDelegateCCFDelegate
          Store the HandleDelegate shared instance in the java:comp/ Context.
 class JTimerHandleDelegate
          Implementation for TimerHandleDelegate Must be added to JComponentContextFactory by addDelegate().
 

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

Methods in org.ow2.jonas.lib.naming 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.ow2.jonas.naming
 

Methods in org.ow2.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.ow2.jonas.registry.carol
 

Methods in org.ow2.jonas.registry.carol with parameters of type JComponentContextFactoryDelegate
 void CarolRegistryService.setDelegate(JComponentContextFactoryDelegate delegate)
          Bind the JComponentContextFactoryDelegate to use.
 

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

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

Uses of JComponentContextFactoryDelegate in org.ow2.jonas.tm.jotm.delegate
 

Classes in org.ow2.jonas.tm.jotm.delegate that implement JComponentContextFactoryDelegate
 class ServerTransactionCCFDelegate
          Implements the TransactionCCFDelegate abstract class for server usage.
 class TransactionCCFDelegate
          Store the UserTransaction object under the java:comp/UserTransaction name.
 class UserTransactionCCFDelegate
          Implements the TransactionCCFDelegate abstract class for client usage.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.