站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Class javax.ejb.RemoveException (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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 EJBObject.remove()
          Remove the EJB object.
 void EJBLocalObject.remove()
          Remove the EJB local object.
 void EJBLocalHome.remove(Object primaryKey)
          Remove an EJB object identified by its primary key.
 void EJBHome.remove(Handle handle)
          Remove an EJB object identified by its handle.
 void EJBHome.remove(Object primaryKey)
          Remove an EJB object identified by its primary key.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.