|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which indicates the implementor is capable of providing a list all services the implementor provides.
SimpleServiceFinder sweeps up a container heirarchy looking for service. Implementing this class provides a way for a class in the hierarchy to redirect the search back down a particular branch (although the implementation is really up to the developer...in other words, if the List of supported services includes other SimpleServiceProviders, those also can be examined for services).
Method Summary | |
java.util.List |
getSupportedServices()
Provide a list of supported services. |
Method Detail |
public java.util.List getSupportedServices()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |