NetKernel APIs


com.ten60.netkernel.urrequest
Interface IURSynchRequestee

All Known Implementing Classes:
Scheduler

public interface IURSynchRequestee

An object that a synchronous request can be made.


Method Summary
 URResult requestSynch(URRequest aRequest)
          make a synchronous request
 

Method Detail

requestSynch

public URResult requestSynch(URRequest aRequest)
                      throws NetKernelException
make a synchronous request

Parameters:
aRequest - the request being made
Returns:
the result of the request if it was successful
Throws:
NetKernelException - thrown if the request was unsuccessful for any reason

NetKernel APIs


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