Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.statement
Class EndBatchStatement

java.lang.Object
  extended by org.infinispan.cli.interpreter.statement.EndBatchStatement
All Implemented Interfaces:
Statement

public class EndBatchStatement
extends Object
implements Statement

EndBatchStatement ends a running batch statement

Since:
5.2
Author:
Tristan Tarrant

Constructor Summary
EndBatchStatement(String cacheName, boolean success)
           
 
Method Summary
 Result execute(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndBatchStatement

public EndBatchStatement(String cacheName,
                         boolean success)
Method Detail

execute

public Result execute(Session session)
Specified by:
execute in interface Statement

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.