org.openejb.proxy
Class BaseEJB

java.lang.Object
  extended byorg.openejb.proxy.BaseEJB
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EJBHomeImpl, EJBLocalHomeImpl, EJBLocalObjectImpl, EJBObjectImpl

public class BaseEJB
extends Object
implements Serializable

Version:
$Revision: 445509 $ $Date: 2005-07-01 21:34:36 +0200 (Fri, 01 Jul 2005) $
See Also:
Serialized Form

Constructor Summary
BaseEJB(EJBMethodInterceptor handler)
           
 
Method Summary
 EJBProxyFactory getProxyFactory()
           
 ProxyInfo getProxyInfo()
           
protected  Object writeReplace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseEJB

public BaseEJB(EJBMethodInterceptor handler)
Method Detail

getProxyInfo

public ProxyInfo getProxyInfo()

getProxyFactory

public EJBProxyFactory getProxyFactory()

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.