org.openejb.proxy
Class EntityEJBObject

java.lang.Object
  extended byorg.openejb.proxy.BaseEJB
      extended byorg.openejb.proxy.EJBObjectImpl
          extended byorg.openejb.proxy.EntityEJBObject
All Implemented Interfaces:
javax.ejb.EJBObject, Remote, Serializable

public abstract class EntityEJBObject
extends EJBObjectImpl

See Also:
Serialized Form

Constructor Summary
EntityEJBObject(EJBMethodInterceptor handler)
           
 
Method Summary
 Object getPrimaryKey()
           
 boolean isIdentical(javax.ejb.EJBObject obj)
           
 
Methods inherited from class org.openejb.proxy.EJBObjectImpl
getEJBHome, getHandle, 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.EJBObject
remove
 

Constructor Detail

EntityEJBObject

public EntityEJBObject(EJBMethodInterceptor handler)
Method Detail

getPrimaryKey

public Object getPrimaryKey()
                     throws RemoteException
Throws:
RemoteException

isIdentical

public boolean isIdentical(javax.ejb.EJBObject obj)
                    throws RemoteException
Throws:
RemoteException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.