Examples of CallbackFailure


Examples of org.sonatype.nexus.capability.CapabilityEvent.CallbackFailure

    try {
      stateLock.writeLock().lock();
      failure = checkNotNull(e);
      failingAction = checkNotNull(action);
      log.error("Could not {} capability {} ({})", action.toLowerCase(), capability, id, e);
      eventBus.post(new CallbackFailure(capabilityRegistry, this, action, e));
    }
    finally {
      stateLock.writeLock().unlock();
    }
  }
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.