|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchronizationGroup
The Synchronization Group
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 |
---|
java.lang.String getPackageName()
java.lang.String getSyncGroupName()
int getPushSyncType()
void setPushSyncType(int pushSyncType)
pushSyncType
- the Synchronization Group's push typevoid setPushSyncIdleTime(int pushSyncIdleTime)
pushSyncIdleTime
- the Synchronization Group's sync idle time.int getPushSyncIdleTime()
boolean isPushEnabled()
void setPush(java.lang.String push)
push
- the Synchronization Group's is push enabled flag.java.lang.String getPush()
void setMinutes(java.lang.String minutes)
minutes
- the Synchronization Group is push interval.java.lang.String getMinutes()
void addPushLog(java.lang.String[] log)
log
- the Synchronization Group's push log.java.util.Vector getPushLogs()
void setPushLogs(java.util.Vector logs)
logs
- the Synchronization Group's push logs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |