nl.justobjects.pushlet.core
Class Dispatcher.SessionManagerVisitor
java.lang.Object
nl.justobjects.pushlet.core.Dispatcher.SessionManagerVisitor
- Enclosing class:
- Dispatcher
private class Dispatcher.SessionManagerVisitor
- extends java.lang.Object
Supplies Visitor methods for callbacks from SessionManager.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visitorMethods
private final java.util.Map visitorMethods
Dispatcher.SessionManagerVisitor
Dispatcher.SessionManagerVisitor()
throws PushletException
- Throws:
PushletException
getMethod
public java.lang.reflect.Method getMethod(java.lang.String aName)
- Return Visitor Method by name.
visitBroadcast
public void visitBroadcast(Session aSession,
Event event)
- Visitor method called by SessionManager.
visitMulticast
public void visitMulticast(Session aSession,
Event event)
- Visitor method called by SessionManager.
Copyright © 2000-2003 - Just Objects B.V.