org.red5.server.api.scope
Interface IScopeAware

All Known Implementing Classes:
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 ([email protected]), Luke Hubbard ([email protected])

Method Summary
 void setScope(IScope scope)
          Set the scope the object is located in.
 

Method Detail

setScope

void setScope(IScope scope)
Set the scope the object is located in.

Parameters:
scope - Scope for this object


Copyright © 2006-2012 The Red5 Project