Uses of Interface
com.sun.sgs.impl.service.watchdog.WatchdogClient

Packages that use WatchdogClient
com.sun.sgs.impl.service.watchdog Provides an implementation of WatchdogService
 

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

Fields in com.sun.sgs.impl.service.watchdog declared as WatchdogClient
(package private)  WatchdogClient WatchdogServiceImpl.clientProxy
          The watchdog client proxy.
 

Methods in com.sun.sgs.impl.service.watchdog that return WatchdogClient
(package private)  WatchdogClient NodeImpl.getWatchdogClient()
          Returns the watchdog client, or null.
 

Methods in com.sun.sgs.impl.service.watchdog with parameters of type WatchdogClient
 long WatchdogServer.registerNode(long nodeId, String host, WatchdogClient client, int jmxPort)
          Registers a node with the corresponding nodeId, host, and client, and returns the interval (in milliseconds) that this watchdog must be notified, via the renewNode method, in order for the specified node to be considered alive.
 long WatchdogServerImpl.registerNode(long nodeId, String host, WatchdogClient client, int jmxPort)
          Registers a node with the corresponding nodeId, host, and client, and returns the interval (in milliseconds) that this watchdog must be notified, via the renewNode method, in order for the specified node to be considered alive.
 

Constructors in com.sun.sgs.impl.service.watchdog with parameters of type WatchdogClient
NodeImpl(long nodeId, String hostName, int jmxPort, WatchdogClient client)
          Constructs an instance of this class with the given nodeId, hostName, and client.
WatchdogServerImpl(Properties properties, ComponentRegistry systemRegistry, TransactionProxy txnProxy, String host, WatchdogClient client, boolean fullStack)
          Constructs an instance of this class with the specified properties.
 


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