Modifier and Type | Field and Description |
---|---|
protected IPersistenceStore |
PersistableAttributeStore.store
Store object that deals with save/load routines
|
Modifier and Type | Method and Description |
---|---|
IPersistenceStore |
Context.getPersistanceStore()
Return persistence store
|
IPersistenceStore |
PersistableAttributeStore.getStore()
Return persistent store
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setPersistanceStore(IPersistenceStore persistanceStore)
Setter for persistence store
|
void |
PersistableAttributeStore.setStore(IPersistenceStore store)
Load data from another persistent store
|
Modifier and Type | Method and Description |
---|---|
IPersistenceStore |
IContext.getPersistanceStore()
Returns persistence store object, a storage for persistent objects like
persistent SharedObjects.
|
Modifier and Type | Method and Description |
---|---|
static IPersistenceStore |
PersistenceUtils.getPersistenceStore(org.springframework.core.io.support.ResourcePatternResolver resolver,
String className)
Returns persistence store object.
|
IPersistenceStore |
IPersistable.getStore()
Returns the persistence store this object is stored in
|
Modifier and Type | Method and Description |
---|---|
void |
IPersistable.setStore(IPersistenceStore store)
Store a reference to the persistence store in the object.
|
Modifier and Type | Method and Description |
---|---|
IPersistenceStore |
IBasicScope.getStore()
Get the persistable store
|
Modifier and Type | Method and Description |
---|---|
IPersistenceStore |
ContextMXBean.getPersistanceStore() |
Modifier and Type | Class and Description |
---|---|
class |
FilePersistence
Simple file-based persistence for objects.
|
class |
RamPersistence
Persistence implementation that stores the objects in memory.
|
Modifier and Type | Field and Description |
---|---|
protected IPersistenceStore |
BasicScope.store
Storage for persistable attributes
|
Modifier and Type | Method and Description |
---|---|
IPersistenceStore |
BasicScope.getStore() |
IPersistenceStore |
GlobalScope.getStore()
Get persistence store for scope
|
Modifier and Type | Field and Description |
---|---|
protected IPersistenceStore |
SharedObject.storage
Object that is delegated with all storage work for persistent SOs
|
Modifier and Type | Method and Description |
---|---|
IPersistenceStore |
SharedObject.getStore()
Returns the persistence store this object is stored in
|
IPersistenceStore |
SharedObjectScope.getStore()
Get the persistable store
|
Modifier and Type | Method and Description |
---|---|
void |
SharedObject.setStore(IPersistenceStore store)
Store a reference to the persistence store in the object.
|
Constructor and Description |
---|
SharedObject(Map<String,Object> data,
String name,
String path,
boolean persistent,
IPersistenceStore storage)
Creates new SO from given data map, name, path, storage object and persistence option
|
SharedObject(String name,
String path,
boolean persistent,
IPersistenceStore storage)
Creates new SO from given data map, name, path, storage object and persistence option
|
SharedObjectScope(IScope parent,
String name,
boolean persistent,
IPersistenceStore store)
Creates shared object with given parent scope, name, persistence flag state and store object
|
Copyright © 2006-2012 The Red5 Project