|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--fccsc.manager.MessageManager
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
MessageManager()
Instantiates a new MessageManager object and performs the following: - loads configuration data from property files, - loads data wrapping templates for required message processes, - and creates / manages *.logs files for logging events. |
Method Summary | |
static void |
doShutdown()
Performs a shutdown of this server. |
static void |
doShutdown(java.lang.String[] p_params)
Performs a shutdown of this server. |
static void |
main(java.lang.String[] args)
Entry point for application. |
void |
run()
This is where this server's thread does all of its listening and handling for incoming requests. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MessageManager()
Method Detail |
public static void main(java.lang.String[] args)
args
- no parameters required.public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public static void doShutdown()
public static void doShutdown(java.lang.String[] p_params)
p_params
- optional parameters ... (currently ignored).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |