Searched defs:restart (Results 1 - 16 of 16) sorted by relevance

/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/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DB6226610.java181 private void restart() throws IOException { method in class:HeaderCheckerProxyTunnelServer
H A DProxyTunnelServer.java142 restart();
169 private void restart() throws IOException { method in class:ProxyTunnelServer
/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/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/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java141 restart();
169 private void restart() throws IOException { method in class:ProxyTunnelServer
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTimer.java588 public void restart() { method in class:Timer
/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/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/hotspot/src/share/vm/runtime/
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/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);

Completed in 99 milliseconds