|
|||||||||
| Home >> All >> scalability >> [ opp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
scalability.opp
Class TransactionSystem

java.lang.Objectscalability.opp.TransactionSystem
- All Implemented Interfaces:
- com.ghettojedi.opp.aspect.concurrent.Concurrent, com.ghettojedi.opp.aspect.entity.Entity, ScalabilitySystem, java.io.Serializable, com.ghettojedi.opp.aspect.transaction.TransactionAware
- public class TransactionSystem
- extends java.lang.Object
- implements ScalabilitySystem, com.ghettojedi.opp.aspect.entity.Entity
- extends java.lang.Object
| Field Summary | |
private java.util.Map |
recordsById
|
| Constructor Summary | |
TransactionSystem()
|
|
| Method Summary | |
private java.lang.Object |
getKey(Record newRecord)
|
void |
performTransaction(Record recordToInsert,
Record recordToUpdate,
long idToDelete)
|
private java.lang.Object |
put(Record newRecord)
|
void |
replaceAllRecords(RecordIterator newRecords)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
recordsById
private java.util.Map recordsById
| Constructor Detail |
TransactionSystem
public TransactionSystem()
| Method Detail |
performTransaction
public void performTransaction(Record recordToInsert,
Record recordToUpdate,
long idToDelete)
put
private java.lang.Object put(Record newRecord)
getKey
private java.lang.Object getKey(Record newRecord)
replaceAllRecords
public void replaceAllRecords(RecordIterator newRecords)
- Specified by:
replaceAllRecordsin interfaceScalabilitySystem
|
|||||||||
| Home >> All >> scalability >> [ opp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
scalability.opp.TransactionSystem