Uses of Interface
org.red5.server.api.persistence.IPersistable
Packages that use IPersistable
-
Uses of IPersistable in org.red5.server
Classes in org.red5.server that implement IPersistable -
Uses of IPersistable in org.red5.server.api.persistence
Methods in org.red5.server.api.persistence that return IPersistableModifier and TypeMethodDescriptionLoad a persistent object with the given name.Methods in org.red5.server.api.persistence that return types with arguments of type IPersistableModifier and TypeMethodDescriptionIPersistenceStore.getObjects()Return iterator over the already loaded objects in the storage.Methods in org.red5.server.api.persistence with parameters of type IPersistableModifier and TypeMethodDescriptionbooleanIPersistenceStore.load(IPersistable obj) Load state of an already instantiated persistent object.booleanIPersistenceStore.remove(IPersistable obj) Delete the passed persistent object.booleanIPersistenceStore.save(IPersistable obj) Persist given object.