NetKernel APIs


Uses of Interface
org.ten60.netkernel.layer1.nkf.INKFRequest

Packages that use INKFRequest
org.ten60.netkernel.layer1.accessor   
org.ten60.netkernel.layer1.nkf   
org.ten60.netkernel.layer1.nkf.impl   
 

Uses of INKFRequest in org.ten60.netkernel.layer1.accessor
 

Methods in org.ten60.netkernel.layer1.accessor with parameters of type INKFRequest
 void NKFWormholeAccessor.receiveException(NKFException aException, INKFRequest aRequest, INKFConvenienceHelper context)
           
 void NKFWormholeAccessor.receiveRepresentation(IURRepresentation aRepresentation, INKFRequest aRequest, INKFConvenienceHelper context)
           
 

Uses of INKFRequest in org.ten60.netkernel.layer1.nkf
 

Methods in org.ten60.netkernel.layer1.nkf that return INKFRequest
 INKFRequest INKFBasicHelper.createSubRequest()
          Create a subrequest which can then be configured with target URI, arguments, type etc before being issued to the kernel for scheduling.
 INKFRequest INKFBasicHelper.createSubRequest(java.lang.String aURI)
          Create a subrequest with a given base URI.
 

Methods in org.ten60.netkernel.layer1.nkf with parameters of type INKFRequest
 INKFAsyncRequestHandle INKFBasicHelper.issueAsyncSubRequest(INKFRequest aRequest)
          Issue an asynchronous subrequest.
 IURRepresentation INKFBasicHelper.issueSubRequest(INKFRequest aRequest)
          Issue a subrequest.
 IURAspect INKFBasicHelper.issueSubRequestForAspect(INKFRequest aRequest)
          Issue a subrequest.
 void INKFAsyncRequestListener.receiveException(NKFException aException, INKFRequest aRequest, INKFConvenienceHelper context)
          Called when a request fails.
 void INKFAsyncRequestListener.receiveRepresentation(IURRepresentation aRepresentation, INKFRequest aRequest, INKFConvenienceHelper context)
          Called when the result of a request is made available.
 

Uses of INKFRequest in org.ten60.netkernel.layer1.nkf.impl
 

Classes in org.ten60.netkernel.layer1.nkf.impl that implement INKFRequest
 class NKFRequestImpl
          Wrapper around the construction of a sub-request from within an accessor
 

Methods in org.ten60.netkernel.layer1.nkf.impl that return INKFRequest
 INKFRequest NKFHelperImpl.createSubRequest()
           
 INKFRequest NKFHelperImpl.createSubRequest(java.lang.String aURI)
           
 

Methods in org.ten60.netkernel.layer1.nkf.impl with parameters of type INKFRequest
 INKFAsyncRequestHandle NKFHelperImpl.issueAsyncSubRequest(INKFRequest aRequest)
           
 IURRepresentation NKFHelperImpl.issueSubRequest(INKFRequest aRequest)
           
 IURAspect NKFHelperImpl.issueSubRequestForAspect(INKFRequest aRequest)
           
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.