|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceFinder
Defines an interface for finding Services.
| Method Summary | |
|---|---|
Service[] |
find(Class type)
Lookup Services by type. |
Service |
find(String id)
Lookup a Service by unique identifier. |
Service |
find(String id,
Class type)
Find a Service by unique identifier and type. |
| Method Detail |
|---|
Service[] find(Class type)
throws ServiceException
type - the Service Class.
ServiceException - if no service with the specified type is
registered
Service find(String id)
throws ServiceException
id - the Service identifier
ServiceException - if no service with the specified identifier
is registered
Service find(String id,
Class type)
throws ServiceException
id - the Service identifiertype - the Service type
ServiceException - if no service with the specified identifier
and type is registered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||