Package rma.services

Interface GlobalServiceLoaderDelegate

All Known Implementing Classes:
GlobalServiceLoader.GlobalServiceLoaderSingleton

public interface GlobalServiceLoaderDelegate
  • Method Details

    • getServiceLoader

      <S> ServiceLoader<S> getServiceLoader(Class<S> serviceInterface)
    • removeServiceLoader

      <S> void removeServiceLoader(Class<S> serviceInterface)
    • clearAllServiceLoaders

      void clearAllServiceLoaders()