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

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-2005 OpenEJB. All Rights Reserved.