red5: how can i extend ISharedObject ?

Posted by ufk on Stack Overflow See other posts from Stack Overflow or by ufk
Published on 2010-05-10T13:21:13Z Indexed on 2010/05/10 13:24 UTC
Read the original article Hit count: 161

Filed under:
|
|

Hiya.

Red5 uses ISharedObject interface to create shared objects and to operate them. because ISharedObject is an interface I'm having issues extending it.

I would like to extend the getAttribute, setAttribute, get{Int/String/Map}Attribute so the values will be checked before entered or pulled out.

how is it possible to do so ?

thanks

© Stack Overflow or respective owner

Related posts about red5

Related posts about isharedobject