Interface Design by Bill Venners
Chapter 10
Network-Mobile Objects
Advertisement
|
Interface Design |
Contents |
Previous |
Next
The Guidelines:
- Guideline: Appreciate the significance of network-mobile objects.
- Guideline: Use
RemoteException
to indicate network interaction may be involved.
- Guideline: Make it easy for implementations to use RMI.
- Guideline: Use lazy starting in network-mobile objects.
- Guideline: Provide a public finalizer in addition to cleanup methods.