org.openejb.proxy
Class EntityEJBLocalObject

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

public abstract class EntityEJBLocalObject
extends EJBLocalObjectImpl

See Also:
Serialized Form

Constructor Summary
EntityEJBLocalObject(EJBMethodInterceptor handler)
           
 
Method Summary
 Object getPrimaryKey()
           
 boolean isIdentical(javax.ejb.EJBLocalObject obj)
           
 
Methods inherited from class org.openejb.proxy.EJBLocalObjectImpl
getEJBLocalHome, 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
remove
 

Constructor Detail

EntityEJBLocalObject

public EntityEJBLocalObject(EJBMethodInterceptor handler)
Method Detail

getPrimaryKey

public Object getPrimaryKey()
                     throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException

isIdentical

public boolean isIdentical(javax.ejb.EJBLocalObject obj)
                    throws javax.ejb.EJBException
Throws:
javax.ejb.EJBException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.