Uses of Package
net.rim.pushsdk.push.request

Packages that use net.rim.pushsdk.push.request
net.rim.pushsdk.acknowledgement This package is used to manage the acknowledgement of result notifications. 
net.rim.pushsdk.push This package includes the APIs to push, cancel and query the status of previously submitted messages. 
net.rim.pushsdk.push.request This package is used to provide persistence for and manage the data sent in a push and the results of the push for each subscriber or address being pushed to. 
net.rim.pushsdk.pushappmgmt This package manages the details of push applications, including persistence. 
 

Classes in net.rim.pushsdk.push.request used by net.rim.pushsdk.acknowledgement
PushRequestDetailService
          Interface defining business operations to manage push request details.
PushRequestService
          Interface defining business operations to manage push requests.
 

Classes in net.rim.pushsdk.push.request used by net.rim.pushsdk.push
InvalidPushRequestException
          Exception thrown when a push request cannot be found in the persistent store or a push request with the specified id already exists in the persistent store.
PushRequestDetailService
          Interface defining business operations to manage push request details.
PushRequestService
          Interface defining business operations to manage push requests.
 

Classes in net.rim.pushsdk.push.request used by net.rim.pushsdk.push.request
PushRequest
          Value object that represents a push request object.
PushRequestDAO
          Interface defining data access methods needed to manage PushRequest objects in the persistent store.
PushRequestDetail
          Value object that represents a push request detail object.
PushRequestDetailDAO
          Interface defining data access methods needed to manage PushRequestDetail objects in the persistent store.
PushRequestDetailMemoryDataStore
          Represents in-memory storage of push request detail data.
PushRequestDetailService
          Interface defining business operations to manage push request details.
PushRequestMemoryDataStore
          Represents in-memory storage of push request data.
PushRequestService
          Interface defining business operations to manage push requests.
 

Classes in net.rim.pushsdk.push.request used by net.rim.pushsdk.pushappmgmt
PushRequestDetailMemoryDataStore
          Represents in-memory storage of push request detail data.
PushRequestMemoryDataStore
          Represents in-memory storage of push request data.
 



Copyright © 2011 Research In Motion. All Rights Reserved.