|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRun
@ThreadSafe public final class Run
A run of the desk daemon. The single instance of Run is available via Run.i().
Method Summary | |
---|---|
static Run |
i()
The single instance of Run. |
boolean |
isFileSystemCaseSensitive()
|
static void |
main(String[] argumentArray)
Starts the run from the command line, or from JNLP (e.g. |
Spool |
spool()
Spool unwound just before this run ends, at VM shut-down. |
void |
start()
Starts the run programmatically. |
boolean |
wasStartCommenced()
Returns true if this run has started. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Run i()
public static void main(String[] argumentArray)
argumentArray
- of length zero (there ought to be no arguments)
IllegalStateException
- if called more than oncepublic void start() throws NotBoundException, IOException
IllegalStateException
- if called more than once
NotBoundException
IOException
public boolean isFileSystemCaseSensitive()
public Spool spool()
public boolean wasStartCommenced()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |