All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface w3c.www.sap.SapHandler
  -  public interface SapHandler
   
  -   handleSapAnnounce(SapSession) handleSapAnnounce(SapSession)
-   This is the first announcement for the following session.
  
-   handleSapDeletion(SapSession) handleSapDeletion(SapSession)
-   The given session has been deleted.
   
 handleSapAnnounce
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.
  
 
 handleSapDeletion
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