RMI over IIOP

The RMI over IIOP example has a simple AccountManager interface to create an account, (re)open an account and to get a list of accounts. The Accounts created has operations to get the name on the Account and to set and get the balance in the account. A third java class AccountData is used to represent information used to create accounts. This example illustrates the use of RMI over IIOP and how we can use RMI over IIOP to pass native Java classes (those not mapped from IDL) across the wire, in remote method calls. It also illustrates the use of a RMI style remote interface and how one can use create CORBA servers, but use RMI clients to access the CORBA servers.



From this example, you will learn how to:

Directory Contents



Return to the top-level examples page.