|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.FODBCollectionDescriptor
Title: OpenMobileIS project source
Description:
Field Summary | |
static short |
ONE_WAY_GET_DATA
Indicate that the synchronisation of the collection will be done in the get way. |
static short |
ONE_WAY_SEND_DATA
Indicate that the synchronisation of the collection will be done in the send way. |
static short |
TWO_WAY_SYNCHRO
Indicate that the synchronisation of the collection will be done in the two way : data change are send to the server, server modification are send to the terminal. |
Constructor Summary | |
FODBCollectionDescriptor(java.lang.String collectionName,
java.lang.Class objectType)
|
Method Summary | |
java.lang.String |
getCollectionName()
|
java.lang.Class |
getObjectType()
|
java.lang.String[] |
getSynchroDependList()
|
short |
getSynchroWay()
return the way the synchronisation is done. 3 values are possible : FODBCollectionDescriptor.TWO_WAY_SYNCHRO, FODBCollectionDescriptor.ONE_WAY_SEND_DATA, FODBCollectionDescriptor.ONE_WAY_GET_DATA |
boolean |
isCompressed()
if isCompressed return true, all stored data object in the collection are zipped. |
boolean |
isSynchronize()
|
void |
setCompressed(boolean compressed)
if set to true, all stored data object in the colleciton are zipped. |
void |
setSynchroDependList(java.lang.String[] synchroDependList)
|
void |
setSynchronize(boolean synchronize)
|
void |
setSynchroWay(short way)
set the way the synchronisation is done. 3 values are possible : FODBCollectionDescriptor.TWO_WAY_SYNCHRO, FODBCollectionDescriptor.ONE_WAY_SEND_DATA, FODBCollectionDescriptor.ONE_WAY_GET_DATA |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final short TWO_WAY_SYNCHRO
public static final short ONE_WAY_SEND_DATA
public static final short ONE_WAY_GET_DATA
Constructor Detail |
public FODBCollectionDescriptor(java.lang.String collectionName, java.lang.Class objectType)
Method Detail |
public boolean isCompressed()
public short getSynchroWay()
public void setSynchroWay(short way)
public void setCompressed(boolean compressed)
public boolean isSynchronize()
public void setSynchronize(boolean synchronize)
public java.lang.String getCollectionName()
public java.lang.Class getObjectType()
public java.lang.String[] getSynchroDependList()
public void setSynchroDependList(java.lang.String[] synchroDependList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |