All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.www.sap.SapHandler

public interface SapHandler

Method Index

 o handleSapAnnounce(SapSession)
This is the first announcement for the following session.
 o handleSapDeletion(SapSession)
The given session has been deleted.

Methods

 o handleSapAnnounce
 public abstract boolean handleSapAnnounce(SapSession s)
This is the first announcement for the following session. The handler can do anything with the announced session.

Parameters:
s - The session that was newly announced.
Returns:
A boolean, if true session description is kept internally by the SAP manager, otherwise the session is just dropped.
 o handleSapDeletion
 public abstract void handleSapDeletion(SapSession s)
The given session has been deleted.

Parameters:
s - The SapSession whose deletion has been annnounced.

All Packages  Class Hierarchy  This Package  Previous  Next  Index