Package rma.services
Class GlobalServiceLoader.GlobalServiceLoaderSingleton
java.lang.Object
rma.services.GlobalServiceLoader.GlobalServiceLoaderSingleton
- All Implemented Interfaces:
GlobalServiceLoaderDelegate
- Enclosing class:
- GlobalServiceLoader
public static class GlobalServiceLoader.GlobalServiceLoaderSingleton
extends Object
implements GlobalServiceLoaderDelegate
Inner class for the default global service loader service delegate. Only
select methods are exposed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid<S> ServiceLoader<S>getServiceLoader(Class<S> serviceInterface) <S> voidremoveServiceLoader(Class<S> serviceInterface)
-
Constructor Details
-
GlobalServiceLoaderSingleton
public GlobalServiceLoaderSingleton()
-
-
Method Details
-
getServiceLoader
- Specified by:
getServiceLoaderin interfaceGlobalServiceLoaderDelegate
-
removeServiceLoader
- Specified by:
removeServiceLoaderin interfaceGlobalServiceLoaderDelegate
-
clearAllServiceLoaders
public void clearAllServiceLoaders()- Specified by:
clearAllServiceLoadersin interfaceGlobalServiceLoaderDelegate
-