|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.netseeker.ejoe.handler.ClassHandler
public final class ClassHandler
A ServerHandler which handles class loader requests. It reads the .class file of the requested class and returns the content as an ByteArray. A cache is used to store the last thousand returned classes.
Constructor Summary | |
---|---|
ClassHandler()
|
Method Summary | |
---|---|
java.lang.Object |
handle(java.lang.Object obj)
Handles a client request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassHandler()
Method Detail |
---|
public java.lang.Object handle(java.lang.Object obj)
ServerHandler
handle
in interface ServerHandler
obj
- The input object transported by EJOE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |