org.openejb.proxy
Class ProxyObjectFactory

java.lang.Object
  extended byorg.openejb.proxy.ProxyObjectFactory
All Implemented Interfaces:
ObjectFactory

public class ProxyObjectFactory
extends Object
implements ObjectFactory

Version:
$Revision: 1.1 $ $Date: 2004/04/13 20:18:49 $

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

Constructor Detail

ProxyObjectFactory

public ProxyObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 1999-2005 OpenEJB. All Rights Reserved.