NetKernel APIs


Uses of Class
org.ten60.netkernel.layer1.nkf.NKFException

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

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

Methods in org.ten60.netkernel.layer1.nkf with parameters of type NKFException
 void INKFAsyncRequestListener.receiveException(NKFException aException, INKFRequest aRequest, INKFConvenienceHelper context)
          Called when a request fails.
 

Methods in org.ten60.netkernel.layer1.nkf that throw NKFException
 IURRepresentation INKFConvenienceHelper.source(String aURI)
          Source a resource from its URI
 IURRepresentation INKFConvenienceHelper.source(String aURI, Class aAspectClass)
          Source a resource from its URI
 IURAspect INKFConvenienceHelper.sourceAspect(String aURI, Class aAspectClass)
          Source a specific aspect of a resource from its URI
 void INKFConvenienceHelper.sinkAspect(String aURI, IURAspect aAspect)
          Sink an aspect to the resource at a URI
 boolean INKFConvenienceHelper.exists(String aURI)
          Check for the existence of a resource for the given URI
 boolean INKFConvenienceHelper.delete(String aURI)
          Delete a resource for the given URI
 IURAspect INKFConvenienceHelper.transrept(IURAspect aSource, Class aAspectClass)
          Transrept a internally created resource into alternative aspect.
 IURAspect INKFConvenienceHelper.transrept(IURRepresentation aSource, Class aAspectClass)
          Transrept a internally created resource into alternative aspect.
 String INKFConvenienceHelper.requestNew(String aURIBase, IURAspect aOptionalSource)
          Request the creation of a new resource
 IURAspect INKFConvenienceHelper.fragment(IURAspect aSource, String aFragment, String aMimeType, Class aAspectClass)
          Apply a fragment identifier to an internally created resource.
 URRequest INKFKernelHelper.getThisKernelRequest()
          Advanced Return the request which initiated this invocation of the accessor
 void INKFRequest.setURI(String aURI)
          Sets the base URI of the request, defaults to nothing and using it will fail if not set.
 void INKFRequest.addArgument(String aName, String aURI)
          Adds a named pass-by-reference argument to the request.
 IURRepresentation INKFAsyncRequestHandle.join()
          Wait for an asynchronous subrequest to complete and return result - same effect as join(0)
 IURRepresentation INKFAsyncRequestHandle.join(long aTimeout)
          Wait for an asynchronous subrequest to complete and return result
 INKFRequestReadOnly INKFBasicHelper.getThisRequest()
          Return a wrapper around the request which initiated the invocation of this accessor
 INKFRequest INKFBasicHelper.createSubRequest(String aURI)
          Create a subrequest with a given base URI.
 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.
 

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

Methods in org.ten60.netkernel.layer1.nkf.impl that throw NKFException
 IURRepresentation NKFAsyncRequestHandleImpl.join()
           
 IURRepresentation NKFAsyncRequestHandleImpl.join(long aTimeout)
           
 void NKFRequestImpl.addArgument(String aName, String aURI)
           
 void NKFRequestImpl.setURI(String aURI)
           
 URRequest NKFHelperImpl.getThisKernelRequest()
           
 INKFRequestReadOnly NKFHelperImpl.getThisRequest()
           
 INKFRequest NKFHelperImpl.createSubRequest(String aURI)
           
 IURRepresentation NKFHelperImpl.issueSubRequest(INKFRequest aRequest)
           
 IURAspect NKFHelperImpl.issueSubRequestForAspect(INKFRequest aRequest)
           
 INKFAsyncRequestHandle NKFHelperImpl.issueAsyncSubRequest(INKFRequest aRequest)
           
 void NKFHelperImpl.sinkAspect(String aURI, IURAspect aAspect)
           
 IURRepresentation NKFHelperImpl.source(String aURI)
           
 IURRepresentation NKFHelperImpl.source(String aURI, Class aAspectClass)
           
 IURAspect NKFHelperImpl.sourceAspect(String aURI, Class aAspectClass)
           
 IURAspect NKFHelperImpl.transrept(IURAspect aSource, Class aAspectClass)
           
 IURAspect NKFHelperImpl.transrept(IURRepresentation aSource, Class aAspectClass)
           
 IURAspect NKFHelperImpl.fragment(IURAspect aSource, String aFragment, String aMimeType, Class aAspectClass)
           
 String NKFHelperImpl.requestNew(String aURIBase, IURAspect aOptionalSource)
           
 boolean NKFHelperImpl.exists(String aURI)
           
 boolean NKFHelperImpl.delete(String aURI)
           
 


NetKernel APIs


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