Dynamic Bank

The Dynamic Bank example has a simple Bank interface to open a bank account and to query the balance in a bank account. It illustrates the use of the Dynamic Invocation Interface (DII) and the Dynamic Skeleton Interface (DSI). DII allows a client to dynamically formulate a request for an object interface. DSI allows a server to be implemented dynamically.


From this example, you will learn how to:

Directory Contents





Return to the top-level examples page.