Finally, we provide the server-side implementation of the object under construction, here given by the CountImpl class |
It is constructed by completing the implementation template as discussed in the previous two foils |
Note that our Count is in fact a very simple object: it maintains a counter value called sum and it increments it whenever its increment() method is invoked |