Class Request


  • public class Request
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.concurrent.BlockingQueue<java.lang.String> result  
    • Constructor Summary

      Constructors 
      Constructor Description
      Request​(java.lang.reflect.Method m, java.lang.Object o, java.lang.Object[] args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

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

      • result

        public java.util.concurrent.BlockingQueue<java.lang.String> result
    • Constructor Detail

      • Request

        public Request​(java.lang.reflect.Method m,
                       java.lang.Object o,
                       java.lang.Object[] args)
    • Method Detail

      • execute

        public void execute()