Bank (using TIE)

The Bank (using TIE) example has a simple Bank interface to open a bank account and to query the balance in a bank account. It illustrates basic communication using the ORB and the use of the TIE mechanism as an alternative to using inheritance in implementing a Server. This example is based on the Bank example discussed earlier.


From this example, you will learn how to:

Directory Contents

Building this example

Typing make (vbmake on Windows) in the bank_using_tie subdirectory will cause the Bank.idl to be run through the idl2java compiler. It will also build the following classes for the examples described above:

Running this example

To run the examples, first make sure that the VisiBroker Smart Agent (osagent executable) is running on your network. Then start the bank server using the command: Next, open a user's bank account and query the balance in the account using the command or



Return to the top-level examples page.