Uses of Interface
org.red5.server.api.service.IPendingServiceCall

Packages that use IPendingServiceCall
org.red5.server.api.service   
org.red5.server.net.remoting.message   
org.red5.server.net.rtmp   
org.red5.server.net.rtmp.event   
org.red5.server.service   
org.red5.server.stream   
 

Uses of IPendingServiceCall in org.red5.server.api.service
 

Methods in org.red5.server.api.service with parameters of type IPendingServiceCall
 void IPendingServiceCallback.resultReceived(IPendingServiceCall call)
          Triggered when results are recieved
 

Uses of IPendingServiceCall in org.red5.server.net.remoting.message
 

Classes in org.red5.server.net.remoting.message that implement IPendingServiceCall
 class RemotingCall
          Remoting method call, specific pending call.
 

Uses of IPendingServiceCall in org.red5.server.net.rtmp
 

Methods in org.red5.server.net.rtmp that return IPendingServiceCall
protected  IPendingServiceCall RTMPConnection.getPendingCall(int invokeId)
          Get pending call service by id.
protected  IPendingServiceCall RTMPConnection.retrievePendingCall(int invokeId)
          Retrieve pending call service by id.
 

Methods in org.red5.server.net.rtmp with parameters of type IPendingServiceCall
 void RTMPConnection.registerPendingCall(int invokeId, IPendingServiceCall call)
          Register pending call (remote function call that is yet to finish).
protected  void DeferredResult.setServiceCall(IPendingServiceCall call)
          Setter for service call.
 

Uses of IPendingServiceCall in org.red5.server.net.rtmp.event
 

Methods in org.red5.server.net.rtmp.event that return IPendingServiceCall
 IPendingServiceCall Invoke.getCall()
          Getter for service call
 

Constructors in org.red5.server.net.rtmp.event with parameters of type IPendingServiceCall
Invoke(IPendingServiceCall call)
          Create new invocation event with given pending service call
 

Uses of IPendingServiceCall in org.red5.server.service
 

Classes in org.red5.server.service that implement IPendingServiceCall
 class PendingCall
          Pending call is remote call operation that is in pending state.
 

Uses of IPendingServiceCall in org.red5.server.stream
 

Methods in org.red5.server.stream with parameters of type IPendingServiceCall
 void StreamingProxy.resultReceived(IPendingServiceCall call)
           
 



Copyright © 2006-2010 The Red5 Project