|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBLocalHome
Used by EJB 2.1 for their business local home interface.
Method Summary | |
---|---|
void |
remove(java.lang.Object primaryKey)
Remove an EJB object identified by its primary key. This method can only be used by local clients of an entity bean. |
Method Detail |
---|
void remove(java.lang.Object primaryKey) throws RemoveException, EJBException
primaryKey
- the given primary key
RemoveException
- Thrown if the enterprise Bean or the container
does not allow the client to remove the object.
EJBException
- Thrown when the method failed due to a system-level
failure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |