Converting UnicastRemoteObject to Activatable
- If you already have a
UnicastRemoteObject
and
want to make it Activatable
you just have to make
some small changes to the implementation class.
- Make the appropriate imports.
- Make the class extend
Activatable
.
- Remove the no-argument constructor.
- Declare a two argument constructor.
- You then need to create a setup program just like
before.
José M. Vidal
.
20 of 22