org.cid.distribution
Class DistributionManager

java.lang.Object
  extended by org.cid.distribution.DistributionManager

public class DistributionManager
extends java.lang.Object

This is the main class for the application. It provides an entry point and a runs method that performs the application process.

Please refer to the DistributionProcess to know more about the Distribution process.

Version:
$Revision: 179 $
See Also:
DistributionProcess

Method Summary
static void main(java.lang.String[] args)
          Entry point to the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Entry point to the application.

Parameters:
args - Command line parameters.


Copyright © 2006 null. All Rights Reserved.