|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.batch.BatchContainer
public class BatchContainer
A container for holding thread locals for batching, to be used with the Cache.startBatch()
and
Cache.endBatch(boolean)
calls.
Constructor Summary | |
---|---|
BatchContainer()
|
Method Summary | |
---|---|
void |
endBatch(boolean success)
|
javax.transaction.Transaction |
getBatchTransaction()
|
void |
startBatch()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchContainer()
Method Detail |
---|
public void startBatch() throws CacheException
CacheException
public void endBatch(boolean success)
public javax.transaction.Transaction getBatchTransaction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |