org.openejb.proxy
Class SessionEJBHome

java.lang.Object
  extended byorg.openejb.proxy.BaseEJB
      extended byorg.openejb.proxy.EJBHomeImpl
          extended byorg.openejb.proxy.SessionEJBHome
All Implemented Interfaces:
javax.ejb.EJBHome, Remote, Serializable

public abstract class SessionEJBHome
extends EJBHomeImpl

See Also:
Serialized Form

Constructor Summary
SessionEJBHome(EJBMethodInterceptor handler)
           
 
Method Summary
 void remove(javax.ejb.Handle handle)
           
 void remove(Object primaryKey)
           
 
Methods inherited from class org.openejb.proxy.EJBHomeImpl
getEJBMetaData, getHomeHandle
 
Methods inherited from class org.openejb.proxy.BaseEJB
getProxyFactory, getProxyInfo, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionEJBHome

public SessionEJBHome(EJBMethodInterceptor handler)
Method Detail

remove

public void remove(javax.ejb.Handle handle)
            throws RemoteException,
                   javax.ejb.RemoveException
Throws:
RemoteException
javax.ejb.RemoveException

remove

public void remove(Object primaryKey)
            throws RemoteException,
                   javax.ejb.RemoveException
Throws:
RemoteException
javax.ejb.RemoveException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.