org.oddjob.beanbus
Interface BusService

All Superinterfaces:
Services
All Known Implementing Classes:
SimpleBusService

public interface BusService
extends Services

Provide a service for buses. The interaction with the bus service is the BusConductor.

Author:
rob

Field Summary
static String BEAN_BUS_SERVICE_NAME
           
 
Method Summary
 BusConductor getService(String serviceName)
          Provide the service for the given name.
 
Methods inherited from interface org.oddjob.arooa.registry.Services
serviceNameFor
 

Field Detail

BEAN_BUS_SERVICE_NAME

static final String BEAN_BUS_SERVICE_NAME
See Also:
Constant Field Values
Method Detail

getService

BusConductor getService(String serviceName)
Description copied from interface: Services
Provide the service for the given name.

Specified by:
getService in interface Services
Returns:
A service for the name.