org.openejb.proxy
Class SessionEJBLocalHome

java.lang.Object
  extended byorg.openejb.proxy.BaseEJB
      extended byorg.openejb.proxy.EJBLocalHomeImpl
          extended byorg.openejb.proxy.SessionEJBLocalHome
All Implemented Interfaces:
javax.ejb.EJBLocalHome, Serializable

public abstract class SessionEJBLocalHome
extends EJBLocalHomeImpl

See Also:
Serialized Form

Constructor Summary
SessionEJBLocalHome(EJBMethodInterceptor handler)
           
 
Method Summary
 void remove(Object primaryKey)
           
 
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

SessionEJBLocalHome

public SessionEJBLocalHome(EJBMethodInterceptor handler)
Method Detail

remove

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


Copyright © 1999-2006 OpenEJB. All Rights Reserved.