com.sybase.uep.bobclient.sync
Class StartUpSyncAll

java.lang.Object
  extended by 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
 
Method Summary
 java.lang.Exception getException()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final long KEY
See Also:
Constant Field Values
Constructor Detail

StartUpSyncAll

public StartUpSyncAll(PushController pushController,
                      java.util.Hashtable packageSyncGroupMap,
                      int syncType)
Constructor

Parameters:
pushController - push controller
packageSyncGroupMap - package and sync group map
syncType - 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 controller
packageName - package name
syncGroupList - sync group name
reqID - request id
syncType - sync type
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getException

public java.lang.Exception getException()