Class: NodeServerImplementation | Collaboratory/Node.py | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
After the node initially connects to the Hub, the hub makes a back-connection to the node The Node Server waits for commands from the Hub then pushes them to Chimera Some wierdness due to the way the python bindings for omniORB works make us have to use this long, incorrect name for the NodeServer. class NodeServerImplementation(Collaboratory_CORBA__POA.Node_Server):
|