org.red5.server.net.remoting
Class RemotingClient.RemotingWorker

java.lang.Object
  extended by org.red5.server.net.remoting.RemotingClient.RemotingWorker
Enclosing class:
RemotingClient

public static class RemotingClient.RemotingWorker
extends Object

Worker class that is used for asynchronous remoting calls.


Constructor Summary
RemotingClient.RemotingWorker()
           
 
Method Summary
 void executeTask(RemotingClient client, String method, Object[] params, IRemotingCallback callback)
          Execute task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingClient.RemotingWorker

public RemotingClient.RemotingWorker()
Method Detail

executeTask

public void executeTask(RemotingClient client,
                        String method,
                        Object[] params,
                        IRemotingCallback callback)
Execute task.

Parameters:
client - Remoting client
method - Method name
params - Parameters to pass to method on call
callback - Callback


Copyright © 2006-2009 The Red5 Project