org.red5.server.stream
Class SimpleBWControlService.BWContext

java.lang.Object
  extended by org.red5.server.stream.SimpleBWControlService.BWContext
All Implemented Interfaces:
IBWControlContext
Enclosing class:
SimpleBWControlService

protected class SimpleBWControlService.BWContext
extends Object
implements IBWControlContext


Constructor Summary
SimpleBWControlService.BWContext(IBWControllable controllable)
           
 
Method Summary
 IBWControllable getBWControllable()
          Return the controllable that registered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBWControlService.BWContext

public SimpleBWControlService.BWContext(IBWControllable controllable)
Method Detail

getBWControllable

public IBWControllable getBWControllable()
Description copied from interface: IBWControlContext
Return the controllable that registered.

Specified by:
getBWControllable in interface IBWControlContext
Returns:
controllabe


Copyright © 2006-2009 The Red5 Project