redis.clients.jedis
Class JedisMonitor

java.lang.Object
  extended by redis.clients.jedis.JedisMonitor

public abstract class JedisMonitor
extends Object


Field Summary
protected  Client client
           
 
Constructor Summary
JedisMonitor()
           
 
Method Summary
abstract  void onCommand(String command)
           
 void proceed(Client client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected Client client
Constructor Detail

JedisMonitor

public JedisMonitor()
Method Detail

proceed

public void proceed(Client client)

onCommand

public abstract void onCommand(String command)


Copyright © 2012. All Rights Reserved.