Uses of Interface
com.danga.MemCached.ErrorHandler

Uses of ErrorHandler in com.danga.MemCached
 

Fields in com.danga.MemCached declared as ErrorHandler
private  ErrorHandler MemCachedClient.errorHandler
           
 

Methods in com.danga.MemCached with parameters of type ErrorHandler
 void MemCachedClient.setErrorHandler(ErrorHandler errorHandler)
          Sets an optional ErrorHandler.
 

Constructors in com.danga.MemCached with parameters of type ErrorHandler
MemCachedClient(java.lang.ClassLoader classLoader, ErrorHandler errorHandler)
          Creates a new instance of MemCacheClient but acceptes a passed in ClassLoader and a passed in ErrorHandler.
MemCachedClient(java.lang.ClassLoader classLoader, ErrorHandler errorHandler, java.lang.String poolName)
          Creates a new instance of MemCacheClient but acceptes a passed in ClassLoader, ErrorHandler, and SockIOPool name.
 



Copyright ? 2005 - greg whalin