|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.webkit.WebSyncManager
abstract class WebSyncManager
| Field Summary | |
|---|---|
protected static String |
LOGTAG
|
protected WebViewDatabase |
mDataBase
|
protected Handler |
mHandler
|
| Constructor Summary | |
|---|---|
protected |
WebSyncManager(Context context,
String name)
|
| Method Summary | |
|---|---|
protected Object |
clone()
Returns a new instance of the same class as the receiver, whose slots have been filled in with the values in the slots of the receiver. |
protected void |
onSyncInit()
|
void |
resetSync()
resetSync() resets sync manager's timer |
void |
run()
Begin doing the active part of the class' code. |
void |
startSync()
startSync() requests sync manager to start sync |
void |
stopSync()
stopSync() requests sync manager to stop sync. |
void |
sync()
sync() forces sync manager to sync now |
(package private) abstract void |
syncFromRamToFlash()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Handler mHandler
protected WebViewDatabase mDataBase
protected static final String LOGTAG
| Constructor Detail |
|---|
protected WebSyncManager(Context context,
String name)
| Method Detail |
|---|
protected Object clone()
throws CloneNotSupportedException
ObjectClasses which wish to support cloning must specify that they implement the Cloneable interface, since the implementation checks for this.
clone in class ObjectCloneNotSupportedException - if the receiver's class does not
implement the interface Cloneable.public void run()
Runnable
run in interface Runnablepublic void sync()
public void resetSync()
public void startSync()
public void stopSync()
protected void onSyncInit()
abstract void syncFromRamToFlash()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||