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
|
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 |
handler
public static SessionNotificationHandler handler
SessionNotificationHandler
public SessionNotificationHandler(java.util.Hashtable table,
java.util.Hashtable dtable)
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)