All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rubyeye.xmemcached.impl.AbstractMemcachedSessionLocator Maven / Gradle / Ivy

The newest version!
package net.rubyeye.xmemcached.impl;

import net.rubyeye.xmemcached.MemcachedSessionLocator;

/**
 * Abstract session locator
 * 
 * @author dennis
 * @date 2010-12-25
 */
public abstract class AbstractMemcachedSessionLocator implements MemcachedSessionLocator {

  protected boolean failureMode;

  public void setFailureMode(boolean failureMode) {
    this.failureMode = failureMode;

  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy