jimm.twice.syndicator
Class Pusher

java.lang.Object
  extended byjimm.twice.syndicator.Pusher

public class Pusher
extends java.lang.Object

Running this application pushes subscriptions to subscribers. Without any command line arguments, all push subscriptions are send to all subscribers. If you specify subscriber ids on the command line, push subscriptions will only be sent to those subscribers.

Author:
Jim Menard, jimm@io.com

Constructor Summary
Pusher()
           
 
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

Pusher

public Pusher()
Method Detail

main

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