com.sun.ejb.containers
Class RemoteBusinessObjectFactory

java.lang.Object
  extended by com.sun.ejb.containers.RemoteBusinessObjectFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class RemoteBusinessObjectFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

An object factory to handle Remote EJB 30 business interface reference access.


Constructor Summary
RemoteBusinessObjectFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBusinessObjectFactory

public RemoteBusinessObjectFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context nameCtx,
                                          java.util.Hashtable env)
                                   throws java.lang.Exception
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Throws:
java.lang.Exception


Copyright © 2012 GlassFish Community. All Rights Reserved.