Package com.sun.corba.ee.impl.corba
Class AsynchInvoke
- java.lang.Object
-
- com.sun.corba.ee.impl.corba.AsynchInvoke
-
- All Implemented Interfaces:
java.lang.Runnable
public class AsynchInvoke extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
_notifyORB
private ORB
_orb
private RequestImpl
_req
-
Constructor Summary
Constructors Constructor Description AsynchInvoke(ORB o, RequestImpl reqToInvokeOn, boolean n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
_req
private final RequestImpl _req
-
_orb
private final ORB _orb
-
_notifyORB
private final boolean _notifyORB
-
-
Constructor Detail
-
AsynchInvoke
public AsynchInvoke(ORB o, RequestImpl reqToInvokeOn, boolean n)
-
-