org.jboss.web.tomcat.service.session.distributedcache.spi
Interface BatchingManager
public interface BatchingManager
Abstraction of the batching calls used to control the distributed cache.
- Author:
- Brian Stansberry
isBatchInProgress
boolean isBatchInProgress()
throws Exception
- Throws:
Exception
startBatch
void startBatch()
throws Exception
- Throws:
Exception
setBatchRollbackOnly
void setBatchRollbackOnly()
throws Exception
- Throws:
Exception
endBatch
void endBatch()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.