Uses of Class
javax.ejb.RemoveException

Packages that use RemoveException
com.caucho.ejb   
com.caucho.ejb.hessian   
com.caucho.ejb.session   
javax.ejb   
 

Uses of RemoveException in com.caucho.ejb
 

Subclasses of RemoveException in com.caucho.ejb
 class RemoveExceptionWrapper
          Wraps the actual exception with an EJB exception
 

Methods in com.caucho.ejb that return RemoveException
static RemoveException RemoveExceptionWrapper.create(java.lang.Throwable rootCause)
          Wraps and exception with a remove exception wrapper.
 

Methods in com.caucho.ejb that throw RemoveException
 void AbstractContext.remove()
           
 

Uses of RemoveException in com.caucho.ejb.hessian
 

Methods in com.caucho.ejb.hessian that throw RemoveException
protected  void ObjectStub._ejb_remove()
           
protected  void HomeStub._ejb_remove(Handle handle)
           
protected  void HomeStub._ejb_remove(java.lang.Object primaryKey)
           
 void ObjectStub.remove()
          Remove this object from the server.
 void HomeStub.remove(Handle handle)
          Remove the object specified by the handle from the server.
 void HomeStub.remove(java.lang.Object publicKey)
          Remove the object specified by the public key from the server.
 

Uses of RemoveException in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that throw RemoveException
 void StatefulObject.remove()
           
 void StatelessObject.remove()
           
 void StatefulHome.remove(Handle handle)
          Remove the object specified by the handle.
 void StatelessHome.remove(Handle handle)
          Remove the object specified by the handle.
 void StatefulHome.remove(java.lang.Object primaryKey)
          Remove the object specified by the primary key.
 void StatelessHome.remove(java.lang.Object primaryKey)
          Remove the object specified by the primary key.
 

Uses of RemoveException in javax.ejb
 

Methods in javax.ejb that throw RemoveException
 void EntityBean.ejbRemove()
           
 void EJBObject.remove()
           
 void EJBLocalObject.remove()
           
 void EJBHome.remove(Handle handle)
           
 void EJBLocalHome.remove(java.lang.Object primaryKey)
           
 void EJBHome.remove(java.lang.Object primaryKey)