Searched refs:restart (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationDesc.java38 * <li> the object's restart "mode", and,
77 private boolean restart; field in class:ActivationDesc
92 * constructor will only be activated on demand (by default, the restart
93 * mode is <code>false</code>). If an activatable object requires restart
95 * takes a boolean parameter, <code>restart</code>.
138 * @param restart if true, the object is restarted (reactivated) when
141 * activated on demand. Specifying <code>restart</code> to be
150 boolean restart)
154 className, location, data, restart);
165 * constructor will only be activated on demand (by default, the restart
147 ActivationDesc(String className, String location, MarshalledObject<?> data, boolean restart) argument
213 ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject<?> data, boolean restart) argument
[all...]
H A DActivatable.java64 * restart mode) for this object, and exporting the object with the
78 * data, restart mode, and port. Subsequent calls to {@link #getID}
86 * @param restart if true, the object is restarted (reactivated) when
89 * activated on demand. Specifying <code>restart</code> to be
100 boolean restart,
105 id = exportObject(this, location, data, restart, port);
111 * restart mode) for this object, and exporting the object with the
125 * data, restart mode, port, and client and server socket factories.
131 * @param restart if true, the object is restarted (reactivated) when
134 * activated on demand. Specifying <code>restart</cod
98 Activatable(String location, MarshalledObject<?> data, boolean restart, int port) argument
148 Activatable(String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
339 exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port) argument
412 exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java54 restart(ioe);
90 private void restart(IOException ioe) throws IOException { method in class:ClientCommunicatorAdmin
98 // restart process has been called by another thread
139 logger.warning("restart", "Failed to restart: " + e);
140 logger.debug("restart",e);
198 restart((IOException)e);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DProxyTunnelServer.java140 restart();
167 private void restart() throws IOException { method in class:ProxyTunnelServer
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DProxyTunnelServer.java142 restart();
169 private void restart() throws IOException { method in class:ProxyTunnelServer
H A DB6226610.java181 private void restart() throws IOException { method in class:HeaderCheckerProxyTunnelServer
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java141 restart();
169 private void restart() throws IOException { method in class:ProxyTunnelServer
/openjdk7/jdk/test/java/rmi/activation/Activatable/checkRegisterInLog/
H A DCheckRegisterInLog.java133 rmid.restart();
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java70 private long restart = 0; field in class:FtpCommandHandler
293 if (restart > 0) {
294 dIn.skip(restart);
295 restart = 0;
631 restart = Long.parseLong(arg);
632 if (restart > 0)
633 out.println("350 Restarting at " + restart + ". Send STORE or RETRIEVE to initiate transfer");
/openjdk7/jdk/src/share/classes/javax/swing/
H A DToolTipManager.java557 exitTimer.restart();
613 enterTimer.restart();
632 insideTimer.restart();
634 enterTimer.restart();
644 enterTimer.restart();
654 exitTimer.restart();
H A DTimer.java588 public void restart() { method in class:Timer
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp216 // examine/roll-forward/restart
219 void restart();
H A Dsafepoint.cpp467 // A problem occurring on Solaris is when attempting to restart threads
483 cur_state->restart();
981 void ThreadSafepointState::restart() { function in class:ThreadSafepointState
989 tty->print_cr("restart thread "INTPTR_FORMAT" with state %d",
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartCrashedService/
H A DRestartCrashedService.java27 * @summary synopsis: rmid should waitFor restartable objects that crash and restart them
170 rmid.restart();
207 "restart activatable service");
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DRestartService.java26 * @summary synopsis: activator should restart daemon services
178 rmid.restart();
212 "restart activatable service");
/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/modifyDescriptor/
H A DModifyDescriptor.java207 rmid.restart();
209 System.err.println("Ping object after restart");
214 "effect after a restart");
217 "after a restart", null);
224 "takes effect after a restart");
227 "effect after a restart", null);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp836 Label refill, restart; local
845 __ bind(restart);
877 __ br(Assembler::always, /*annul*/false, Assembler::pt, restart);
901 Label not_already_dirty, restart, refill; local
943 __ bind(restart);
976 __ br(Assembler::always, /*annul*/false, Assembler::pt, restart);
H A Dinterp_masm_sparc.cpp1037 { Label loop, exception, entry, restart; local
1055 bind(restart);
1072 ba_short(restart);
H A Dassembler_sparc.cpp4314 Label refill, restart; local
4334 __ bind(restart);
4379 __ br(Assembler::always, /*annul*/false, Assembler::pt, restart);
4515 Label not_already_dirty, restart, refill; local
4549 __ bind(restart);
4584 __ br(Assembler::always, /*annul*/false, Assembler::pt, restart);
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java215 rmid.restart();
219 "restart");
233 "restart activatable service(s)");
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java257 public void restart() throws IOException { method in class:RMID
358 // rmid will not restart if its process is not null
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp581 Label loop, exception, entry, restart; local
586 bind(restart);
614 jmp(restart);
H A Dinterp_masm_x86_64.cpp583 Label loop, exception, entry, restart; local
590 bind(restart);
623 jmp(restart);
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java269 // restart services
275 getTextResource("rmid.restart.group.warning"));
850 getTextResource("rmid.restart.service.warning"));
974 // restart information should be recorded before log update
1306 boolean restart = false;
1318 restart = shouldRestart && !shuttingDown;
1328 if (restart) {
1346 * Marks this thread as no longer needing to restart objects.
/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp56 // to restart at the initial JVMState.
605 restart:
636 goto restart;

Completed in 121 milliseconds

12