org.infinispan.cli.interpreter
Class Interpreter
java.lang.Object
org.infinispan.cli.interpreter.Interpreter
public class Interpreter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interpreter
public Interpreter()
initialize
public void initialize(EmbeddedCacheManager cacheManager)
start
public void start()
stop
public void stop()
createSessionId
public String createSessionId(String cacheName)
getSessionReaperWakeupInterval
public long getSessionReaperWakeupInterval()
setSessionReaperWakeupInterval
public void setSessionReaperWakeupInterval(long sessionReaperWakeupInterval)
getSessionTimeout
public long getSessionTimeout()
setSessionTimeout
public void setSessionTimeout(long sessionTimeout)
execute
public Map<String,String> execute(String sessionId,
String s)
throws Exception
- Throws:
Exception
getCacheNames
public String[] getCacheNames()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.