com.sybase.uep.bobclient.sync
Class StartUpSyncAll
java.lang.Object
com.sybase.uep.bobclient.sync.StartUpSyncAll
- All Implemented Interfaces:
- java.lang.Runnable
public class StartUpSyncAll
- extends java.lang.Object
- implements java.lang.Runnable
Field Summary |
static long |
KEY
|
Constructor Summary |
StartUpSyncAll(PushController pushController,
java.util.Hashtable packageSyncGroupMap,
int syncType)
Constructor |
StartUpSyncAll(PushController pushController,
java.lang.String packageName,
java.util.Vector syncGroupList,
java.lang.String reqID,
int syncType)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final long KEY
- See Also:
- Constant Field Values
StartUpSyncAll
public StartUpSyncAll(PushController pushController,
java.util.Hashtable packageSyncGroupMap,
int syncType)
- Constructor
- Parameters:
pushController
- push controllerpackageSyncGroupMap
- package and sync group mapsyncType
- sync type
StartUpSyncAll
public StartUpSyncAll(PushController pushController,
java.lang.String packageName,
java.util.Vector syncGroupList,
java.lang.String reqID,
int syncType)
- Constructor
- Parameters:
pushController
- push controllerpackageName
- package namesyncGroupList
- sync group namereqID
- request idsyncType
- sync type
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
getException
public java.lang.Exception getException()