Uses of Class
jakarta.ejb.RemoveException
Packages that use RemoveException
Package
Description
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
-
Uses of RemoveException in jakarta.ejb
Methods in jakarta.ejb that throw RemoveExceptionModifier and TypeMethodDescriptionvoidEntityBean.ejbRemove()A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.voidRemove an enterprise bean object identified by its handle.voidRemove an enterprise bean object identified by its primary key.voidRemove an enterprise bean object identified by its primary key.voidEJBLocalObject.remove()Remove the enterprise bean local object.voidEJBObject.remove()Remove the enterprise bean object.