ISDMBundleRequest interface

Deprecated. since 3.0, Use com.sap.mobile.lib.request.IBundleRequest Interface for request bundle.

Package

com.sap.mobile.lib.sdmconnectivity

Syntax

public interface ISDMBundleRequest

Derived classes

Members

All members of ISDMBundleRequest, including inherited members.

Methods
Modifier and Type Method Description
public void addRequest(ISDMRequest) Adds a request to the storage.
public void clearRequests() Cleans out the request storage.
public ISDMRequest[] getRequests() Returns all requests from the storage.
public void removeRequest(ISDMRequest) Removes the specific request from the storage.