Uses of Interface
org.red5.server.api.event.IEventObservable

Packages that use IEventObservable
org.red5.server   
org.red5.server.api   
org.red5.server.api.so   
org.red5.server.so   
org.red5.server.stream   
 

Uses of IEventObservable in org.red5.server
 

Classes in org.red5.server that implement IEventObservable
 class BasicScope
          Generalizations of one of main Red5 object types, Scope.
 class GlobalScope
          Global scope is a top level scope.
 class Scope
          The scope object.
 class WebScope
          Web scope is special scope that is aware of servlet context and represents scope of Red5 application in servlet container (or application server) like Tomcat, Jetty or JBoss.
 

Uses of IEventObservable in org.red5.server.api
 

Subinterfaces of IEventObservable in org.red5.server.api
 interface IBasicScope
          Base interface for all scope objects, including SharedObjects.
 interface IGlobalScope
          The global scope that acts as root for all applications in a host.
 interface IScope
          The scope object.
 

Uses of IEventObservable in org.red5.server.api.so
 

Subinterfaces of IEventObservable in org.red5.server.api.so
 interface ISharedObject
          Serverside access to shared objects.
 

Uses of IEventObservable in org.red5.server.so
 

Classes in org.red5.server.so that implement IEventObservable
 class SharedObjectScope
          Special scope for shared objects
 

Uses of IEventObservable in org.red5.server.stream
 

Subinterfaces of IEventObservable in org.red5.server.stream
 interface IBroadcastScope
          Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.
 

Classes in org.red5.server.stream that implement IEventObservable
 class BroadcastScope
          Scope type for publishing that deals with pipe connection events, like async message listening in JMS
 



Copyright © 2006-2010 The Red5 Project