Class ElasticSearchPersistenceServiceImpl.InClassLoaderExecute<T>
java.lang.Object
org.apache.unomi.persistence.elasticsearch.ElasticSearchPersistenceServiceImpl.InClassLoaderExecute<T>
- Enclosing class:
- ElasticSearchPersistenceServiceImpl
public abstract static class ElasticSearchPersistenceServiceImpl.InClassLoaderExecute<T>
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionInClassLoaderExecute
(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions) -
Method Summary
Modifier and TypeMethodDescriptioncatchingExecuteInClassLoader
(boolean logError, Object... args) protected abstract T
executeInClassLoader
(Object... args)
-
Constructor Details
-
InClassLoaderExecute
public InClassLoaderExecute(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions)
-
-
Method Details