|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultiServicePlatformListener
A listener interface for multi-service platform events. These listeners implement the functionality of the BlackBerry Balance feature. BlackBerry Balance is available in BlackBerry Enterprise Server 5.0.3 and later.
For more information about BlackBerry Balance, see Securing Devices for Personal Use and Work Use, available at blackberry.com/security
You should implement a public default constructor,
which makes it possible for the MultiServicePlatformManager to
recreate a listener, if needed, when
a wipe is initiated. The MultiServicePlatformManager may need to
recreate a listener when the listener was
previously registered with the MultiServicePlatformManager but is not currently registered.
| Method Summary | ||
|---|---|---|
|
int |
wipe(String serviceUid,
long dataType)
Removes data associated with a specific service UID. |
| Method Detail |
|---|
int wipe(String serviceUid,
long dataType)
If this method fails to wipe data when called, you can call it twice more before it gives up and returns FAILURE.
serviceUid - The service UID of the data that should be wiped.dataType - The type of data that should be wiped for the specific service UID.
MultiServicePlatformConstants.SUCCESS if successful;
otherwise, MultiServicePlatformConstants.FAILURE.
This method can be called a maximum of three times; after that it returns FAILURE.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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