nl.justobjects.pushlet.core
Class Dispatcher.SessionManagerVisitor

java.lang.Object
  extended by nl.justobjects.pushlet.core.Dispatcher.SessionManagerVisitor
Enclosing class:
Dispatcher

private class Dispatcher.SessionManagerVisitor
extends java.lang.Object

Supplies Visitor methods for callbacks from SessionManager.


Field Summary
private  java.util.Map visitorMethods
           
 
Constructor Summary
Dispatcher.SessionManagerVisitor()
           
 
Method Summary
 java.lang.reflect.Method getMethod(java.lang.String aName)
          Return Visitor Method by name.
 void visitBroadcast(Session aSession, Event event)
          Visitor method called by SessionManager.
 void visitMulticast(Session aSession, Event event)
          Visitor method called by SessionManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visitorMethods

private final java.util.Map visitorMethods
Constructor Detail

Dispatcher.SessionManagerVisitor

Dispatcher.SessionManagerVisitor()
                           throws PushletException
Throws:
PushletException
Method Detail

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.