Package org.oddjob.arooa.registry
Interface ServiceProvider
- All Known Subinterfaces:
ConductorServiceProvider
- All Known Implementing Classes:
BasicBusService,Oddjob.OddjobRoot,OddjobPanel,ServicesJob,SshSequenceJob
public interface ServiceProvider
A provider of
Services. If a component implements
this interface it is able to provide services via
auto-wiring.- Author:
- rob
-
Method Summary
-
Method Details
-
getServices
Services getServices()Provider the services.- Returns:
- The services. May be null.
-