|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
int |
count()
Returns the number of elements in this collection. |
void |
freeze(Freezable victem)
Take the Thawed victem and put it in cold storage. |
SetOfFreezables |
getAll()
Returns a lyophilizer.collection.Set of Freezables. |
boolean |
isAvailable(java.io.Serializable identifier)
Return true if identifier is available in the freezer |
boolean |
isEmpty()
Returns true if this collection contains no elements. |
Freezable |
thaw(java.io.Serializable identifier)
For the identifier, return a Freezable object containing the data. |
void |
throwOut(java.io.Serializable identifier)
Remote the Freezable identified by identifier from the persistent storage |
void |
throwOutAll()
Throw out everything in the Freezer. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
| Method Detail |
public void freeze(Freezable victem)
throws java.rmi.RemoteException
CannotFreezeExceptionjava.rmi.RemoteException
public Freezable thaw(java.io.Serializable identifier)
throws NotInFreezerException,
java.rmi.RemoteException
CannotThawExceptionNotInFreezerExceptionjava.rmi.RemoteException
public void throwOut(java.io.Serializable identifier)
throws NotInFreezerException,
java.rmi.RemoteException
CannotThrowOutExceptionNotInFreezerExceptionjava.rmi.RemoteException
public boolean isAvailable(java.io.Serializable identifier)
throws java.rmi.RemoteException
PersistenceFailureExceptionjava.rmi.RemoteException
public void throwOutAll()
throws java.rmi.RemoteException
public SetOfFreezables getAll()
throws java.rmi.RemoteException
PersistenceFailureExceptionjava.rmi.RemoteException
public int count()
throws java.rmi.RemoteException
public boolean isEmpty()
throws java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||