public class BundleContextHistoryManager extends AbstractHistoryManager
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DATA_FILE_NAME  | 
| Constructor and Description | 
|---|
BundleContextHistoryManager(org.osgi.framework.BundleContext bundleContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SavedHistory | 
getHistory(String userId,
          String fragmentId)  | 
String | 
getHistoryHash(String userId)  | 
protected void | 
saveHistory(String userId,
           SavedHistory hist)  | 
applyHistory, createHistory, getHistoryOperations, onBind, onUnbindpublic static final String DATA_FILE_NAME
public BundleContextHistoryManager(org.osgi.framework.BundleContext bundleContext)
protected void saveHistory(String userId, SavedHistory hist)
saveHistory in class AbstractHistoryManagerprotected SavedHistory getHistory(String userId, String fragmentId)
getHistory in class AbstractHistoryManagerCopyright © 2015. All rights reserved.