Uses of Package
net.rim.pushsdk.commons

Packages that use net.rim.pushsdk.commons
net.rim.pushsdk.acknowledgement This package is used to manage the acknowledgement of result notifications. 
net.rim.pushsdk.commons This package contains base classes, base exceptions, utility and helper classes that are shared across other components. 
net.rim.pushsdk.commons.content This package contains classes which model content to be included in push requests. 
net.rim.pushsdk.commons.http This package contains an interface for and an implementation of an HTTP client. 
net.rim.pushsdk.pap This package implements a Push Access Protocol (PAP) client, including marshalling and unmarshalling of push, cancel, and status query messages. 
net.rim.pushsdk.pap.control This package implements PAP control messages. 
net.rim.pushsdk.pap.unmarshal This package implements PAP message unmarshalling. 
net.rim.pushsdk.push This package includes the APIs to push, cancel and query the status of previously submitted messages. 
net.rim.pushsdk.push.count This package is used to provide tracking to determine when push requests are complete (i.e. 
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.push.stats This package is used to provide tracking of running push count, total content sum, and remaining quota per push application. 
net.rim.pushsdk.pushappmgmt This package manages the details of push applications, including persistence. 
net.rim.pushsdk.query.subscription This package contains classes responsible for performing non-PAP queries on the PPG that relate to subscription and checking the status of subscribers on the PPG end. 
net.rim.pushsdk.subscription This package contains the subscription POJOs, subscription DAOs, subscription exceptions, and business logic for subscription-related functions. 
net.rim.pushsdk.subscription.match This package contains classes used for the threaded matching of subscribers. 
net.rim.pushsdk.subscription.sync This package contains classes involved in the syncing of the statuses of subscribers on the SDK side with the statuses of subscribers on the PPG side. 
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.acknowledgement
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.commons
IdGenerator
          Interface that defines a method to generate globally unique ids.
PropertyStore
          Abstract class for storing SDK properties.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.commons.content
BoundaryGenerator
          Generates a boundary for use in MIME multipart messages to separate the pieces of content.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.commons.http
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.pap
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
UnauthorizedException
          Exception thrown when the requested operation did not succeed due to an authorization failure at the PPG.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.pap.control
IdGenerator
          Interface that defines a method to generate globally unique ids.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.pap.unmarshal
PushSDKException
          High level exception thrown by many of the SDK's public methods.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.push
IdGenerator
          Interface that defines a method to generate globally unique ids.
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
UnauthorizedException
          Exception thrown when the requested operation did not succeed due to an authorization failure at the PPG.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.push.count
PushSDKBaseDAO
          Base DAO for all other DAOs.
PushSDKException
          High level exception thrown by many of the SDK's public methods.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.push.request
PushSDKBaseDAO
          Base DAO for all other DAOs.
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.push.stats
PushSDKBaseDAO
          Base DAO for all other DAOs.
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.pushappmgmt
PushSDKBaseDAO
          Base DAO for all other DAOs.
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.query.subscription
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
UnauthorizedException
          Exception thrown when the requested operation did not succeed due to an authorization failure at the PPG.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.subscription
PushSDKBaseDAO
          Base DAO for all other DAOs.
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.subscription.match
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
 

Classes in net.rim.pushsdk.commons used by net.rim.pushsdk.subscription.sync
PushSDKException
          High level exception thrown by many of the SDK's public methods.
PushSDKProperties
          Interface that defines operations to encapsulate access to the push SDK properties.
SQLProperties
          Interface that defines operations to encapsulate access to the SQL properties.
 



Copyright © 2011 Research In Motion. All Rights Reserved.