Package rma.services
Interface GlobalServiceLoaderDelegate
- All Known Implementing Classes:
GlobalServiceLoader.GlobalServiceLoaderSingleton
public interface GlobalServiceLoaderDelegate
-
Method Summary
Modifier and TypeMethodDescriptionvoid<S> ServiceLoader<S>getServiceLoader(Class<S> serviceInterface) <S> voidremoveServiceLoader(Class<S> serviceInterface)
-
Method Details
-
getServiceLoader
-
removeServiceLoader
-
clearAllServiceLoaders
void clearAllServiceLoaders()
-