|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.classloader.AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest
protected abstract class AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest
Encapsulates a remote resource request submitted asynchronously via the single-thread executor.
| Field Summary | |
|---|---|
protected JPPFResourceWrapper |
request
The request to send. |
protected JPPFResourceWrapper |
response
The response received. |
protected Throwable |
throwable
Used to collect any throwable raised during communication with the server. |
| Constructor Summary | |
|---|---|
AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest(JPPFResourceWrapper request)
Initialize with the specified request. |
|
| Method Summary | |
|---|---|
JPPFResourceWrapper |
getResponse()
Get the response received. |
Throwable |
getThrowable()
Get the throwable eventually raised during communication with the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Field Detail |
|---|
protected Throwable throwable
protected JPPFResourceWrapper request
protected JPPFResourceWrapper response
| Constructor Detail |
|---|
public AbstractJPPFClassLoaderLifeCycle.AbstractResourceRequest(JPPFResourceWrapper request)
request - the request to send.| Method Detail |
|---|
public Throwable getThrowable()
Throwable instance.
public JPPFResourceWrapper getResponse()
throws Exception
JPPFResourceWrapper instance.
Exception - if any error occurs.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||