Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Uses of Class
javax.ejb.RemoveException

Packages that use RemoveException
javax.ejb   
 

Uses of RemoveException in javax.ejb
 

Methods in javax.ejb that throw RemoveException
 void EntityBean.ejbRemove()
          A container invokes this method before it removes the EJB object that is currently associated with the instance.
 void EJBLocalObject.remove()
          Remove the EJB local object.
 void EJBObject.remove()
          Remove the EJB object.
 void EJBHome.remove(Handle handle)
          Remove an EJB object identified by its handle.
 void EJBLocalHome.remove(Object primaryKey)
          Remove an EJB object identified by its primary key.
 void EJBHome.remove(Object primaryKey)
          Remove an EJB object identified by its primary key.
 


Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.