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

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

Uses of Node in com.sun.sgs.service
 

Methods in com.sun.sgs.service that return Node
 Node WatchdogService.getBackup(long nodeId)
          Returns the node that is designated as the backup for the node with the specified nodeId, or null if no backup is currently designated.
 Node NodeMappingService.getNode(Identity identity)
          Returns the live node to which the identity is assigned.
 Node WatchdogService.getNode(long nodeId)
          Returns node status information for the node with the specified nodeId, or null if the node is unknown.
 

Methods in com.sun.sgs.service that return types with arguments of type Node
 Iterator<Node> WatchdogService.getNodes()
          Returns an iterator for the set of nodes that this service monitors.
 

Methods in com.sun.sgs.service with parameters of type Node
 void NodeMappingListener.mappingAdded(Identity id, Node oldNode)
          Notifies this listener that an identity has been added to this node.
 void NodeMappingListener.mappingRemoved(Identity id, Node newNode)
          Notifies this listener that an identity has been removed from this node.
 void NodeListener.nodeHealthUpdate(Node node)
          Notifies this listener that the specified node's health has been updated.
 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