SDMBundleRequest class

Deprecated. since 3.0, Use com.sap.mobile.lib.request.BundleRequest

Package

com.sap.mobile.lib.sdmconnectivity

Syntax

public class SDMBundleRequest implements ISDMBundleRequest

Implemented interfaces

Members

All members of SDMBundleRequest, including inherited members.

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