com.sap.ip.me.api.services
Class ClientDataReset

java.lang.Object
  extended bycom.sap.ip.me.api.services.ClientDataReset

public abstract class ClientDataReset
extends java.lang.Object

Description of the Class

Author:
SAP

Constructor Summary
ClientDataReset()
           
 
Method Summary
static ClientDataReset getInstance()
          Gets the instance attribute of the ClientDataReset class
abstract  void performReset()
          Calling this method results in the deletion of all locally persisted data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientDataReset

public ClientDataReset()
Method Detail

getInstance

public static ClientDataReset getInstance()
Gets the instance attribute of the ClientDataReset class

Returns:
The instance value

performReset

public abstract void performReset()
Calling this method results in the deletion of all locally persisted data. Furthermore, a SmartSync message is generated which requests all data for this client at the next synchronization.



Copyright © 2005 SAP AG. All Rights Reserved.