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

Packages that use WatchdogService
com.sun.sgs.impl.service.channel Provides an implementation of ChannelManager
com.sun.sgs.impl.service.nodemap Provides an implementation of NodeMappingService
com.sun.sgs.impl.service.nodemap.affinity.dlpa Provides classes for a multi-node, distributed algorithm implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.impl.service.watchdog Provides an implementation of WatchdogService
 

Uses of WatchdogService in com.sun.sgs.impl.service.channel
 

Methods in com.sun.sgs.impl.service.channel that return WatchdogService
(package private) static WatchdogService ChannelServiceImpl.getWatchdogService()
          Returns the watchdog service.
 

Uses of WatchdogService in com.sun.sgs.impl.service.nodemap
 

Fields in com.sun.sgs.impl.service.nodemap declared as WatchdogService
(package private)  WatchdogService NodeMappingServerImpl.watchdogService
          The watchdog service.
 

Uses of WatchdogService in com.sun.sgs.impl.service.nodemap.affinity.dlpa
 

Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa with parameters of type WatchdogService
(package private) static boolean LabelPropagationServer.runIoTask(IoRunnable ioTask, WatchdogService wdog, long nodeId, int maxTries, int waitTime, String name)
          Executes the specified ioTask by invoking its run method.
 

Constructors in com.sun.sgs.impl.service.nodemap.affinity.dlpa with parameters of type WatchdogService
LabelPropagation(DLPAGraphBuilder builder, WatchdogService wdog, long nodeId, Properties properties)
          Constructs a new instance of the label propagation algorithm.
LabelPropagationServer(ProfileCollector col, WatchdogService wdog, Properties properties)
          Constructs a new label propagation server.
 

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

Fields in com.sun.sgs.impl.service.session declared as WatchdogService
(package private)  WatchdogService ClientSessionServiceImpl.watchdogService
          The watchdog service.
 

Uses of WatchdogService in com.sun.sgs.impl.service.watchdog
 

Classes in com.sun.sgs.impl.service.watchdog that implement WatchdogService
 class WatchdogServiceImpl
          The WatchdogService implementation.
 


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