Data_Access / Corba
Block Name: TaskCoordinator
Code File Location: VisualSim/actor/corba/TaskCoordinator
Task coordinator is an actor that co-ordinates a set of clients connecting to it to work together and finish some tasks. It has an inner class that implements the Coordinator interface defined in Coordinator.idl. The clients connect to this need to implement the Client interface defined in Coordinator.idl also. Specify the ORB initial property with the ORBInitProperties parameter, for example: "-ORBInitialHost xyz.mirabilisdesign.com -ORBInitialPort 1050" where "xyz.mirabilisdesign.com" is the server name, and "1050" is the port for name service. Specify the name of the coordinator with coordiatorName that it wants to register to the name service.
Parameter |
Explanation |
Type |
Example |
ORBInitProperties |
It is the ORB initial property. |
"-ORBInitialHost xyz.mirabilisdesign.com -ORBInitialPort 1050" |
|
coordinatorName |
The name of the coordinator to register with the naming service. |
StringToken |
Port |
Explanation |
Type |
input |
The input port. |
unknown |
output |
The output port. |
unknown |
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites