NetKernel APIs


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

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

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(String aURI)
          Create a subrequest with a given base URI.
 

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

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(String aURI)
           
 

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


NetKernel APIs


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