com.ptc.wvs.server.cadagent
Class CadAgentServer
java.lang.Object
com.ptc.wvs.server.cadagent.CadAgentServer
- All Implemented Interfaces:
- Runnable
- public class CadAgentServer
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cadConnection
private CadConnection cadConnection
iniFileContents
private String iniFileContents
gui
private boolean gui
distributed
private boolean distributed
cadWorkers
private CadWorkers cadWorkers
logDirectory
private String logDirectory
maxInstances
private int maxInstances
started
private boolean started
noAutoStart
private boolean noAutoStart
inMethodServer
private boolean inMethodServer
CadAgentServer
public CadAgentServer()
CadAgentServer
public CadAgentServer(boolean inMethodServer)
setIniFileContents
public void setIniFileContents(String contents)
getCadWorkers
public CadWorkers getCadWorkers()
setGui
public void setGui(boolean gui)
setDistributed
public void setDistributed(boolean distributed)
getDistributedLog
public Log getDistributedLog()
autoStart
public void autoStart()
isNoAutoStart
public boolean isNoAutoStart()
submitWorkOrder
public void submitWorkOrder(WorkOrder wo)
run
public void run()
- Specified by:
run
in interface Runnable
stop
void stop()
getMaxInstances
public int getMaxInstances()
isStarted
public boolean isStarted()