Searched defs:destroy (Results 26 - 50 of 85) sorted by relevance

1234

/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/sun/rmi/rmic/iiop/
H A DClassType.java115 protected void destroy () { method in class:ClassType
117 super.destroy();
119 parent.destroy();
H A DArrayType.java261 protected void destroy () { method in class:ArrayType
262 super.destroy();
264 type.destroy();
/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 DstatSampler.cpp129 * the destroy method is responsible for releasing any resources used by
134 void StatSampler::destroy() { function in class:StatSampler
383 StatSampler::destroy();
/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/corba/src/share/classes/com/sun/corba/se/spi/extension/
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/src/share/classes/javax/security/auth/kerberos/
H A DKerberosKey.java218 public void destroy() throws DestroyFailedException { method in class:KerberosKey
220 key.destroy();
H A DKeyImpl.java157 public void destroy() throws DestroyFailedException { method in class:KeyImpl
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.hpp52 // Factory create and destroy methods.
58 static void destroy(GCTaskThread* manager) { function in class:GCTaskThread
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumRowStatus.java127 * This value corresponds to the <i>destroy</i> RowStatus, as defined in
130 * <i>destroy</i> is supplied by a management station
135 public final static int destroy = 6; field in class:EnumRowStatus
254 * <li><i>destroy(6)</i></li>
293 intTable.put(new Integer(6), "destroy");
300 stringTable.put("destroy", new Integer(6));
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest14.java66 public void destroy(HttpContext c) {} method in class:Test14.OffsetFilter
/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();
H A DKrb5Util.java311 public void destroy() { method in class:Krb5Util.ServiceCreds
/openjdk7/jdk/src/share/demo/applets/NervousText/
H A DNervousText.java112 public void destroy() { method in class:NervousText
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DJavaVM.java166 public void destroy() { method in class:JavaVM
168 vm.destroy();
H A DRMID.java258 destroy();
268 * process object (destroy does though).
303 * Ask rmid to shutdown gracefully but then destroy the rmid
307 public void destroy() { method in class:RMID
345 mesg("destroying RMID's process using Process.destroy()");
346 super.destroy();
353 mesg("caught unexpected exception trying to destroy rmid: " +
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB5017051.java217 public void destroy(HttpContext c) { } method in class:B5017051.CookieFilter
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyImpl.java190 public abstract void destroy(); method in class:DynAnyImpl
/openjdk7/jdk/src/share/classes/java/applet/
H A DApplet.java448 * threads and the <code>destroy</code> method to kill them.
453 * @see java.applet.Applet#destroy()
483 * @see java.applet.Applet#destroy()
508 * @see java.applet.Applet#destroy()
516 * this applet that it is being reclaimed and that it should destroy
518 * will always be called before <code>destroy</code>.
524 * <code>destroy</code> method to kill them.
533 public void destroy() { method in class:Applet
/openjdk7/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java163 public void destroy() { method in class:ConstrainedPrintingTest
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReqBuilder.java266 for (EncryptionKey k: ks) k.destroy();
337 for (EncryptionKey k: ks) k.destroy();
386 public void destroy() { method in class:KrbAsReqBuilder
/openjdk7/jdk/src/share/demo/applets/ArcTest/
H A DArcTest.java67 public void destroy() { method in class:ArcTest
/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java81 public void destroy() { method in class:DrawTest
/openjdk7/jdk/src/share/demo/applets/SortDemo/
H A DSortItem.java168 public void destroy() { method in class:SortItem

Completed in 133 milliseconds

1234