Class DomainDriverManager

  • All Implemented Interfaces:
    DomainDriver

    @Service
    @Singleton
    public class DomainDriverManager
    extends AbstractDomainDriver
    A manager of domain drivers. It exposes domain related operations and delegates the domain specific tasks to the correct domain driver for a given domain identifier for which the operation is performed.