org.openejb.proxy
Class SessionEJBLocalObject

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

public abstract class SessionEJBLocalObject
extends EJBLocalObjectImpl

Version:
$Revision: 1.1 $ $Date: 2004/04/16 02:34:06 $
See Also:
Serialized Form

Constructor Summary
SessionEJBLocalObject(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

SessionEJBLocalObject

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