| java.lang.Object org.jboss.proxy.ejb.IORFactory
IORFactory | public class IORFactory implements EJBProxyFactory(Code) | | This is an IIOP "proxy factory" for EJBHome s and
EJBObject s. Rather than creating Java proxies (as the JRMP
proxy factory does), this factory creates CORBA IORs.
An IORFactory is associated to a given enterprise bean. It
registers with the IIOP invoker two CORBA servants: an
EjbHomeCorbaServant for the bean's
EJBHome and an EjbObjectCorbaServant for the
bean's EJBObject s.
version: $Revision: 57194 $ |
destroy | public void destroy()(Code) | | |
getEJBMetaData | public EJBMetaData getEJBMetaData()(Code) | | |
getStatelessSessionEJBObject | public Object getStatelessSessionEJBObject()(Code) | | |
isIdentical | public boolean isIdentical(Container container, Invocation mi)(Code) | | |
rebind | public static void rebind(NamingContextExt ctx, String strName, org.omg.CORBA.Object obj) throws Exception(Code) | | (Re)binds an object to a name in a given CORBA naming context, creating
any non-existent intermediate contexts along the way.
|
rmiRepositoryId | public static String rmiRepositoryId(Class clz)(Code) | | Returns the CORBA repository id of a given the RMI-IDL interface.
|
setContainer | public void setContainer(Container container)(Code) | | |
setInvokerBinding | public void setInvokerBinding(String binding)(Code) | | |
setInvokerMetaData | public void setInvokerMetaData(InvokerProxyBindingMetaData imd)(Code) | | |
|
|