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