org.infinispan.cli.interpreter.statement
Class CacheStatement

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

public class CacheStatement
extends Object
implements Statement

CacheStatement shows the currently selected cache or selects a cache to be used as default for CLI operations

Since:
5.2
Author:
Tristan Tarrant

Constructor Summary
CacheStatement(String cacheName)
           
 
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

CacheStatement

public CacheStatement(String cacheName)
Method Detail

execute

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

-->

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