iCMS.pollerd
Class pollerd
java.lang.Object
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 :
- 1.0.0 - initial version
- 2.0.0 - Release for GPL as iCMS
- Version:
- 2.0.0
- Author:
- Chris Lukassen
-

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 |
propsMan
protected PropertyManager propsMan
- the holder of all settings of the Server
pollerd
public pollerd()
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