gr.uoa.di.madgik.commons.server
Class ConnectionManager

java.lang.Object
  extended by java.lang.Thread
      extended by gr.uoa.di.madgik.commons.server.ConnectionManager
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
HTTPConnectionManager, TCPConnectionManager

public abstract class ConnectionManager
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected static ConnectionManagerConfig Config
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ConnectionManager()
           
 
Method Summary
protected static void initializeConfigFromFile()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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
 

Field Detail

Config

protected static ConnectionManagerConfig Config
Constructor Detail

ConnectionManager

public ConnectionManager()
Method Detail

initializeConfigFromFile

protected static void initializeConfigFromFile()
                                        throws FileNotFoundException,
                                               IOException
Throws:
FileNotFoundException
IOException


Copyright © 2012. All Rights Reserved.