com.parthparekh.service.cache
Class MemcachedFactory.MemcachedAlerter

java.lang.Object
  extended by com.parthparekh.service.cache.MemcachedFactory.MemcachedAlerter
All Implemented Interfaces:
net.spy.memcached.ConnectionObserver
Enclosing class:
MemcachedFactory

static class MemcachedFactory.MemcachedAlerter
extends java.lang.Object
implements net.spy.memcached.ConnectionObserver


Field Summary
private static org.slf4j.Logger logger
           
 
Constructor Summary
MemcachedFactory.MemcachedAlerter()
           
 
Method Summary
 void connectionEstablished(java.net.SocketAddress sa, int reconnectCount)
           
 void connectionLost(java.net.SocketAddress sa)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final org.slf4j.Logger logger
Constructor Detail

MemcachedFactory.MemcachedAlerter

MemcachedFactory.MemcachedAlerter()
Method Detail

connectionEstablished

public void connectionEstablished(java.net.SocketAddress sa,
                                  int reconnectCount)
Specified by:
connectionEstablished in interface net.spy.memcached.ConnectionObserver

connectionLost

public void connectionLost(java.net.SocketAddress sa)
Specified by:
connectionLost in interface net.spy.memcached.ConnectionObserver