apollo.main
Class Apollo

java.lang.Object
  extended by 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
           
 
Constructor Summary
Apollo()
           
 
Method Summary
static void clearLog4JDiagnosticContext()
          Clears/removes the Log4J Nested Diagnostic Context (NDC) for a Thread.
static javax.swing.JWindow displaySplashScreen()
           
static java.net.URL getSplashURL(java.lang.String apollosplash)
           
static void main(java.lang.String[] argsStrings)
           
static void setLog4JDiagnosticContext()
          Sets the Log4J Nested Diagnostic Context (NDC) for a Thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger

threadNames

protected static java.util.HashMap threadNames
Constructor Detail

Apollo

public Apollo()
Method Detail

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()