Uses of Interface
com.sun.sgs.app.ClientSessionListener

Packages that use ClientSessionListener
com.sun.sgs.app Provides the interface to the RedDwarf Server used by application developers. 
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
 

Uses of ClientSessionListener in com.sun.sgs.app
 

Methods in com.sun.sgs.app that return ClientSessionListener
 ClientSessionListener AppListener.loggedIn(ClientSession session)
          Notifies this listener that the specified client session has logged in, and returns a ClientSessionListener for that session.
 

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

Methods in com.sun.sgs.impl.service.session that return ClientSessionListener
(package private)  ClientSessionListener ClientSessionImpl.getClientSessionListener(DataService dataService)
          Returns the client session listener, obtained from the specified dataService, for this session.
 

Methods in com.sun.sgs.impl.service.session with parameters of type ClientSessionListener
(package private)  void ClientSessionImpl.putClientSessionListener(DataService dataService, ClientSessionListener listener)
          Stores the specified client session listener in the specified dataService with following binding:
 


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