Jini Service Architecture III: Lookup
Any client locates a Jini Lookup Service and hands a Service Template
- Template is Java Service Interface (e.g. generic printer interface) as IDL plus a template array of attributes (e.g. resolution and speed of printer)
Lookup Service provides a list of all Services matching this request and Client chooses appropriate service.
Client downloads a Service object which can implement Service