net.rim.device.api.system
Class MultiServicePlatformConstants
java.lang.Object
net.rim.device.api.system.MultiServicePlatformConstants
public final class MultiServicePlatformConstants
- extends Object
Constants pertaining to the Multi-Service Platform framework.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
|
Field Summary |
|
static int |
ACTION_ALLOWED
The value indicating that resources associated with the specified service mode may be accessed by the
requesting application in its current state. |
|
static int |
ACTION_ALLOWED_AND_NOTIFY
The value indicating that resources associated with the specified service mode may be accessed by the
requesting application in its current state and that a state update notification should be suggested to the
application. |
|
static int |
ACTION_DISALLOWED
The value indicating that resources associated with the specified service mode may not be accessed by the
requesting application in its current state. |
|
static int |
FAILURE
The value used to describe operations that have failed. |
|
static int |
HIGH_PRIORITY
The priority to use for high priority MultiServicePlatformListener instances. |
|
static int |
LOW_PRIORITY
The priority to use for low priority MultiServicePlatformListener instances. |
|
static int |
MEDIUM_PRIORITY
The priority to use for medium priority MultiServicePlatformListener instances. |
|
static long |
NO_GRANULARITY
The mask describing an interest in all wipe commands regardless of the type of data being deleted. |
|
static int |
SUCCESS
The value used to describe operations that have completed successfully. |
LOW_PRIORITY
public static final int LOW_PRIORITY
- The priority to use for low priority
MultiServicePlatformListener instances.
Priorities set the order in which listeners are called: high is called before medium which is
called before low. Listeners with the same priority are called in any order.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
MEDIUM_PRIORITY
public static final int MEDIUM_PRIORITY
- The priority to use for medium priority
MultiServicePlatformListener instances.
Priorities set the order in which listeners are called: high is called before medium which is
called before low. Listeners with the same priority are called in any order.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
HIGH_PRIORITY
public static final int HIGH_PRIORITY
- The priority to use for high priority
MultiServicePlatformListener instances.
Priorities set the order in which listeners are called: high is called before medium which is
called before low. Listeners with the same priority are called in any order.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
SUCCESS
public static final int SUCCESS
- The value used to describe operations that have completed successfully.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
FAILURE
public static final int FAILURE
- The value used to describe operations that have failed.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
ACTION_DISALLOWED
public static final int ACTION_DISALLOWED
- The value indicating that resources associated with the specified service mode may not be accessed by the
requesting application in its current state.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
ACTION_ALLOWED
public static final int ACTION_ALLOWED
- The value indicating that resources associated with the specified service mode may be accessed by the
requesting application in its current state.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
ACTION_ALLOWED_AND_NOTIFY
public static final int ACTION_ALLOWED_AND_NOTIFY
- The value indicating that resources associated with the specified service mode may be accessed by the
requesting application in its current state and that a state update notification should be suggested to the
application.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
NO_GRANULARITY
public static final long NO_GRANULARITY
- The mask describing an interest in all wipe commands regardless of the type of data being deleted.
- See Also:
- Constant Field Values
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 7.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal