Package com.yahoo.jrt

Class InvokeProxy


  • public class InvokeProxy
    extends java.lang.Object
    Invokes asynchronous JRT requests in a blocking method, that can be aborted by calling shutdown(). This can be used when one would like to use invokeSync(), but when abortion is required.

    This class is thread safe.

    Author:
    Haavard Pettersen
    • Constructor Summary

      Constructors 
      Constructor Description
      InvokeProxy()  
    • Constructor Detail

      • InvokeProxy

        public InvokeProxy()
    • Method Detail

      • shutdown

        public void shutdown()