1 | The example server consists of two classes, the servant and the server. |
2 | The servant, HelloServant, is the implementation of the Hello IDL interface. |
3 | Each Hello instance is implemented by a HelloServant instance. |
4 | The servant is a subclass of _HelloImplBase, which is generated by the idltojava compiler from the example IDL. |
5 | The servant contains one method for each IDL operation. |