com.ptc.wvs.server.cadagent
Class DistributedCadAgent

java.lang.Object
  extended bycom.ptc.wvs.server.cadagent.DistributedCadAgent

public class DistributedCadAgent
extends Object


Field Summary
private static String DEBUG
           
private static DistributedMessages dm
           
private static String HOST
           
private static String LOCALHOST
           
private static String MSG
           
private static String PORT
           
private static String TYPE
           
private static String WORKER
           
 
Constructor Summary
DistributedCadAgent()
           
 
Method Summary
protected  void finalize()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dm

private static DistributedMessages dm

DEBUG

private static String DEBUG

PORT

private static String PORT

HOST

private static String HOST

TYPE

private static String TYPE

LOCALHOST

private static String LOCALHOST

MSG

private static String MSG

WORKER

private static String WORKER
Constructor Detail

DistributedCadAgent

public DistributedCadAgent()
Method Detail

finalize

protected void finalize()

main

public static void main(String[] args)