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

Method Summary
 void endBatch()
           
 boolean isBatchInProgress()
           
 void setBatchRollbackOnly()
           
 void startBatch()
           
 

Method Detail

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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.