Uses of Interface
com.sun.sgs.protocol.SessionProtocol

Packages that use SessionProtocol
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Uses of SessionProtocol in com.sun.sgs.protocol
 

Subinterfaces of SessionProtocol in com.sun.sgs.protocol
 interface SessionRelocationProtocol
          Protocol additions for suspending and resuming messages to a client session and relocating a client session to another node.
 

Methods in com.sun.sgs.protocol with parameters of type SessionProtocol
 void ProtocolListener.newLogin(Identity identity, SessionProtocol protocol, RequestCompletionHandler<SessionProtocolHandler> completionHandler)
          Handles a new login request for the specified identity and corresponding protocol, and when this listener has completed processing the request, invokes the completed method on the given completionHandler with a Future containing the result of the login request.
 void ProtocolListener.relocatedSession(BigInteger relocationKey, SessionProtocol protocol, RequestCompletionHandler<SessionProtocolHandler> completionHandler)
          Re-establishes an existing client session corresponding to the specified relocationKey, and when this listener has completed processing this request, invokes the completed method on the given completionHandler with a Future containing the result of this request.
 

Uses of SessionProtocol in com.sun.sgs.service
 

Methods in com.sun.sgs.service that return SessionProtocol
 SessionProtocol ClientSessionService.getSessionProtocol(BigInteger sessionRefId)
          Returns a protocol for the local client session with the specified sessionRefId or null if the specified client session is not connected to the local node.
 


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