Searched refs:destroy (Results 151 - 165 of 165) sorted by relevance

1234567

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java129 Calling destroy results in STATE_DESTROY, which marks the beginning of
234 // Wait on this CV for the destroy method to complete doing its work
238 // POA.destroy().
449 // inialization. In this case, we destroy the POA that was
471 // Don't just use destroy, because the check for
591 // destroy may be called multiple times, and each call
594 // call to destroy. Also all children should be destroyed
640 // by calling enter or starting to destroy poa. There may
953 * <code>destroy</code>
956 public void destroy(boolea method in class:POAImpl
[all...]
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A D_NamingContextImplBase.java57 _methods.put("destroy", new java.lang.Integer(9));
385 case 9: // org.omg.CosNaming.NamingContext.destroy
390 this.destroy();
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java61 * destroy() methods.
326 * Applet.stop() or destroy() when static thread is suspended. Set a flag
423 // AppletViewer "Restart" will jump from destroy method to
552 // During Applet.destroy(), any AccessControlException on an involved Class remains in
558 applet.destroy();
1034 * particularly messages such as destroy
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java895 * Calls the destroy on the COS Naming Server
905 nc.destroy();
912 * Uses the callDestroy function to destroy the context. If name is
923 * Uses the callDestroy function to destroy the context. Destroys
1144 // Never destroy an orb in CNCtx.
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp893 void ThreadSafepointState::destroy(JavaThread *thread) { function in class:ThreadSafepointState
1102 // The exception patch will destroy registers that are still
H A Dthread.cpp1601 ThreadSafepointState::destroy(this);
3980 VMThread::destroy();
/openjdk7/jdk/src/share/demo/applets/SpreadSheet/
H A DSpreadSheet.java143 public void destroy() { method in class:SpreadSheet
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java927 destroy();
H A DXBaseWindow.java413 void destroy() { method in class:XBaseWindow
H A DXChoicePeer.java1006 unfurledChoice.destroy();
H A DXWindow.java1372 destroy();
H A DXWindowPeer.java1182 warningWindow.destroy();
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java797 public void destroy() { method in class:BandStructure.ByteBand
827 destroy(); // done with the bits!
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java1901 // Check that reads which are pending when Process.destroy is
1969 p.destroy();
2004 p.destroy();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2979 JvmtiPendingMonitors::destroy(rmonitor);
2983 // The caller owns this monitor which we are about to destroy.
2999 // The caller is trying to destroy a monitor that is locked by

Completed in 128 milliseconds

1234567