Package | Description |
---|---|
javax.ejb |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityBean.ejbRemove()
A container invokes this method before it removes the enterprise bean object
that is currently associated with the instance.
|
void |
EJBObject.remove()
Remove the enterprise bean object.
|
void |
EJBLocalObject.remove()
Remove the enterprise bean local object.
|
void |
EJBHome.remove(Handle handle)
Remove an enterprise bean object identified by its handle.
|
void |
EJBLocalHome.remove(Object primaryKey)
Remove an enterprise bean object identified by its primary key.
|
void |
EJBHome.remove(Object primaryKey)
Remove an enterprise bean object identified by its primary key.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.