org.openejb.proxy
Class EJBLocalObjectImpl

java.lang.Object
  extended byorg.openejb.proxy.BaseEJB
      extended byorg.openejb.proxy.EJBLocalObjectImpl
All Implemented Interfaces:
javax.ejb.EJBLocalObject, Serializable
Direct Known Subclasses:
EntityEJBLocalObject, SessionEJBLocalObject

public abstract class EJBLocalObjectImpl
extends BaseEJB
implements javax.ejb.EJBLocalObject

See Also:
Serialized Form

Constructor Summary
EJBLocalObjectImpl(EJBMethodInterceptor handler)
           
 
Method Summary
 javax.ejb.EJBLocalHome getEJBLocalHome()
           
 Object writeReplace()
           
 
Methods inherited from class org.openejb.proxy.BaseEJB
getProxyFactory, getProxyInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EJBLocalObject
getPrimaryKey, isIdentical, remove
 

Constructor Detail

EJBLocalObjectImpl

public EJBLocalObjectImpl(EJBMethodInterceptor handler)
Method Detail

getEJBLocalHome

public javax.ejb.EJBLocalHome getEJBLocalHome()
                                       throws javax.ejb.EJBException
Specified by:
getEJBLocalHome in interface javax.ejb.EJBLocalObject
Throws:
javax.ejb.EJBException

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Overrides:
writeReplace in class BaseEJB
Throws:
ObjectStreamException


Copyright © 1999-2005 OpenEJB. All Rights Reserved.