Interface ConductorService

All Superinterfaces:
Services
All Known Implementing Classes:
SimpleConductorService

public interface ConductorService extends Services
Provide a service for buses. The interaction with the bus service is the BusConductor.
Author:
rob
  • Field Details

  • Method Details

    • getService

      BusConductor getService(String serviceName)
      Description copied from interface: Services
      Provide the service for the given name.
      Specified by:
      getService in interface Services
      Parameters:
      serviceName -
      Returns:
      A service for the name.