fr.dyade.aaa.util.Daemon The Daemon class represents a basic active component in a server. It provides usefull code to start and safely stop inner Thread. <p> Main loop of daemon: <p><hr> <blockquote><pre> try { while (running) { canStop = true; Get a notification, then execute the right rea ...
com.sleepycat.je.cleaner.ReadOnlyLockingTest Verifies that opening an environment read-only will prevent cleaned files from being deleted in a read-write environment. Uses the ReadOnlyProcess class to open the environment read-only in a separate process.