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
Constructors Constructor Description InClassLoaderExecute(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description TcatchingExecuteInClassLoader(boolean logError, Object... args)protected abstract Texecute(Object... args)TexecuteInClassLoader(Object... args)
-
-
-
Constructor Detail
-
InClassLoaderExecute
public InClassLoaderExecute(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions)
-
-