apollo.main
Class Apollo
java.lang.Object
apollo.main.Apollo
public class Apollo
- extends java.lang.Object
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
protected static java.util.HashMap |
threadNames
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
threadNames
protected static java.util.HashMap threadNames
Apollo
public Apollo()
main
public static void main(java.lang.String[] argsStrings)
setLog4JDiagnosticContext
public static void setLog4JDiagnosticContext()
- Sets the Log4J Nested Diagnostic Context (NDC) for a Thread.
Should be called as the first action in each Apollo Thread.
clearLog4JDiagnosticContext
public static void clearLog4JDiagnosticContext()
- Clears/removes the Log4J Nested Diagnostic Context (NDC) for a Thread.
Should be called as the last action in each Apollo Thread.
getSplashURL
public static java.net.URL getSplashURL(java.lang.String apollosplash)
displaySplashScreen
public static javax.swing.JWindow displaySplashScreen()