|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.admin.cli.StartServerHelper.ParentDeathWaiterPureJava
private class StartServerHelper.ParentDeathWaiterPureJava
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
|
| Constructor Summary | |
|---|---|
private |
StartServerHelper.ParentDeathWaiterPureJava()
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
boolean success
| Constructor Detail |
|---|
private StartServerHelper.ParentDeathWaiterPureJava()
throws CommandException
CommandException| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||