public abstract class AbstractScriptPersistingAdapter extends AbstractPersistingAdapter
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<ScriptedCollectionSetBuilder> |
scriptedCollectionSetBuilders |
| Constructor and Description |
|---|
AbstractScriptPersistingAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.BundleContext |
getBundleContext() |
String |
getScript() |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setScript(String script) |
destroy, getCollectionBuilder, handleMessage, handleMessageLog, setFilterDao, setPersisterFactory, setProtocolprotected final ThreadLocal<ScriptedCollectionSetBuilder> scriptedCollectionSetBuilders
public String getScript()
getScript in class AbstractPersistingAdapterpublic void setScript(String script)
setScript in class AbstractPersistingAdapterpublic org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
setBundleContext in class AbstractPersistingAdapterCopyright © 2018. All rights reserved.