Uses of Interface
org.openejb.util.proxy.ProxyFactory

Packages that use ProxyFactory
org.openejb.util.proxy The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of ProxyFactory in org.openejb.util.proxy
 

Classes in org.openejb.util.proxy that implement ProxyFactory
 class Jdk13ProxyFactory
          Implementation of ProxyFactory for JDK 1.3 Proxies.
 

Methods in org.openejb.util.proxy that return ProxyFactory
static ProxyFactory ProxyManager.getDefaultFactory()
           
static ProxyFactory ProxyManager.getFactory(java.lang.String factoryName)
           
static ProxyFactory ProxyManager.registerFactory(java.lang.String factoryName, ProxyFactory factory)
           
static ProxyFactory ProxyManager.setDefaultFactory(java.lang.String factoryName)
          Sets the default factory.
static ProxyFactory ProxyManager.unregisterFactory(java.lang.String factoryName)
           
 

Methods in org.openejb.util.proxy with parameters of type ProxyFactory
static ProxyFactory ProxyManager.registerFactory(java.lang.String factoryName, ProxyFactory factory)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.