|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ten60.netkernel.layer1.nkf.impl.NKFHelperImpl
org.ten60.netkernel.layer1.nkf.impl.NKFComponentHelperImpl
org.ten60.netkernel.layer1.nkf.impl.NKFTransreptorHelperImpl
public class NKFTransreptorHelperImpl
A Helper with specific overrides for transreptors
| Constructor Summary | |
|---|---|
NKFTransreptorHelperImpl(Container aContainer,
ModuleDefinition aContext,
Scheduler aScheduler,
URRequest aRequest)
Creates a new instance of NKFTransreptorHelperImpl |
|
| Method Summary | |
|---|---|
void |
setResponse(INKFResponse aResponse)
Override to ensure intermediate flag on meta data is preserved |
| Methods inherited from class org.ten60.netkernel.layer1.nkf.impl.NKFComponentHelperImpl |
|---|
innerIssueAsyncRequest, innerIssueSyncRequest |
| Methods inherited from class org.ten60.netkernel.layer1.nkf.impl.NKFHelperImpl |
|---|
createIntermediateRepresentationForAspect, createResponseFrom, createResponseFrom, createSubRequest, createSubRequest, delete, exists, fragment, getCWU, getKernel, getKernelHelper, getOwningModule, getThisKernelRequest, getThisRequest, handleAsyncException, handleAsyncResponse, issueAsyncSubRequest, issueRequest, issueSubRequest, issueSubRequestForAspect, requestNew, setCWU, setResponse, sinkAspect, source, source, sourceAspect, transrept, transrept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NKFTransreptorHelperImpl(Container aContainer,
ModuleDefinition aContext,
Scheduler aScheduler,
URRequest aRequest)
| Method Detail |
|---|
public void setResponse(INKFResponse aResponse)
setResponse in interface INKFBasicHelpersetResponse in class NKFHelperImplaResponse - a response object as created by createResponseFrom methods.
If no response is set then a default Void aspect result is returned. It is an error
to set the response to null for anything other than an accessor - in this case it
has the effect of causing the accessor to not issue a response (this must be used
with care in combination with INFKAsyncRequestListener.)
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||