Uses of Interface
org.red5.server.api.persistence.IPersistable
Packages that use 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. -
Uses of IPersistable in org.red5.server.persistence
Fields in org.red5.server.persistence with type parameters of type IPersistableModifier and TypeFieldDescriptionprotected ConcurrentMap<String, IPersistable> RamPersistence.objectsMap for persistable objectsMethods in org.red5.server.persistence that return IPersistableModifier and TypeMethodDescriptionLoad a persistent object with the given name.Methods in org.red5.server.persistence that return types with arguments of type IPersistableModifier and TypeMethodDescriptionRamPersistence.getObjects()Return iterator over the already loaded objects in the storage.Methods in org.red5.server.persistence with parameters of type IPersistableModifier and TypeMethodDescriptionprotected StringRamPersistence.getObjectId(IPersistable object) Get object idbooleanRamPersistence.load(IPersistable obj) Load state of an already instantiated persistent object.booleanRamPersistence.remove(IPersistable object) Delete the passed persistent object.booleanRamPersistence.save(IPersistable object) Persist given object. -
Uses of IPersistable in org.red5.server.so
Classes in org.red5.server.so that implement IPersistableModifier and TypeClassDescriptionclassWorks with client-side shared objectclassRepresents a remote shared object on server-side.