Uses of Interface
org.red5.server.api.persistence.IPersistable
-
Uses of IPersistable in org.red5.server
-
Uses of IPersistable in org.red5.server.api.persistence
Modifier and TypeMethodDescriptionLoad a persistent object with the given name.Modifier and TypeMethodDescriptionIPersistenceStore.getObjects()
Return iterator over the already loaded objects in the storage.Modifier and TypeMethodDescriptionboolean
IPersistenceStore.load
(IPersistable obj) Load state of an already instantiated persistent object.boolean
IPersistenceStore.remove
(IPersistable obj) Delete the passed persistent object.boolean
IPersistenceStore.save
(IPersistable obj) Persist given object.