[ Home ] [ Up ] [ Remote Objects ] [ Remote Method Calls ] [ Components ] [ The RMI Registry ] [ A Simple Example ] [ Listing Remote Objects ] [ Extended Example ] [ Caveats ] [ Passing Objects in RMI ] [ Remote Callbacks ]
BankAccount BankAccountImpl BankAccountServer BankAccountClient Running the Example
Here's a more complex example.
We'll implement a simple bank account service that supports obtaining an account ID, holder name, current balance, and deposits and withdrawals.