|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.sync.SyncLog
Contains the information about last synchronization and also the date of last successful synchronization
Constructor Summary | |
SyncLog()
|
Method Summary | |
abstract java.util.Date |
getDateOfLastSuccessfulSync()
Gets the date of last successful synchronization or null if there was no successful synchronization since Mobile Engine was installed |
abstract java.util.Date |
getDateOfLastSync()
Gets the date of last synchronization or null if there was no synchronization since Mobile Engine was installed |
abstract java.lang.String[] |
getFailureMessages()
Gets the error messages created while last synchronization or null if there was no synchronization since Mobile Engine was installed |
abstract java.lang.String[] |
getInfoMessages()
Gets the information messages created while last synchronization or null if there was no synchronization since Mobile Engine was installed |
static SyncLog |
getInstance()
Gets the only one instance of the SyncLog class |
abstract java.lang.Exception |
getSyncException()
Returns the exception throwed while last synchronization or null if last synchronization was successful or if there was no synchronization since Mobile Engine was installed |
abstract boolean |
isReady()
Returns true if last Synchronization was successful |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SyncLog()
Method Detail |
public static SyncLog getInstance()
public abstract boolean isReady()
public abstract java.lang.String[] getFailureMessages()
public abstract java.lang.String[] getInfoMessages()
public abstract java.lang.Exception getSyncException()
public abstract java.util.Date getDateOfLastSync()
public abstract java.util.Date getDateOfLastSuccessfulSync()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |