com.oakgrovesystems.reactor
Class PingReactor

java.lang.Object
  |
  +--com.oakgrovesystems.reactor.PingReactor

public class PingReactor
extends java.lang.Object

Tries to lookup and issue a ping_all request to the Reactor AdminService. Prints the results to StdOut. Verbose output unless '-q' option is specified.


Constructor Summary
PingReactor()
           
 
Method Summary
protected  void log(java.lang.String message)
           
static void main(java.lang.String[] args)
          Tries to lookup and issue a ping_all request to the Reactor AdminService.
 boolean ping()
           
 void setVerbose(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingReactor

public PingReactor()
Method Detail

ping

public boolean ping()

setVerbose

public void setVerbose(boolean value)

main

public static void main(java.lang.String[] args)
Tries to lookup and issue a ping_all request to the Reactor AdminService. Prints the results to StdOut. Verbose output unless '-q' option is specified.

Parameters:
args - The command line arguments: -q limits the output to a short success or failure message.

log

protected void log(java.lang.String message)


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.