|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.netseeker.ejoe.handler.MultiObjectHandler
A simple base class for server handlers which have to deal with multiple input objects and return values
| Constructor Summary | |
MultiObjectHandler()
|
|
| Method Summary | |
abstract java.util.Map |
execute(java.util.Map objects)
|
java.lang.Object |
handle(java.lang.Object obj)
Simply casts the given input object into a map |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiObjectHandler()
| Method Detail |
public java.lang.Object handle(java.lang.Object obj)
handle in interface ServerHandlerobj - The input object transported by EJOE
ServerHandler.handle(java.lang.Object)public abstract java.util.Map execute(java.util.Map objects)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||