Examples of PoisonRequest


Examples of com.opengamma.engine.cache.AbstractBerkeleyDBWorker.PoisonRequest

  @Override
  public void stop() {
    synchronized (this) {
      if (_requests != null) {
        _requests.add(new PoisonRequest());
        _requests = null;
      }
    }
  }
View Full Code Here

Examples of com.opengamma.engine.cache.AbstractBerkeleyDBWorker.PoisonRequest

  @Override
  public synchronized void stop() {
    if (_requests != null) {
      _valueSpecificationToIdentifier.stop();
      _identifierToValueSpecification.stop();
      _requests.add(new PoisonRequest());
      _requests = null;
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.