grace.log.test.centralized
Class Sender

java.lang.Object
  |
  +--grace.log.test.centralized.Sender

public class Sender
extends java.lang.Object

This program looks on the given the host (via command line) for any grace.log.Distributers registered in the rmiregistry and installs proxy handlers. Then it starts generating log messages in order to test if each of the distributers are receiving the log messages generated by this class. If a host is not specified on the command line, the localhost rmiregistry is consulted.

To run the full test:


Constructor Summary
Sender()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sender

public Sender()
Method Detail

main

public static void main(java.lang.String[] args)