Example configuration file: xml-rpc-server.xml
XMLRPC-Server that makes it possbile to access core features of MXCuBE like the queue from external applications. The Server is implemented as a hardware object and is configured with an XML-file. See the example configuration XML for more information.
Bases: HardwareRepository.BaseHardwareObjects.HardwareObject
Method inherited from HardwareObject, called by framework-2.
Returns: | True if the queue is executing otherwise False |
---|---|
Return type: | bool |
Logs a message in the user_level_log of MxCuBE, normally displayed at the bottom of the MxCuBE window.
Parameters: |
|
---|---|
Returns: | True on success otherwise False |
Return type: | bool |
Execute the entry that has the model with node id <node_id>.
Parameters: | node_id (int) – The node id of the model to find. |
---|
Returns: | The currently selected grid |
---|---|
Return type: | dict |
Format of the returned dictionary:
Starts the queue execution.
Returns: | True on success otherwise False |
---|---|
Return type: | bool |