|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceLocator
This interface describes classes that can be used to search for services.
Method Summary | |
---|---|
void |
addServiceLocatorEventListener(ServiceLocatorEventListener listener)
Sets a ServiceLocatorEventListener to be notified of events during search |
List<ServiceInfo> |
findServices(ServiceParameter searchParameter)
This method can be used to search for services suitable to the given searchParameters. |
void |
removeServiceLocatorEventListener(ServiceLocatorEventListener listener)
Removes a previously set ServiceLocatorEventListener |
Method Detail |
---|
List<ServiceInfo> findServices(ServiceParameter searchParameter) throws IOException
searchParameter
- the parameters the services shoud have
IOException
void addServiceLocatorEventListener(ServiceLocatorEventListener listener)
listener
- the ServiceLocatorEventListener to be setvoid removeServiceLocatorEventListener(ServiceLocatorEventListener listener)
listener
- the ServiceLocatorEventListener to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |