1 |
The main server program performs the following operations:
-
initializes ORB (i.e. connection to the Object Bus)
-
initializes Basic Object Adapter (to be used to register new object instances with the ORB)
-
creates new instance of the Count object
-
registers this instance with the Object Adapter
-
notifies `ready for service' i.e. passes control to the ORB server which loops for method invocation requests
|