org.barracudamvc.plankton.srv
Interface SimpleServiceProvider


public interface SimpleServiceProvider

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
 List getSupportedServices()
          Provide a list of supported services.
 

Method Detail

getSupportedServices

public List getSupportedServices()
Provide a list of supported services.

Returns:
list of supported services


Copyright © 2004 BarracudaMVC.org All Rights Reserved.