org.pricingnexus.cococ
Class CococStarter

java.lang.Object
  |
  +--org.pricingnexus.cococ.CococStarter

public class CococStarter
extends java.lang.Object

This is the starter application for the "Command and Control" Application. What it merely does is instantiating the core cococ-classes, initiating them and running each of them in a seperate thread. $Header$


Field Summary
static java.util.Vector sdGathererProcs
           
 
Constructor Summary
CococStarter()
           
 
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
 

Field Detail

sdGathererProcs

public static java.util.Vector sdGathererProcs
Constructor Detail

CococStarter

public CococStarter()
Method Detail

main

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