org.jppf.classloader
Class JPPFLocalClassLoader.ResourceRequest
java.lang.Object
org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest
org.jppf.classloader.JPPFLocalClassLoader.ResourceRequest
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- JPPFLocalClassLoader
protected class JPPFLocalClassLoader.ResourceRequest
- extends AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest
Encapsulates a remote resource request submitted asynchronously
via the single-thread executor.
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPPFLocalClassLoader.ResourceRequest
public JPPFLocalClassLoader.ResourceRequest(JPPFResourceWrapper request)
- Initialize with the specified request.
- Parameters:
request - the request to send.
run
public void run()
-
Copyright © 2005-2010 JPPF Team.