BundleRequest class

Syntax

public class BundleRequest extends IBundleRequest

Members

All members of BundleRequest, including inherited members.

Variables
Modifier and Type Variable Description
boolean isPersistRequest  
Constructors
Modifier and Type Constructor Description
public BundleRequest()  
Methods
Modifier and Type Method Description
public void addRequest(final IRequest)  
public void clearRequests() Cleans out the request storage.
public IRequest[] getRequests() Returns all the requests from the storage.
public void removeRequest(final IRequest)  
Inherited members from IBundleRequest
Modifier and Type Member Description
public void addRequest(IRequest) Adds a request to the storage.
public void removeRequest(IRequest) Removes the specific request from the storage.