| java.lang.Object org.jboss.proxy.ejb.IIOPHomeFactory
IIOPHomeFactory | public class IIOPHomeFactory implements ObjectFactory(Code) | | An ObjectFactory implementation that translates
Reference s to EJBHome s back into CORBA
object references. The IIOP proxy factory (IORFactory) binds these
Reference s in the JRMP/JNDI namespace.
author: Francisco Reverbel version: $Revision: 57194 $ |
IIOPHomeFactory | public IIOPHomeFactory()(Code) | | |
getObjectInstance | public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) throws Exception(Code) | | Lookup the IOR from the Reference and convert into the CORBA
object value using the ORB.string_to_object method.
Parameters: obj - a javax.naming.Reference with a string IOR under theaddress type IOR. Parameters: name - not used Parameters: nameCtx - not used Parameters: environment - not used The EJBHome proxy for the IOR throws: Exception - |
|
|