Uses of Class
jakarta.ejb.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
Modifier and TypeMethodDescriptionvoid
EntityBean.ejbRemove()
A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.void
Remove an enterprise bean object identified by its handle.void
Remove an enterprise bean object identified by its primary key.void
Remove an enterprise bean object identified by its primary key.void
EJBLocalObject.remove()
Remove the enterprise bean local object.void
EJBObject.remove()
Remove the enterprise bean object.