Searched defs:exit (Results 1 - 25 of 64) sorted by relevance

123

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRemoteExiter.java30 void exit() throws RemoteException; method in interface:RemoteExiter
H A DRegistryRunner_Stub.java37 $method_exit_0 = RemoteExiter.class.getMethod("exit", new java.lang.Class[] {});
51 // implementation of exit()
52 public void exit() method in class:RegistryRunner_Stub
H A DRegistryRunner.java31 * Class to run a registry whos VM can be told to exit remotely; using
45 * Ask the registry to exit instead of forcing it do so; this
48 public void exit() throws RemoteException { method in class:RegistryRunner
51 System.err.println("received call to exit");
52 System.exit(0);
56 * Request that the registry process exit and handle
68 exiter.exit();
77 TestLibrary.bomb("remote exception trying to exit",
86 System.exit(0);
97 // create a remote object to tell this VM to exit
[all...]
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DNotActivatableInterface.java32 public void exit() throws java.rmi.RemoteException; method in interface:NotActivatableInterface
H A DDayTimeInterface.java37 public void exit() throws RemoteException; method in interface:DayTimeInterface
H A DCountInterface.java45 public void exit() throws RemoteException; method in interface:CountInterface
H A DNotActivatableServerImpl.java55 public void exit() throws RemoteException { method in class:NotActivatableServerImpl
56 System.exit(0);
H A DDayTimeServerImpl.java76 public void exit() throws RemoteException { method in class:DayTimeServerImpl
77 System.exit(0);
/openjdk7/jdk/src/share/classes/java/awt/
H A DSecondaryLoop.java33 * provides two methods, {@link #enter} and {@link #exit},
38 * {@link #exit} method. Also, a new event loop is started
41 * thread by calling its {@link #exit} method. After the
84 * loop.exit();
105 * #exit} method is called or the loop is terminated. A new
138 * with the {@link #exit} method, this method returns {@code
142 * has not yet been finished with the {@link #exit} method,
145 public boolean exit(); method in interface:SecondaryLoop
H A DWaitDispatchSupport.java213 // In case the exit() method is called before starting
272 public boolean exit() { method in class:WaitDispatchSupport
273 log.fine("exit(): blockingEDT=" + keepBlockingEDT.get() +
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DToolkitThreadBlockedHandler.java32 public void exit(); method in interface:ToolkitThreadBlockedHandler
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCToolkitThreadBlockedHandler.java50 public void exit() { method in class:CToolkitThreadBlockedHandler
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DByteServer.java61 System.exit(1);
68 public void exit() throws Exception { method in class:ByteServer
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkitThreadBlockedHandler.java48 public native void exit(); method in class:MToolkitThreadBlockedHandler
/openjdk7/jdk/make/tools/src/build/tools/commentchecker/
H A DCommentChecker.java173 static void exit() { method in class:CommentChecker
179 System.exit(errors);
185 System.exit(1);
215 exit();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.hpp95 static bool exit(JvmtiRawMonitor *monitor) { function in class:JvmtiPendingMonitors
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6199676.java45 private static void exit(String error) { method in class:Test6199676
48 System.exit(1);
51 System.exit(0);
91 exit("custom preview panel is showing");
93 exit(null);
101 exit("default preview panel is not showing");
112 exit("could not change L&F");
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkitThreadBlockedHandler.java51 public void exit() { method in class:XToolkitThreadBlockedHandler
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/toa/
H A DTOAImpl.java168 public void exit() method in class:TOAImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/oa/
H A DObjectAdapter.java39 // REVISIT: What should the order be? enter/push...pop/exit?
80 * requires the use of the enter/exit methods. Finally, ObjectAdapters often
112 * <li>oa.exit()</li>
116 * REVISIT: Is this the required order for exit/pop? Cna they be nested instead?
118 * returnServant, exit, and pop must be called in the correct order.
129 * <li>oa.exit()</li>
154 * <li>oa.exit()</li>
231 /** exit must be called after each request has been completed. If enter
232 * is called, there must always be a corresponding exit.
234 void exit( ) ; method in interface:ObjectAdapter
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DShutdown.java45 /* Should we run all finalizers upon exit? */
80 * be added to the delete on exit list by the application shutdown
154 * invoke exit(1) to cause immediate termination, while in the former case
155 * any further invocations of exit(n), for any n, simply stall. Note that
156 * if on-exit finalizers are enabled they're run iff the shutdown is
157 * initiated by an exit(0); they're never run on exit(n) for n != 0 or in
162 /* Guard against the possibility of a daemon thread invoking exit
177 /* Invoked by Runtime.exit, which does all the security checks.
181 static void exit(in method in class:Shutdown
[all...]
H A DRuntime.java74 * finalizers are run if {@link #runFinalizersOnExit finalization-on-exit}
80 * block indefinitely. If shutdown hooks have already been run and on-exit
85 * <p> The <tt>{@link System#exit(int) System.exit}</tt> method is the
104 public void exit(int status) { method in class:Runtime
109 Shutdown.exit(status);
121 * thread exits or when the <tt>{@link #exit exit}</tt> (equivalently,
122 * <tt>{@link System#exit(int) System.exit}</t
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DBridge.java191 private T exit(T r, Unmarshaller u) { method in class:Bridge
222 return exit(unmarshal(u,in),u);
254 return exit(unmarshal(u,in),u);
279 return exit(unmarshal(u,in),u);
309 return exit(unmarshal(u,n),u);
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dgui.js266 function exit(exitCode) { function
268 if (confirm("Do you really want to exit?")) {
269 java.lang.System.exit(exitCode);
272 exit.docString = "exits jconsole";
274 // synonym to exit
275 var quit = exit;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DMessager.java454 * Print exit message.
468 * Force program exit, e.g., from a fatal error.
472 public void exit() { method in class:Messager

Completed in 101 milliseconds

123