Interface IGlobalScope

All Superinterfaces:
IBasicScope, ICoreObject, IEventDispatcher, IEventHandler, IEventListener, IEventObservable, IScope, IServiceHandlerProvider, ResourceLoader, ResourcePatternResolver
All Known Implementing Classes:
GlobalScope

public interface IGlobalScope extends IScope
The global scope that acts as root for all applications in a host.
Author:
The Red5 Project, Luke Hubbard (luke@codegent.com)
  • Method Details

    • register

      void register()
      Register the global scope in the server and initialize it
    • getServer

      IServer getServer()
      Return the server this global scope runs in.
      Returns:
      the server