Uses of Class
com.sun.sgs.impl.service.session.ClientSessionHandler

Packages that use ClientSessionHandler
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
 

Uses of ClientSessionHandler in com.sun.sgs.impl.service.session
 

Methods in com.sun.sgs.impl.service.session that return ClientSessionHandler
(package private)  ClientSessionHandler ClientSessionServiceImpl.getHandler(BigInteger sessionRefId)
          Returns the ClientSessionHandler for the specified client session ID.
 

Methods in com.sun.sgs.impl.service.session with parameters of type ClientSessionHandler
(package private)  void ClientSessionServiceImpl.addHandler(BigInteger sessionRefId, ClientSessionHandler handler, Identity identity)
          Adds the handler for the specified session to the internal session handler map.
(package private)  boolean ClientSessionServiceImpl.removeUserLogin(Identity identity, ClientSessionHandler handler)
          Notifies this service that the specified identity is no longer logged in using the specified handler so that internal bookkeeping can be adjusted accordingly.
(package private)  void ClientSessionImpl.SendEvent.serviceEvent(com.sun.sgs.impl.service.session.ClientSessionImpl.EventQueue eventQueue, ClientSessionServiceImpl sessionService, ClientSessionHandler handler)
          Services this event, taken from the head of the given eventQueue.
(package private)  boolean ClientSessionServiceImpl.validateUserLogin(Identity identity, ClientSessionHandler handler, boolean loggingIn)
          Validates the identity of the user logging in and returns true if the login is allowed to proceed, and false if the login is denied.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved