|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
checkSetUp()
make sure the backing storage is set up correctly |
java.io.Serializable |
createID()
Return a new identifier Object. |
java.io.Serializable |
peekNextID()
Returns the next id to be created, without assigning it as in use. |
void |
setUp()
set up the backing storage |
void |
tearDown()
clean up the backing storage |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public java.io.Serializable createID()
throws java.rmi.RemoteException
IdentifierUnavailableException - if the IdentifierSource can't get a new unique Object.LastIdentifierUsedException - if the IdentifierSource is completely out of unique Objects.java.rmi.RemoteException
public java.io.Serializable peekNextID()
throws java.rmi.RemoteException
public boolean checkSetUp()
throws java.rmi.RemoteException
PersistenceFailureExceptionjava.rmi.RemoteException
public void setUp()
throws java.rmi.RemoteException
PersistenceFailureExceptionjava.rmi.RemoteException
public void tearDown()
throws java.rmi.RemoteException
PersistenceFailureExceptionjava.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||