1 |
The API consists of the class TNode and an an interface Tobject
|
2 |
Class TNode covers the standard TANGO API. It provides routing mechanisms for messages distributed in the system, so that they are passed only to corresponding TObject on other instances of the Applet
|
3 |
TNode provides methods for
-
registering TObjects
-
building messages
-
accessing general TANGO related information (information about users, sessions, etc.)
|
4 |
TObject interface defines methods called by the TNode when the object is created, a message for that TObject arrives or when the TObject should be discarded.
-
A.K.A. Object Marshalling
|