solar.test
Class ScribeSender

java.lang.Object
  |
  +--solar.test.ScribeSender
All Implemented Interfaces:
EndPoint, Publisher

public class ScribeSender
extends java.lang.Object
implements Publisher

A standalone event publisher using Pub/Sub service.

Version:
$Id: ScribeSender.java,v 1.3 2003/10/05 19:46:18 glchen Exp $
Author:
Guanling Chen

Field Summary
protected  java.util.Random _random
           
 
Constructor Summary
ScribeSender()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(PubSubClient client, serp.util.Options opts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_random

protected java.util.Random _random
Constructor Detail

ScribeSender

public ScribeSender()
Method Detail

run

public void run(PubSubClient client,
                serp.util.Options opts)
         throws java.lang.Exception
java.lang.Exception

main

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