Searched defs:stop (Results 26 - 50 of 106) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventQueue.java171 void stop() { method in class:EventQueue
H A DNamingEventNotifier.java207 void stop() { method in class:NamingEventNotifier
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpServerImpl.java69 public void stop (int delay) { method in class:HttpServerImpl
70 server.stop (delay);
H A DHttpsServerImpl.java77 public void stop (int delay) { method in class:HttpsServerImpl
78 server.stop (delay);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DTool.java112 protected void stop() { method in class:Tool
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DProcessListPanel.java143 public void stop() { method in class:ProcessListPanel
144 getTimer().stop();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp237 void ConcurrentG1RefineThread::stop() { function in class:ConcurrentG1RefineThread
256 gclog_or_tty->print_cr("G1-Refine-stop");
H A DconcurrentMarkThread.cpp305 void ConcurrentMarkThread::stop() { function in class:ConcurrentMarkThread
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DClassLoaderRepositorySupport.java173 public final Class<?> loadClassBefore(ClassLoader stop, String className) argument
178 "loadClassBefore", className + " before " + stop);
181 if (stop == null)
184 startValidSearch(stop, className);
186 return loadClass(loaders, className, null, stop);
188 stopValidSearch(stop, className);
196 final ClassLoader stop)
207 if (cl == stop)
193 loadClass(final LoaderEntry list[], final String className, final ClassLoader without, final ClassLoader stop) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java68 * Tells a client to stop because failing to call checkConnection.
86 checker.stop();
212 // XXX stop checking?
224 private void stop() { method in class:ClientCommunicatorAdmin.Checker
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpServer.java188 public abstract void stop (int delay); method in class:HttpServer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DHttpEndpoint.java98 public void stop() { method in class:HttpEndpoint
/openjdk7/jdk/src/share/demo/applets/Clock/
H A DClock.java214 public void stop() { method in class:Clock
/openjdk7/jdk/src/share/demo/applets/NervousText/
H A DNervousText.java123 public synchronized void stop() { method in class:NervousText
/openjdk7/jdk/src/share/classes/sun/management/jdp/
H A DJdpController.java93 stop();
100 public void stop() { method in class:JdpController.JDPControllerRunner
190 * it's safe to attempt to stop not started service
194 controller.stop();
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DDataLine.java31 * transport-control methods that start, stop, drain, and flush
97 * @see #stop()
110 * @see #stop()
132 public void stop(); method in interface:DataLine
138 * until presentation ceases in response to a call to <code>stop</code> or
142 * @see #stop()
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DStringMonitor.java171 public synchronized void stop() { method in class:StringMonitor
/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimerMBean.java63 public void stop(); method in interface:TimerMBean
364 * It becomes inactive when the {@link #stop stop} method is called.
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp186 void ConcurrentMarkSweepThread::stop() { function in class:ConcurrentMarkSweepThread
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadReference.java110 * A debugger thread in the target VM will stop this thread
117 * @see java.lang.Thread#stop(Throwable)
119 void stop(ObjectReference throwable) throws InvalidTypeException; method in interface:ThreadReference
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractDataLine.java205 public final void stop() { method in class:AbstractDataLine
209 if (Printer.trace) Printer.trace("> "+getClass().getName()+".stop() - AbstractDataLine");
217 mixer.stop(this);
233 if (Printer.trace) Printer.trace("< "+getClass().getName()+".stop() - AbstractDataLine");
243 // start() and stop(). This state is accessed now through the
295 * running is true after start is called and before stop is called,
419 * This should also stop the line. The closed line should not be running or active.
429 // stop
430 stop();
H A DDataPusher.java91 if (DEBUG || Printer.trace)Printer.trace("DataPusher.start(): calling stop()");
92 stop();
121 public synchronized void stop() { method in class:DataPusher
122 if (DEBUG || Printer.debug) Printer.debug("> DataPusher.stop()");
126 if (DEBUG || Printer.debug) Printer.debug("DataPusher.stop(): nothing to do");
129 if (DEBUG || Printer.debug) Printer.debug("DataPusher.stop(): Stopping push");
143 if (DEBUG || Printer.debug) Printer.debug("< DataPusher.stop()");
224 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.stop()");
225 source.stop();
H A DJavaSoundAudioClip.java159 // need to stop in case the looped status changed
160 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.stop()");
161 clip.stop();
208 public synchronized void stop() { method in class:JavaSoundAudioClip
210 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip->stop()");
221 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.stop()");
222 clip.stop();
229 datapusher.stop();
236 sequencer.stop();
267 stop();
[all...]
/openjdk7/jdk/src/share/classes/java/applet/
H A DApplet.java126 * inactive just before its <code>stop</code> method is called.
131 * @see java.applet.Applet#stop()
455 * @see java.applet.Applet#stop()
470 * resume animation, and the <code>stop</code> method to suspend the
485 * @see java.applet.Applet#stop()
494 * this applet that it should stop its execution. It is called when
502 * resume animation, and the <code>stop</code> method to suspend the
511 public void stop() { method in class:Applet
517 * any resources that it has allocated. The <code>stop</code> method
531 * @see java.applet.Applet#stop()
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibleText.java108 static String getTextRange(final AccessibleEditableText aet, final int start, final int stop, final Component c) { argument
113 return aet.getTextRange(start, stop);

Completed in 43 milliseconds

12345