Class AsynchInvoke

java.lang.Object
com.sun.corba.ee.impl.corba.AsynchInvoke
All Implemented Interfaces:
Runnable

public class AsynchInvoke extends Object implements Runnable
  • Field Details

    • _req

      private final RequestImpl _req
    • _orb

      private final ORB _orb
    • _notifyORB

      private final boolean _notifyORB
  • Constructor Details

    • AsynchInvoke

      public AsynchInvoke(ORB o, RequestImpl reqToInvokeOn, boolean n)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable