|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of URResult in com.ten60.netkernel.cache |
Methods in com.ten60.netkernel.cache with parameters of type URResult | |
void |
ICachelet.put(URResult aResult)
Gives the cachelet the opportunity to update or invalidate the cache based on the result that has been issued |
void |
Cache.put(URResult aResult)
public interface for putting informing the cache of a result- it is its choice whether to use it or not |
Uses of URResult in com.ten60.netkernel.scheduler |
Methods in com.ten60.netkernel.scheduler that return URResult | |
URResult |
Scheduler.requestSynch(URRequest aRequest)
|
Methods in com.ten60.netkernel.scheduler with parameters of type URResult | |
void |
Scheduler.receiveAsyncResult(URResult aResult)
|
void |
Scheduler.receiveAsyncException(URResult aResult)
|
Uses of URResult in com.ten60.netkernel.transport |
Methods in com.ten60.netkernel.transport with parameters of type URResult | |
void |
TransportManager.receiveAsyncResult(URResult aResult)
We get told when synchronous requests complete |
void |
TransportManager.receiveAsyncException(URResult aResult)
We get told when synchronous requests complete |
Uses of URResult in com.ten60.netkernel.urii.accessor |
Methods in com.ten60.netkernel.urii.accessor that return URResult | |
protected URResult |
AccessorImpl.issueSynchRequest(URRequest aRequest)
issue a synchronous request |
Methods in com.ten60.netkernel.urii.accessor with parameters of type URResult | |
void |
AccessorImpl.receiveAsyncResult(URResult aResult)
This callback must be overriden if we make asynchronous requests so at to receive the results |
void |
AccessorImpl.receiveAsyncException(URResult aResult)
default exception handling is to add exception frame and re-throw |
Uses of URResult in com.ten60.netkernel.urrequest |
Methods in com.ten60.netkernel.urrequest that return URResult | |
URResult |
IURSynchRequestee.requestSynch(URRequest aRequest)
make a synchronous request |
Methods in com.ten60.netkernel.urrequest with parameters of type URResult | |
void |
IURRequestor.receiveAsyncResult(URResult aResult)
A callback when a result to a previous request is available |
void |
IURRequestor.receiveAsyncException(URResult aResult)
A callback when execution of a previous request has failed |
Uses of URResult in org.ten60.netkernel.layer1.accessor |
Methods in org.ten60.netkernel.layer1.accessor with parameters of type URResult | |
void |
AccessorImpl.receiveAsyncException(URResult aResult)
default exception handling is to add exception frame and re-throw |
void |
AccessorImpl.receiveAsyncResult(URResult aResult)
By default we ignore any results we receive- override this if you are making asychronous requests |
Uses of URResult in org.ten60.netkernel.layer1.nkf.impl |
Methods in org.ten60.netkernel.layer1.nkf.impl with parameters of type URResult | |
void |
NKFAsyncRequestHandleImpl.receiveAsyncException(URResult aResult)
|
void |
NKFAsyncRequestHandleImpl.receiveAsyncResult(URResult aResult)
|
void |
NKFAccessorImpl.receiveAsyncException(URResult aResult)
subclasses of this accessor cannot issue any asychronous requests |
void |
NKFAccessorImpl.receiveAsyncResult(URResult aResult)
subclasses of this accessor cannot issue any asychronous requests |
|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |