com.sun.enterprise.admin.cli
Class StartServerHelper.ParentDeathWaiterPureJava
java.lang.Object
com.sun.enterprise.admin.cli.StartServerHelper.ParentDeathWaiterPureJava
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StartServerHelper
private class StartServerHelper.ParentDeathWaiterPureJava
- extends Object
- implements Runnable
bnevins
the restart flag is set by the RestartDomain command in the local
server. The dying server has started a new JVM process and is
running this code. Our official parent process is the dying server.
The ParentDeathWaiterPureJava waits for the parent process to disappear.
see RestartDomainCommand in core/kernel for more details
|
Field Summary |
(package private) boolean |
success
|
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
success
boolean success
StartServerHelper.ParentDeathWaiterPureJava
private StartServerHelper.ParentDeathWaiterPureJava()
throws CommandException
- Throws:
CommandException
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2012 GlassFish Community. All Rights Reserved.