org.red5.server.net.remoting
Class RemotingClient.RemotingWorker
java.lang.Object
org.red5.server.net.remoting.RemotingClient.RemotingWorker
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- RemotingClient
public static final class RemotingClient.RemotingWorker
- extends Object
- implements Runnable
Worker class that is used for asynchronous remoting calls.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotingClient.RemotingWorker
public RemotingClient.RemotingWorker(RemotingClient client,
String method,
Object[] params,
IRemotingCallback callback)
- Execute task.
- Parameters:
client
- Remoting clientmethod
- Method nameparams
- Parameters to pass to method on callcallback
- Callback
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2006-2010 The Red5 Project