IRequestManager interface

Consists of interface for execution of requests.

Package

com.sap.mobile.lib.request

Syntax

public interface IRequestManager

Derived classes

Members

All members of IRequestManager, including inherited members.

Methods
Modifier and Type Method Description
public void clearPendingRequests(ILogger, Context) Clears all the persisted requests from database.
public void enablePerformanceLogging() Enables performance logging for Core Services.
public IConnectivityParameters getConnectivityParameters() Returns the ConnectivityParameters object containing the settings used by the Request library.
public boolean isPerformanceLoggingEnabled() Returns whether the Performance Logging is enabled or not.
public void makeRequest(final IRequest) Puts a request object into the RequestManager object.
public void makeRequest(final IBundleRequest) Puts a bundle request object into the RequestManager object.