Searched defs:terminate (Results 26 - 32 of 32) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java373 public synchronized void terminate() { method in class:ClientNotifForwarder
379 logger.trace("terminate", "Terminating...");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java153 public void terminate () { method in class:HttpServer
155 servers[i].terminate ();
198 public synchronized void terminate () { method in class:HttpServer.Server
251 clist.terminate ();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java106 public void terminate () { method in class:TunnelProxy
108 servers[i].terminate ();
151 public synchronized void terminate () { method in class:TunnelProxy.Server
153 if (pipe1 != null) pipe1.terminate();
154 if (pipe2 != null) pipe2.terminate();
203 clist.terminate ();
534 public void terminate() { method in class:TunnelProxy.Pipeline
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java409 public void terminate() { method in class:FtpCommandHandler
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp135 // Stop and terminate all workers.
153 // Whether the workers should terminate.
177 bool terminate() const { function in class:AbstractWorkGang
242 bool terminate() const { return _terminate; } function in class:WorkData
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java1212 public void terminate() { method in class:KDC
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java1014 terminate();
1051 private void terminate() { method in class:Activation.GroupEntry
1071 terminate();
1084 // REMIND: print message that group did not terminate?
1107 terminate();
1246 terminate();
1264 terminate();

Completed in 236 milliseconds

12