org.openejb.proxy
Class SessionEJBObject

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

public abstract class SessionEJBObject
extends EJBObjectImpl

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

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

SessionEJBObject

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