public abstract class AbstractDataStoreService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_CACHE_SIZE |
static java.lang.String |
PROP_ENCODE_LENGTH |
Constructor and Description |
---|
AbstractDataStoreService() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context,
java.util.Map<java.lang.String,java.lang.Object> config) |
protected abstract DataStore |
createDataStore(org.osgi.service.component.ComponentContext context,
java.util.Map<java.lang.String,java.lang.Object> config) |
protected void |
deactivate() |
protected java.lang.String[] |
getDescription() |
protected StatisticsProvider |
getStatisticsProvider() |
protected static java.lang.String |
lookup(org.osgi.service.component.ComponentContext context,
java.lang.String property) |
public static final java.lang.String PROP_ENCODE_LENGTH
public static final java.lang.String PROP_CACHE_SIZE
protected void activate(org.osgi.service.component.ComponentContext context, java.util.Map<java.lang.String,java.lang.Object> config) throws RepositoryException
RepositoryException
protected void deactivate() throws DataStoreException
DataStoreException
protected abstract DataStore createDataStore(org.osgi.service.component.ComponentContext context, java.util.Map<java.lang.String,java.lang.Object> config)
protected StatisticsProvider getStatisticsProvider()
protected java.lang.String[] getDescription()
protected static java.lang.String lookup(org.osgi.service.component.ComponentContext context, java.lang.String property)
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.