|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentServiceLocator
Helps locate services/other objects.
Method Summary | |
---|---|
Object |
locate(Object serviceKey)
Retrieves the desired service defined by the key. |
Method Detail |
---|
Object locate(Object serviceKey) throws NoSuchServiceException, IllegalArgumentException
serviceKey
- Object usually the service interface class, but
may be other object.
NoSuchServiceException
- if unable to locate the service.
IllegalArgumentException
- if service key is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |