Class ConnectorExecutorImpl.ExecuteConnectorCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.Map<java.lang.String,​java.lang.Object>>, InterruptibleCallable<java.util.Map<java.lang.String,​java.lang.Object>>
    Enclosing class:
    ConnectorExecutorImpl

    public final class ConnectorExecutorImpl.ExecuteConnectorCallable
    extends java.lang.Object
    implements InterruptibleCallable<java.util.Map<java.lang.String,​java.lang.Object>>
    Author:
    Baptiste Mesta
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> call()  
      void interrupt()  
      boolean isCompleted()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • call

        public java.util.Map<java.lang.String,​java.lang.Object> call()
                                                                    throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.Map<java.lang.String,​java.lang.Object>>
        Throws:
        java.lang.Exception
      • interrupt

        public void interrupt()
        Specified by:
        interrupt in interface InterruptibleCallable<java.util.Map<java.lang.String,​java.lang.Object>>
      • isCompleted

        public boolean isCompleted()
        Specified by:
        isCompleted in interface InterruptibleCallable<java.util.Map<java.lang.String,​java.lang.Object>>