Package org.oddjob.beanbus
Interface ConductorService
- All Superinterfaces:
Services
- All Known Implementing Classes:
SimpleConductorService
Provide a service for buses. The interaction with the bus
service is the
BusConductor.- Author:
- rob
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetService(String serviceName) Provide the service for the given name.Methods inherited from interface org.oddjob.arooa.registry.Services
serviceNameFor
-
Field Details
-
CONDUCTOR_SERVICE_NAME
- See Also:
-
-
Method Details
-
getService
Description copied from interface:ServicesProvide the service for the given name.- Specified by:
getServicein interfaceServices- Parameters:
serviceName-- Returns:
- A service for the name.
-