org.elkoserver.foundation.server.metadata
Interface ServiceFinder

All Known Implementing Classes:
Server

public interface ServiceFinder

Interface for using the broker to find external services.


Method Summary
 void findService(String service, ArgRunnable handler, boolean monitor)
          Issue a request for service information to the broker.
 

Method Detail

findService

void findService(String service,
                 ArgRunnable handler,
                 boolean monitor)
Issue a request for service information to the broker.

Parameters:
service - The service desired.
handler - Object to receive the asynchronous result(s).
monitor - If true, keep watching for more results after the first.