Deprecated. since 3.0, Use com.sap.mobile.lib.request.IRequestManager
All members of ISDMRequestManager, including inherited members.
MethodsModifier and Type | Method | Description |
---|---|---|
public Vector< ISDMRequest > | getAllRequests() | Returns all requests from the connectivity component which are in the queue. |
public ISDMConnectivitiyParameters | getConnectivityParameters() | Returns the ConnectivityParameters object containing the settings used by the library. |
public int | getQueueSize() | Returns the number of requests from the connectivity component which are in the queue. |
public Object | getRequest() | Returns an ISDMRequest from the queue(s) |
public boolean | hasRequests() | Returns a boolean indicating the queue has requests or doesn't. |
public void | makeRequest(final ISDMRequest) | Put a request object into the SDMRequestManager. |
public void | makeRequest(final ISDMBundleRequest) | |
public void | sendOnSuccess(final ISDMNetListener, final ISDMRequest, final ISDMResponse) | Used to notify the ISDMNetListener implementation about successful request, without blocking ISDMConnectivity threads and reducing the concurrency on the application. |
public void | setMainHandlerClassName(final String) | Sets the class name of the ISDMConnectionHandler implementation. |
public void | terminate() | Terminates all the requests in the queue. |