elge.engine.pools
Class ClassHandler

java.lang.Object
  |
  +--elge.engine.pools.ClassHandler

public class ClassHandler
extends Object

This should be some type of Class info handler for some methods and so on.... well we will see...

Author:
Palino

Field Summary
protected  File configDir
           
protected  Class handledClass
           
protected static Hashtable handlers
           
 
Constructor Summary
ClassHandler()
          Creates a new instance of ClassHandler
ClassHandler(Class cls)
           
ClassHandler(Class cls, File configDir)
           
 
Method Summary
static ClassHandler getClassHandler(Class cls)
          Returns a handler for the specified class.
 Class getHandledClass()
           
static void putClassHandler(ClassHandler ch)
          Caches the ClassHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handledClass

protected Class handledClass

configDir

protected File configDir

handlers

protected static Hashtable handlers
Constructor Detail

ClassHandler

public ClassHandler()
Creates a new instance of ClassHandler


ClassHandler

public ClassHandler(Class cls,
                    File configDir)

ClassHandler

public ClassHandler(Class cls)
Method Detail

getHandledClass

public Class getHandledClass()

putClassHandler

public static void putClassHandler(ClassHandler ch)
Caches the ClassHandler


getClassHandler

public static ClassHandler getClassHandler(Class cls)
Returns a handler for the specified class. If it does not exists, creates one.