Class ConnectorResult


  • public class ConnectorResult
    extends java.lang.Object
    Contains the instantiated connector and its result It is used to give make the connector service return both the instantiated connector and its result in order to be able to call disconnect on it in the execute operation method
    Author:
    Baptiste Mesta
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectorResult()  
    • Method Summary

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

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

      • ConnectorResult

        public ConnectorResult()
    • Method Detail

      • getResult

        public java.util.Map<java.lang.String,​java.lang.Object> getResult()