com.caucho.naming
Interface ObjectProxy

All Known Implementing Classes:
ClassComponent, ClientEjbRef, ComponentImpl, ComponentValueGenerator, EjbGenerator, EjbLocalRef, EjbRef, EntityManagerFactoryComponent, FactoryComponent, JndiValueGenerator, JVMRemoteHomeProxy, LinkProxy, MessageDestinationRef, NamingProxy, ObjectProxyComponent, PersistenceContextComponent, PersistenceContextGenerator, PersistenceUnitGenerator, PersistenceUnitRef, ProducesComponent, ResourceGenerator, ServerLocalProxy, ServerRemoteProxy, SingletonClassComponent, SingletonComponent, SingletonGenerator, StatefulComponent, StatefulProviderProxy, StatelessComponent, StatelessProviderProxy, ValueGenerator

public interface ObjectProxy

An object proxy for a foreign JNDI factory.


Method Summary
 java.lang.Object createObject(java.util.Hashtable env)
          Creates the object from the proxy.
 

Method Detail

createObject

java.lang.Object createObject(java.util.Hashtable env)
                              throws javax.naming.NamingException
Creates the object from the proxy.

Returns:
the object named by the proxy.
Throws:
javax.naming.NamingException