|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.sybase.persistence.BackgroundSynchronization
public class BackgroundSynchronization
Sybase internal use only.
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
---|---|
void |
run()
Run the polling thread contained by this instance. |
void |
shutdown()
Shutdown the polling thread contained by this instance. |
static BackgroundSynchronization |
start(java.lang.String pkg,
java.lang.String publication,
ConnectionProfile profile,
SynchronizeCallback callback)
Start background synchronization. |
Methods inherited from class java.lang.Thread |
---|
activeCount, currentThread, getName, getPriority, interrupt, isAlive, join, setPriority, sleep, start, toString, yield |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static BackgroundSynchronization start(java.lang.String pkg, java.lang.String publication, ConnectionProfile profile, SynchronizeCallback callback)
pkg
- package name to be synchronizedpublication
- publication name to be synchronizedprofile
- connection profile contains synchronization informationcallback
- call back method
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |