|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBHome
Used by EJB 2.1 for their business remote home interface.
| Method Summary | |
|---|---|
EJBMetaData |
getEJBMetaData()
Obtain the EJBMetaData interface for the enterprise Bean. |
HomeHandle |
getHomeHandle()
Obtain a handle for the remote home object. |
void |
remove(Handle handle)
Remove an EJB object identified by its handle. |
void |
remove(java.lang.Object primaryKey)
Remove an EJB object identified by its primary key. |
| Method Detail |
|---|
void remove(Handle handle)
throws java.rmi.RemoteException,
RemoveException
handle - the given handle
java.rmi.RemoteException - Thrown when the method failed due to a
system-level failure.
RemoveException - Thrown if the enterprise Bean or the container
does not allow the client to remove the object.
void remove(java.lang.Object primaryKey)
throws java.rmi.RemoteException,
RemoveException
primaryKey - the given primary key;
java.rmi.RemoteException - Thrown when the method failed due to a
system-level failure.
RemoveException - Thrown if the enterprise Bean or the container
does not allow the client to remove the object.
EJBMetaData getEJBMetaData()
throws java.rmi.RemoteException
java.rmi.RemoteException - Thrown when the method failed due to a
system-level failure.
HomeHandle getHomeHandle()
throws java.rmi.RemoteException
java.rmi.RemoteException - 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 | |||||||||