Tabnine Logo
ErrorDocumentServiceCallback
Code IndexAdd Tabnine to your IDE (free)

How to use
ErrorDocumentServiceCallback
in
net.sf.taverna.t2.reference

Best Java code snippets using net.sf.taverna.t2.reference.ErrorDocumentServiceCallback (Showing top 3 results out of 315)

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

  public void run() {
    try {
      ErrorDocument e = errorDao.get(id);
      callback.errorRetrieved(e);
    } catch (DaoException de) {
      callback
          .errorRetrievalFailed(new ErrorDocumentServiceException(
              de));
    }
  }
};
origin: net.sf.taverna.t2.core/reference-impl

  public void run() {
    try {
      ErrorDocument e = errorDao.get(id);
      callback.errorRetrieved(e);
    } catch (DaoException de) {
      callback
          .errorRetrievalFailed(new ErrorDocumentServiceException(
              de));
    }
  }
};
origin: net.sf.taverna.t2/t2reference-impl

  public void run() {
    try {
      ErrorDocument e = errorDao.get(id);
      callback.errorRetrieved(e);
    } catch (DaoException de) {
      callback
          .errorRetrievalFailed(new ErrorDocumentServiceException(
              de));
    }
  }
};
net.sf.taverna.t2.referenceErrorDocumentServiceCallback

Javadoc

Callback interface used by asynchronous methods in the ErrorDocumentService interface

Most used methods

  • errorRetrievalFailed
    Called if the retrieval failed for some reason
  • errorRetrieved
    Called when the requested ReferenceSet has been successfully retrieved.

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • compareTo (BigDecimal)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JLabel (javax.swing)
  • JList (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top plugins for WebStorm
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