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

12

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DContentModelState.java93 * @return true if the model can terminate without further input
95 public boolean terminate() { method in class:ContentModelState
103 return (next == null) || next.terminate();
108 return (next == null) || next.terminate();
123 return (next == null) || next.terminate();
134 return (next == null) || next.terminate();
H A DTagStack.java152 boolean terminate() { method in class:TagStack
153 return (state == null) || state.terminate();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DClosedChannelList.java58 public synchronized void terminate () { method in class:ClosedChannelList
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServer.java79 void terminate(int delay) throws RemoteException; method in interface:BenchServer
H A DBenchServerImpl.java94 public void terminate(int delay) throws RemoteException { method in class:BenchServerImpl
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DProxyFromCache.java91 proxyServer.terminate();
92 httpServer.terminate();
149 public void terminate() { method in class:SimpleServer
H A DProxyTest.java145 synchronized public void terminate() { method in class:ProxyTest.HttpProxyServer
188 server.terminate();
/openjdk7/jdk/test/sun/net/www/httptest/
H A DClosedChannelList.java58 public synchronized void terminate () { method in class:ClosedChannelList
H A DHttpServer.java124 public void terminate () { method in class:HttpServer
126 servers[i].terminate ();
169 public synchronized void terminate () { method in class:HttpServer.Server
222 clist.terminate ();
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpServer.java82 public void terminate() { method in class:FtpServer
93 cl.terminate();
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java75 public void terminate() { method in class:ClientCommunicatorAdmin
159 terminate();
H A DServerCommunicatorAdmin.java111 public void terminate() { method in class:ServerCommunicatorAdmin
113 logger.trace("terminate",
114 "terminate the ServerCommunicatorAdmin object.");
124 // tell Timeout to terminate
H A DServerNotifForwarder.java318 public void terminate() { method in class:ServerNotifForwarder
320 logger.trace("terminate", "Be called.");
336 logger.trace("terminate", "Terminated.");
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/tasks/
H A DThreadService.java123 // to terminate
124 public void terminate() { method in class:ThreadService
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp81 void ConcurrentGCThread::terminate() { function in class:ConcurrentGCThread
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DEnvironment.java97 public void terminate() { method in class:Environment
/openjdk7/jdk/test/java/lang/Thread/
H A DThreadStateTest.java90 myThread.terminate();
305 public void terminate() { method in class:ThreadStateTest.MyThread
306 System.out.println("Waiting myThread to terminate.");
308 // wait for MyThread to get to just before terminate
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStateTest.java117 myThread.terminate();
386 public void terminate() { method in class:ThreadStateTest.MyThread
387 System.out.println("Waiting myThread to terminate.");
/openjdk7/jdk/test/sun/net/www/
H A DMarkResetTest.java368 synchronized public void terminate() { method in class:MarkResetTest.FtpServer
437 server.terminate();
448 server.terminate();
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java94 * terminate(). As of now, terminate() is only called by unit tests
317 new AdaptorBootstrap(adaptor,mib).terminate();
369 public synchronized void terminate() { method in class:AdaptorBootstrap
376 jvmmib.terminate();
380 log.debug("jmxremote.AdaptorBootstrap.getTargetList.terminate",
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinWorkerThread.java261 * True if this worker should or did terminate
263 volatile boolean terminate; field in class:ForkJoinWorkerThread
377 terminate = true;
925 * otherwise prematurely terminate the pool because all threads
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java516 public void terminate() { method in class:SocksServer
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java390 synchronized public void terminate() { method in class:FtpGetContent.FtpServer
476 server.terminate();
H A DFtpURL.java392 synchronized public void terminate() { method in class:FtpURL.FtpServer
506 server.terminate();
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java269 public void terminate() { method in class:JVM_MANAGEMENT_MIB_IMPL
273 log.error("terminate", "Listener Not found : " + e);

Completed in 89 milliseconds

12