|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.akuma.Daemon
com.sun.akuma.Daemon.WithoutChdir
public static class Daemon.WithoutChdir
Flavor of Daemon
that doesn't change the current directory.
This turns out to be often more useful as JavaVM can take lot of arguments and system properties that use paths, and when we CD they won't work.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.akuma.Daemon |
---|
Daemon.WithoutChdir |
Constructor Summary | |
---|---|
Daemon.WithoutChdir()
|
Method Summary | |
---|---|
protected void |
chdirToRoot()
change directory to '/' to avoid locking directories. |
Methods inherited from class com.sun.akuma.Daemon |
---|
all, closeDescriptors, daemonize, daemonize, getCurrentExecutable, init, init, isDaemonized, selfExec, writePidFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Daemon.WithoutChdir()
Method Detail |
---|
protected void chdirToRoot()
Daemon
chdirToRoot
in class Daemon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |