|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.db.TransactionPipeline
public class TransactionPipeline
Asynchronous Saver.
| Constructor Summary | |
|---|---|
TransactionPipeline()
Get an instance of TransactionPipeline. |
|
| Method Summary | |
|---|---|
void |
addTransaction(Savable s,
SpyConfig conf)
Add a transaction to the pipeline without a context. |
void |
addTransaction(Savable s,
SpyConfig conf,
SaveContext context)
Add a transaction to the pipeline. |
void |
shutdown()
Shut down the pipeline. |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionPipeline()
| Method Detail |
|---|
public void shutdown()
public void addTransaction(Savable s,
SpyConfig conf,
SaveContext context)
s - the savableconf - the configurationcontext - a context for the save
public void addTransaction(Savable s,
SpyConfig conf)
s - the savableconf - the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||