Uses of Interface
com.sun.sgs.service.SimpleCompletionHandler

Packages that use SimpleCompletionHandler
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.impl.service.task Provides an implementation of TaskService
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

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

Classes in com.sun.sgs.impl.service.session that implement SimpleCompletionHandler
(package private)  class ClientSessionHandler.MoveAction
          An action to start the process of moving the associated client session from this node to another node (the newNode specified during construction).
 

Uses of SimpleCompletionHandler in com.sun.sgs.impl.service.task
 

Methods in com.sun.sgs.impl.service.task with parameters of type SimpleCompletionHandler
 void TaskServiceImpl.recover(Node node, SimpleCompletionHandler handler)
          Notifies this listener that the specified node has failed and that this listener needs to orchestrate recovery.
 

Uses of SimpleCompletionHandler in com.sun.sgs.service
 

Methods in com.sun.sgs.service with parameters of type SimpleCompletionHandler
 void ClientSessionStatusListener.prepareToRelocate(BigInteger sessionRefId, long newNodeId, SimpleCompletionHandler handler)
          Notifies this listener that the session with the given sessionRefId is relocating to the node with the specified nodeId.
 void IdentityRelocationListener.prepareToRelocate(Identity id, long newNodeId, SimpleCompletionHandler handler)
          Notifies this listener that the specified id has been selected for relocation to newNodeId and that this listener needs to prepare for that move.
 void RecoveryListener.recover(Node node, SimpleCompletionHandler handler)
          Notifies this listener that the specified node has failed and that this listener needs to orchestrate recovery.
 


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