Uses of Interface
com.caucho.naming.ObjectProxy

Packages that use ObjectProxy
com.caucho.amber.manager   
com.caucho.config.j2ee   
com.caucho.config.program   
com.caucho.config.types   
com.caucho.ejb.protocol   
com.caucho.ejb.session   
com.caucho.j2ee.appclient   
com.caucho.naming   
com.caucho.webbeans.component   
 

Uses of ObjectProxy in com.caucho.amber.manager
 

Classes in com.caucho.amber.manager that implement ObjectProxy
 class EntityManagerFactoryComponent
          The Entity manager webbeans component
 class PersistenceContextComponent
          The @PersistenceContext webbeans component
 

Uses of ObjectProxy in com.caucho.config.j2ee
 

Classes in com.caucho.config.j2ee that implement ObjectProxy
 class EjbGenerator
          Generator for the @EJB tag.
 class JndiValueGenerator
           
 class PersistenceContextGenerator
           
 class PersistenceUnitGenerator
           
 class ResourceGenerator
          Generator for the @Resource tag.
 

Uses of ObjectProxy in com.caucho.config.program
 

Classes in com.caucho.config.program that implement ObjectProxy
 class ComponentValueGenerator
          Generator for a component value.
 class SingletonGenerator
          Returns a constant
 class ValueGenerator
          Creates a new value.
 

Uses of ObjectProxy in com.caucho.config.types
 

Classes in com.caucho.config.types that implement ObjectProxy
 class EjbLocalRef
          Configuration for the ejb-local-ref
 class EjbRef
          Configuration for the ejb-ref.
 class MessageDestinationRef
           
 class PersistenceUnitRef
          Configuration for the persistence-unit-ref.
 

Uses of ObjectProxy in com.caucho.ejb.protocol
 

Classes in com.caucho.ejb.protocol that implement ObjectProxy
 class JVMRemoteHomeProxy
          An object proxy for a foreign JNDI factory.
 class NamingProxy
          An object proxy for a foreign JNDI factory.
 class ServerLocalProxy
          The JNDI proxy for local interfaces.
 class ServerRemoteProxy
          The JNDI proxy for local interfaces.
 

Uses of ObjectProxy in com.caucho.ejb.session
 

Classes in com.caucho.ejb.session that implement ObjectProxy
 class StatefulComponent
          Component for session beans
 class StatefulProviderProxy
          Component for stateful beans
 class StatelessComponent
          Component for session beans
 class StatelessProviderProxy
          Component for session beans
 

Uses of ObjectProxy in com.caucho.j2ee.appclient
 

Classes in com.caucho.j2ee.appclient that implement ObjectProxy
 class ClientEjbRef
          Configuration for the ejb-ref.
 

Uses of ObjectProxy in com.caucho.naming
 

Classes in com.caucho.naming that implement ObjectProxy
 class LinkProxy
          An object proxy for a foreign JNDI factory.
 

Methods in com.caucho.naming that return ObjectProxy
 ObjectProxy ProxyableObject.getProxy()
          Returns the proxy for the object.
 

Uses of ObjectProxy in com.caucho.webbeans.component
 

Classes in com.caucho.webbeans.component that implement ObjectProxy
 class ClassComponent
          Configuration for the xml web bean component.
 class ComponentImpl
          Configuration for the xml web bean component.
 class FactoryComponent
          Component for a singleton beans
 class ObjectProxyComponent
          Component for a singleton beans
 class ProducesComponent
          Configuration for a @Produces method
 class SingletonClassComponent
          Configuration for a singleton component.
 class SingletonComponent
          Component for a singleton beans
 

Constructors in com.caucho.webbeans.component with parameters of type ObjectProxy
ObjectProxyComponent(WebBeansContainer webBeans, ObjectProxy proxy, java.lang.Class type)