congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ReferenceSetServiceCallback.referenceSetRetrievalFailed
Code IndexAdd Tabnine to your IDE (free)

How to use
referenceSetRetrievalFailed
method
in
net.sf.taverna.t2.reference.ReferenceSetServiceCallback

Best Java code snippets using net.sf.taverna.t2.reference.ReferenceSetServiceCallback.referenceSetRetrievalFailed (Showing top 6 results out of 315)

origin: net.sf.taverna.t2.core/reference-impl

  public void run() {
    try {
      callback
          .referenceSetRetrieved(getReferenceSetWithAugmentation(
              id, ensureTypes, context));
    } catch (ReferenceSetServiceException rsse) {
      callback.referenceSetRetrievalFailed(rsse);
    }
  }
};
origin: net.sf.taverna.t2/t2reference-impl

  public void run() {
    try {
      callback
          .referenceSetRetrieved(getReferenceSetWithAugmentation(
              id, ensureTypes, context));
    } catch (ReferenceSetServiceException rsse) {
      callback.referenceSetRetrievalFailed(rsse);
    }
  }
};
origin: net.sf.taverna.t2/reference-impl

  public void run() {
    try {
      callback
          .referenceSetRetrieved(getReferenceSetWithAugmentation(
              id, ensureTypes, context));
    } catch (ReferenceSetServiceException rsse) {
      callback.referenceSetRetrievalFailed(rsse);
    }
  }
};
origin: net.sf.taverna.t2/t2reference-impl

  public void run() {
    try {
      ReferenceSet rs = referenceSetDao.get(id);
      callback.referenceSetRetrieved(rs);
    } catch (DaoException de) {
      callback
          .referenceSetRetrievalFailed(new ReferenceSetServiceException(
              de));
    }
  }
};
origin: net.sf.taverna.t2/reference-impl

  public void run() {
    try {
      ReferenceSet rs = referenceSetDao.get(id);
      callback.referenceSetRetrieved(rs);
    } catch (DaoException de) {
      callback
          .referenceSetRetrievalFailed(new ReferenceSetServiceException(
              de));
    }
  }
};
origin: net.sf.taverna.t2.core/reference-impl

  public void run() {
    try {
      ReferenceSet rs = referenceSetDao.get(id);
      callback.referenceSetRetrieved(rs);
    } catch (DaoException de) {
      callback
          .referenceSetRetrievalFailed(new ReferenceSetServiceException(
              de));
    }
  }
};
net.sf.taverna.t2.referenceReferenceSetServiceCallbackreferenceSetRetrievalFailed

Javadoc

Called if the retrieval failed for some reason

Popular methods of ReferenceSetServiceCallback

  • referenceSetRetrieved
    Called when the requested ReferenceSet has been successfully retrieved.

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSystemService (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Reference (javax.naming)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now