Why do you need to dig this deep?

Regards,

  
well remember when i asked "how to get a full list of all SharedObjects Avalable to the APP
not the Clint, not the Room, i mena the webapplication itselfs" i need that to have "library"

so on this kind of library i could set rights like user permissions  for files(chmod).
if i dont have access by the server i would need to read out the directory external
or even save whats comming in and what hat been deleted, with may saving wrong datas and having
no mechanism to check if the desired Shared Object might be deleted during a server crash(for example)

>the needed method to get all SO available to the app is:
****

getObjectNames

Iterator<String> getObjectNames()
Return iterator over the names of all already loaded objects in the storage.

Returns:
iterator over all objects

from Interface:

org.red5.server.api.persistence
Interface IPersistenceStore


****
>so to use this interface there is a helper class created:

****

org.red5.server.api.persistence
Class PersistenceUtils

>where i should need the method:

getPersistenceStore

public static IPersistenceStore getPersistenceStore(ResourcePatternResolver resolver,
                                                    String className)
                                             throws Exception
****

>is that right or am i wrong?

if yes  thats because i would need to know how to get the ResourcePatternResolver or better how it is defined.

thx for your answhere.


greetz Sascha


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to