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

1234567

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DDestroyable.java30 * to provide the capability to destroy its contents.
46 * @exception DestroyFailedException if the destroy operation fails. <p>
49 * to destroy this <code>Object</code>.
51 void destroy() throws DestroyFailedException; method in interface:Destroyable
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DIRObjectOperations.java75 * An attempt to destroy an object that would leave the repository in an
79 * <code>PrimitiveDef</code>, or if an attempt to destroy an
82 void destroy (); method in interface:IRObjectOperations
H A DPolicyOperations.java71 void destroy (); method in interface:PolicyOperations
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DIRObjectOperations.java47 void destroy (); method in interface:IRObjectOperations
/openjdk7/jdk/src/share/classes/java/lang/
H A DProcess.java176 abstract public void destroy(); method in class:Process
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniPeriodicChecker.hpp52 static void destroy();
H A DstatSampler.hpp65 static void destroy();
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A Dcorba.idl65 void destroy( );
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DLotsOfDestroys.java44 process.destroy();
H A DSleepyCat.java37 private static void destroy (Process[] deathRow) { method in class:SleepyCat
40 deathRow[i].destroy();
54 destroy(deathRow);
98 destroy(sleeps);
148 destroy(backgroundSleepers);
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbKdcRep.java43 rep.encKDCRepPart.key.destroy();
49 rep.encKDCRepPart.key.destroy();
55 rep.encKDCRepPart.key.destroy();
60 rep.encKDCRepPart.key.destroy();
65 rep.encKDCRepPart.key.destroy();
72 rep.encKDCRepPart.key.destroy();
94 rep.encKDCRepPart.key.destroy();
102 rep.encKDCRepPart.key.destroy();
108 rep.encKDCRepPart.key.destroy();
118 rep.encKDCRepPart.key.destroy();
[all...]
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A Dlauncher.c86 goto destroy;
92 goto destroy;
96 goto destroy;
101 goto destroy;
105 destroy:
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DIdAssignmentPolicyImpl.java52 public void destroy() { method in class:IdAssignmentPolicyImpl
H A DIdUniquenessPolicyImpl.java51 public void destroy() { method in class:IdUniquenessPolicyImpl
H A DImplicitActivationPolicyImpl.java53 public void destroy() { method in class:ImplicitActivationPolicyImpl
H A DLifespanPolicyImpl.java51 public void destroy() { method in class:LifespanPolicyImpl
H A DRequestProcessingPolicyImpl.java52 public void destroy() { method in class:RequestProcessingPolicyImpl
H A DServantRetentionPolicyImpl.java51 public void destroy() { method in class:ServantRetentionPolicyImpl
H A DThreadPolicyImpl.java51 public void destroy() { method in class:ThreadPolicyImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DCopyObjectPolicy.java58 public void destroy () method in class:CopyObjectPolicy
H A DZeroPortPolicy.java70 public void destroy () method in class:ZeroPortPolicy
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DOrbReuseTracker.java67 orb.destroy();
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DFeelingLucky.java26 * 6469606: (process) Process.destroy() can kill wrong process (Unix)
74 minedProcess.destroy();
/openjdk7/jdk/test/java/lang/ThreadGroup/
H A DDaemon.java39 aGroup.destroy();
41 throw new RuntimeException("destroy");
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DArrayType.java261 protected void destroy () { method in class:ArrayType
262 super.destroy();
264 type.destroy();

Completed in 69 milliseconds

1234567