vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.security
Interface ClientSessionEndListener


public interface ClientSessionEndListener

The interface for client session listeners.

Implementations of this interface are notified when a client session ends and presents an opportunity to the listener to clean up all session specific resources.


Method Summary
 void sessionEnded(String clientId)
          Called when the client session ends.
 

Method Detail

sessionEnded

void sessionEnded(String clientId)
Called when the client session ends. It can be when the user logs out, or when the session expires on its own because of inactivity or after the browser has been closed for a while (this can take about 30 minutes).

Parameters:
clientId - Id used to uniquely identify a client session. This is the clientId available from UserSession, which itself can be accessed from UserSessionService.getUserSession().
See Also:
UserSession, UserSessionService

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.