iCMS.pollerd
Class pollerd

java.lang.Object
  extended by iCMS.pollerd.pollerd

public class pollerd
extends Object

pollerd is an CMS poll application loosly based on the CMS basic product
It can run with a command line interface or with a more
sophisticated client/server approach.

[-l] - debug logging level
[-o] - port on which RA clients connect
[-c] - xml configuration file [-q] - quiet mode
Revision Changes :

Version:
2.0.0
Author:
Chris Lukassen
 

Field Summary
protected  PropertyManager propsMan
          the holder of all settings of the Server
 
Constructor Summary
pollerd()
           
 
Method Summary
static void main(String[] args)
          main routine, pass the arguments of the server here,
 void pollerd()
          constructor, used to initialize libraries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propsMan

protected PropertyManager propsMan
the holder of all settings of the Server

Constructor Detail

pollerd

public pollerd()
Method Detail

pollerd

public void pollerd()
constructor, used to initialize libraries


main

public static void main(String[] args)
main routine, pass the arguments of the server here,

Parameters:
args - the arguments that were used to start the server