net.spy.memcached.compat
Class SpyObject

java.lang.Object
  extended by net.spy.memcached.compat.SpyObject
Direct Known Subclasses:
BaseOperationImpl, BaseSerializingTranscoder, CacheLoader, CASMutator, DefaultConnectionFactory, IntegerTranscoder, KetamaNodeLocator, LongTranscoder, MemcachedConnection, TCPMemcachedNodeImpl, TranscodeService

public class SpyObject
extends Object

Superclass for all Spy Objects.


Constructor Summary
SpyObject()
          Get an instance of SpyObject.
 
Method Summary
protected  Logger getLogger()
          Get a Logger instance for this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpyObject

public SpyObject()
Get an instance of SpyObject.

Method Detail

getLogger

protected Logger getLogger()
Get a Logger instance for this class.

Returns:
an appropriate logger instance.