src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/POAImpl.java

Print this page

        

*** 101,111 **** import com.sun.corba.se.impl.orbutil.ORBConstants; import com.sun.corba.se.impl.orbutil.concurrent.Sync ; import com.sun.corba.se.impl.orbutil.concurrent.SyncUtil ; import com.sun.corba.se.impl.orbutil.concurrent.ReentrantMutex ; import com.sun.corba.se.impl.orbutil.concurrent.CondVar ; - import com.sun.corba.se.impl.transport.ManagedLocalsThread; /** * POAImpl is the implementation of the Portable Object Adapter. It * contains an implementation of the POA interfaces specified in * COBRA 2.3.1 chapter 11 (formal/99-10-07). This implementation --- 101,110 ----
*** 515,525 **** return oid.getId(); } // Converted from anonymous class to local class // so that we can call performDestroy() directly. ! static class DestroyThread extends ManagedLocalsThread { private boolean wait ; private boolean etherealize ; private boolean debug ; private POAImpl thePoa ; --- 514,524 ---- return oid.getId(); } // Converted from anonymous class to local class // so that we can call performDestroy() directly. ! static class DestroyThread extends sun.misc.ManagedLocalsThread { private boolean wait ; private boolean etherealize ; private boolean debug ; private POAImpl thePoa ;