com.sybase.uep.bobclient.interfaces
Interface SynchronizationGroup

All Known Implementing Classes:
RIMSynchronizationGroup

public interface SynchronizationGroup

The Synchronization Group

Author:
bdeng

Method Summary
 void addPushLog(java.lang.String[] log)
          Adds the log to Synchronization Group's push logs.
 java.lang.String getMinutes()
          Returns the Synchronization Group's push interval.
 java.lang.String getPackageName()
          Returns the Synchronization Group's package name.
 java.lang.String getPush()
          Returns the Synchronization Group is push enabled flag.
 java.util.Vector getPushLogs()
          Returns the Synchronization Group's push logs.
 int getPushSyncIdleTime()
          Returns the Synchronization Group's sync idle time.
 int getPushSyncType()
          Returns the Synchronization Group's push type.
 java.lang.String getSyncGroupName()
          Returns the Synchronization Group's name.
 boolean isPushEnabled()
          Returns if the Synchronization Group is push enabled.
 void setMinutes(java.lang.String minutes)
          Sets the Synchronization Group is push interval.
 void setPush(java.lang.String push)
          Sets the Synchronization Group is push enabled flag.
 void setPushLogs(java.util.Vector logs)
          Sets the Synchronization Group's push logs.
 void setPushSyncIdleTime(int pushSyncIdleTime)
          Sets the Synchronization Group's sync idle time.
 void setPushSyncType(int pushSyncType)
          Sets the Synchronization Group's push type.
 

Method Detail

getPackageName

java.lang.String getPackageName()
Returns the Synchronization Group's package name.

Returns:
the Synchronization Group's package name.

getSyncGroupName

java.lang.String getSyncGroupName()
Returns the Synchronization Group's name.

Returns:
the Synchronization Group's name.

getPushSyncType

int getPushSyncType()
Returns the Synchronization Group's push type.

Returns:
the Synchronization Group's push type.

setPushSyncType

void setPushSyncType(int pushSyncType)
Sets the Synchronization Group's push type.

Parameters:
pushSyncType - the Synchronization Group's push type

setPushSyncIdleTime

void setPushSyncIdleTime(int pushSyncIdleTime)
Sets the Synchronization Group's sync idle time.

Parameters:
pushSyncIdleTime - the Synchronization Group's sync idle time.

getPushSyncIdleTime

int getPushSyncIdleTime()
Returns the Synchronization Group's sync idle time.

Returns:
the Synchronization Group's sync idle time.

isPushEnabled

boolean isPushEnabled()
Returns if the Synchronization Group is push enabled.

Returns:
true if the Synchronization Group is push enabled.

setPush

void setPush(java.lang.String push)
Sets the Synchronization Group is push enabled flag.

Parameters:
push - the Synchronization Group's is push enabled flag.

getPush

java.lang.String getPush()
Returns the Synchronization Group is push enabled flag.

Returns:
the Synchronization Group's is push enabled flag.

setMinutes

void setMinutes(java.lang.String minutes)
Sets the Synchronization Group is push interval.

Parameters:
minutes - the Synchronization Group is push interval.

getMinutes

java.lang.String getMinutes()
Returns the Synchronization Group's push interval.

Returns:
the Synchronization Group's push interval.

addPushLog

void addPushLog(java.lang.String[] log)
Adds the log to Synchronization Group's push logs.

Parameters:
log - the Synchronization Group's push log.

getPushLogs

java.util.Vector getPushLogs()
Returns the Synchronization Group's push logs.

Returns:
the Synchronization Group's push logs.

setPushLogs

void setPushLogs(java.util.Vector logs)
Sets the Synchronization Group's push logs.

Parameters:
logs - the Synchronization Group's push logs.