Version: 8.3.0
YACS_ORB::ProcExec Interface Reference

import "yacsgui.idl";

Public Member Functions

long getNodeState (in long numid)
 
string getNodeProgress (in long numid)
 
string getXMLState (in long numid)
 
string getInPortValue (in long nodeNumid, in string portName)
 
string setInPortValue (in string nodeName, in string portName, in string value)
 
string getOutPortValue (in long nodeNumid, in string portName)
 
string getErrorDetails (in long nodeNumid)
 
string getErrorReport (in long nodeNumid)
 
string getContainerLog (in long nodeNumid)
 
void shutdownProc (in long level)
 
long getExecutorState ()
 
void getIds (out longArray numids, out stringArray names)
 
longArray getNumIds ()
 
stringArray getNames ()
 
void Run ()
 
void RunFromState (in string xmlfile)
 
void RestartFromState (in string xmlfile)
 
void addObserver (in Observer obs, in long numid, in string event)
 
void setExecMode (in executionMode mode)
 
void setListOfBreakPoints (in stringArray listOfBreakPoints)
 
stringArray getTasksToLoad ()
 
boolean setStepsToExecute (in stringArray listToExecute)
 
boolean resumeCurrentBreakPoint ()
 
boolean isNotFinished ()
 
void stopExecution ()
 
boolean saveState (in string xmlFile)
 
void setStopOnError (in boolean dumpRequested, in string xmlFile)
 
void unsetStopOnError ()
 

Detailed Description

Definition at line 41 of file yacsgui.idl.

Member Function Documentation

void YACS_ORB::ProcExec::addObserver ( in Observer  obs,
in long  numid,
in string  event 
)
string YACS_ORB::ProcExec::getContainerLog ( in long  nodeNumid)
string YACS_ORB::ProcExec::getErrorDetails ( in long  nodeNumid)
string YACS_ORB::ProcExec::getErrorReport ( in long  nodeNumid)
long YACS_ORB::ProcExec::getExecutorState ( )
void YACS_ORB::ProcExec::getIds ( out longArray  numids,
out stringArray  names 
)
string YACS_ORB::ProcExec::getInPortValue ( in long  nodeNumid,
in string  portName 
)
stringArray YACS_ORB::ProcExec::getNames ( )
string YACS_ORB::ProcExec::getNodeProgress ( in long  numid)
long YACS_ORB::ProcExec::getNodeState ( in long  numid)
longArray YACS_ORB::ProcExec::getNumIds ( )
string YACS_ORB::ProcExec::getOutPortValue ( in long  nodeNumid,
in string  portName 
)
stringArray YACS_ORB::ProcExec::getTasksToLoad ( )
string YACS_ORB::ProcExec::getXMLState ( in long  numid)
boolean YACS_ORB::ProcExec::isNotFinished ( )
void YACS_ORB::ProcExec::RestartFromState ( in string  xmlfile)
boolean YACS_ORB::ProcExec::resumeCurrentBreakPoint ( )
void YACS_ORB::ProcExec::Run ( )
void YACS_ORB::ProcExec::RunFromState ( in string  xmlfile)
boolean YACS_ORB::ProcExec::saveState ( in string  xmlFile)
void YACS_ORB::ProcExec::setExecMode ( in executionMode  mode)
string YACS_ORB::ProcExec::setInPortValue ( in string  nodeName,
in string  portName,
in string  value 
)
void YACS_ORB::ProcExec::setListOfBreakPoints ( in stringArray  listOfBreakPoints)
boolean YACS_ORB::ProcExec::setStepsToExecute ( in stringArray  listToExecute)
void YACS_ORB::ProcExec::setStopOnError ( in boolean  dumpRequested,
in string  xmlFile 
)
void YACS_ORB::ProcExec::shutdownProc ( in long  level)
void YACS_ORB::ProcExec::stopExecution ( )
void YACS_ORB::ProcExec::unsetStopOnError ( )

The documentation for this interface was generated from the following file: