com.iplanet.portalserver.session
Class SessionNotificationHandler

java.lang.Object
  |
  +--com.iplanet.portalserver.session.SessionNotificationHandler

public class SessionNotificationHandler
extends java.lang.Object
implements com.iplanet.portalserver.pll.client.NotificationHandler


Field Summary
static SessionNotificationHandler handler
           
 
Constructor Summary
SessionNotificationHandler(java.util.Hashtable table, java.util.Hashtable dtable)
           
 
Method Summary
 void process(java.util.Vector notifications)
          This interface must be implemented by the high level applications and applications in order to receive notifications from the Platform Low Level API.
 void processNotification(com.iplanet.portalserver.session.share.SessionNotification snot)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

public static SessionNotificationHandler handler
Constructor Detail

SessionNotificationHandler

public SessionNotificationHandler(java.util.Hashtable table,
                                  java.util.Hashtable dtable)
Method Detail

process

public void process(java.util.Vector notifications)
Description copied from interface: com.iplanet.portalserver.pll.client.NotificationHandler
This interface must be implemented by the high level applications and applications in order to receive notifications from the Platform Low Level API.
Specified by:
process in interface com.iplanet.portalserver.pll.client.NotificationHandler
Tags copied from interface: com.iplanet.portalserver.pll.client.NotificationHandler
Parameters:
notifications - A Vector of Notification objects.

processNotification

public void processNotification(com.iplanet.portalserver.session.share.SessionNotification snot)