com.ibm.b2bi.im.portal
Interface CleanupConnections


public interface CleanupConnections

Service developers can implement this interface to do cleanup operations when the user logs out. Implementations of this interface should be registered with the EpicContextBean using addListener(...) method to get called during logout execution.


Field Summary
static java.lang.String copyrightNotice
           
 
Method Summary
 void closeConnections(javax.servlet.http.HttpSession session)
           
 

Field Detail

copyrightNotice

public static final java.lang.String copyrightNotice
Method Detail

closeConnections

public void closeConnections(javax.servlet.http.HttpSession session)