Package org.red5.server.api.scope
Interface IScopeAware
- All Known Implementing Classes:
AdminApplication
,AntMediaApplicationAdapter
,ApplicationAdapter
,MultiThreadedApplicationAdapter
,StatefulScopeWrappingAdapter
public interface IScopeAware
Maker interface for all objects that are aware of the scope they are located in.
- Author:
- The Red5 Project, Luke Hubbard (luke@codegent.com)
-
Method Summary
-
Method Details
-
setScope
Set the scope the object is located in.- Parameters:
scope
- Scope for this object
-