|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.RIMPersistableObject
com.sybase.uep.bobclient.data.RIMSynchronizationGroup
public class RIMSynchronizationGroup
The RIM Synchronization Group
Constructor Summary | |
---|---|
RIMSynchronizationGroup(java.lang.String packageName,
java.lang.String syncGroupName)
Constructor |
|
RIMSynchronizationGroup(java.lang.String packageName,
java.lang.String syncGroupName,
java.lang.String push,
java.lang.String minutes)
Constructor |
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. |
Methods inherited from class com.sybase.uep.bobclient.data.RIMPersistableObject |
---|
getBooleanProperty, getProperties, getProperty, getStringProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RIMSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroupName)
packageName
- the package namesyncGroupName
- the synchronization group namepublic RIMSynchronizationGroup(java.lang.String packageName, java.lang.String syncGroupName, java.lang.String push, java.lang.String minutes)
packageName
- the package namesyncGroupName
- the synchronization group namepush
- the push enabled flagminutes
- the push intervalMethod Detail |
---|
public java.lang.String getPackageName()
getPackageName
in interface SynchronizationGroup
public java.lang.String getSyncGroupName()
getSyncGroupName
in interface SynchronizationGroup
public boolean isPushEnabled()
isPushEnabled
in interface SynchronizationGroup
public void setPush(java.lang.String push)
setPush
in interface SynchronizationGroup
push
- the Synchronization Group's is push enabled flag.public java.lang.String getPush()
getPush
in interface SynchronizationGroup
public void setPushSyncIdleTime(int pushSyncIdleTime)
setPushSyncIdleTime
in interface SynchronizationGroup
pushSyncIdleTime
- the Synchronization Group's sync idle time.public int getPushSyncIdleTime()
getPushSyncIdleTime
in interface SynchronizationGroup
public int getPushSyncType()
getPushSyncType
in interface SynchronizationGroup
public void setPushSyncType(int pushSyncType)
setPushSyncType
in interface SynchronizationGroup
pushSyncType
- the Synchronization Group's push typepublic void setMinutes(java.lang.String minutes)
setMinutes
in interface SynchronizationGroup
minutes
- the Synchronization Group is push interval.public java.lang.String getMinutes()
getMinutes
in interface SynchronizationGroup
public void addPushLog(java.lang.String[] log)
addPushLog
in interface SynchronizationGroup
log
- the Synchronization Group's push log.public java.util.Vector getPushLogs()
getPushLogs
in interface SynchronizationGroup
public void setPushLogs(java.util.Vector logs)
setPushLogs
in interface SynchronizationGroup
logs
- the Synchronization Group's push logs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |