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

1234567

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DClassType.java115 protected void destroy () { method in class:ClassType
117 super.destroy();
119 parent.destroy();
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5AcceptCredential.java164 destroy();
168 "Could not destroy credentials - " + e.getMessage());
175 * destroy in the base class.
177 public void destroy() throws DestroyFailedException { method in class:Krb5AcceptCredential
178 screds.destroy();
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DRequestPartitioningPolicy.java75 public void destroy() method in class:RequestPartitioningPolicy
H A DServantCachingPolicy.java46 * <li>Proper handling of POA destroy.
52 * POA.destroy() calls to wait for all active calls in the POA to complete
64 /** Perform servant caching, preserving POA current and POA destroy semantics.
77 /** Perform servant caching, not preserving POA current or POA destroy semantics.
157 public void destroy () method in class:ServantCachingPolicy
/openjdk7/jdk/test/com/sun/jdi/
H A DThreadGroupTest.java78 // now destroy the thread group
79 tg.destroy();
H A DConnectedVMs.java87 vm().process().destroy();
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyReleasedInAppletTest/
H A DTestApplet.java64 public void destroy() { method in class:TestApplet
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DStreamsSurviveDestroy.java113 p.destroy();
135 p.destroy();
155 p.destroy();
179 p.destroy();
/openjdk7/jdk/test/javax/swing/JFileChooser/4150029/
H A Dbug4150029.java79 public void destroy() { method in class:bug4150029
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosKey.java218 public void destroy() throws DestroyFailedException { method in class:KerberosKey
220 key.destroy();
/openjdk7/jdk/test/javax/swing/JEditorPane/
H A Dbug4714674.java62 server.destroy();
99 public void destroy() { method in class:DeafServer
/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A DJavaProcess.java106 * destroy the java process
108 public void destroy() { method in class:JavaProcess
110 process.destroy();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp148 // Factory create and destroy methods.
154 static void destroy(GCTaskQueue* that);
225 // Factory create and destroy methods.
229 static void destroy(SynchronizedGCTaskQueue* that) { function in class:SynchronizedGCTaskQueue
386 // Factory create and destroy methods.
393 static void destroy(GCTaskManager* that) { function in class:GCTaskManager
581 // Factory create and destroy methods.
584 static void destroy(NoopGCTask* that);
610 // Factory create and destroy methods.
614 static void destroy(BarrierGCTas function in class:BarrierGCTask
645 static void destroy(ReleasingBarrierGCTask* that) { function in class:ReleasingBarrierGCTask
674 static void destroy(NotifyingBarrierGCTask* that) { function in class:NotifyingBarrierGCTask
[all...]
H A DgcTaskThread.hpp52 // Factory create and destroy methods.
58 static void destroy(GCTaskThread* manager) { function in class:GCTaskThread
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.cpp71 PerfDataManager::destroy();
77 PerfMemory::destroy();
156 void PerfMemory::destroy() { function in class:PerfMemory
H A DperfMemory.hpp151 static void destroy();
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DUseCustomSocketFactory.java74 rmid.destroy();
135 serverVM.destroy();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DBindingIteratorImpl.java157 public synchronized void destroy() method in class:BindingIteratorImpl
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A Dnameservice.idl130 void destroy();
398 * The destroy operation deletes a naming context. If the naming
403 void destroy()
/openjdk7/jdk/src/share/classes/javax/security/auth/x500/
H A DX500PrivateCredential.java118 public void destroy() { method in class:X500PrivateCredential
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.hpp88 static void destroy(JvmtiRawMonitor *monitor) { function in class:JvmtiPendingMonitors
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DLogFilter.java66 public void destroy (HttpContext c){} method in class:LogFilter
/openjdk7/jdk/test/java/awt/TextArea/DisposeTest/
H A DTestDispose.java87 worker.destroy();
/openjdk7/jdk/test/java/awt/TextField/DisposeTest/
H A DTestDispose.java88 worker.destroy();
/openjdk7/jdk/test/java/net/Socket/
H A DInheritHandle.java96 process.destroy();

Completed in 84 milliseconds

1234567