|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojb.server.ObjectStateTable
Class declaration
Constructor Summary | |
ObjectStateTable()
Creates new ObjectStateTable |
Method Summary | |
void |
checkpoint()
perfom checkpoint for all tx-state in the table |
void |
commit()
perform commit on all tx-states |
boolean |
contains(java.lang.Object key)
retrieve an objects ObjectModification state from the hashtable |
java.util.Enumeration |
elements()
Insert the method's description here. |
ObjectTransactionWrapper |
get(java.lang.Object key)
retrieve an objects ObjectModification state from the hashtable |
void |
put(java.lang.Object key,
ObjectTransactionWrapper modification)
store an objects transactional state into the Hashtable |
void |
remove(java.lang.Object key)
remove an objects entry from the Hashtable |
void |
rollback()
perform rollback on all tx-states |
java.lang.String |
toString()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ObjectStateTable()
Method Detail |
public void checkpoint() throws TransactionAbortedException
public void commit() throws TransactionAbortedException
public void rollback()
public void remove(java.lang.Object key)
public java.util.Enumeration elements()
public ObjectTransactionWrapper get(java.lang.Object key)
public void put(java.lang.Object key, ObjectTransactionWrapper modification)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean contains(java.lang.Object key)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |