jSyncManager
< A B C D E F G H I J L M N O P Q R S T U V W X Y

R

RAM_BASED - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabaseInfo
A flag to denote that this database is RAM based.
RAM_BASED_DB_FLAG - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denate that this is a RAM-based database.
rb - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.NotepadRecord
 
rb - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord
A handle to the resource bundle to use.
rb - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListRecord
 
rb - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
 
rb - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.MailRecord
 
READ_ACTUAL_SIZE - Static variable in class org.jSyncManager.API.Protocol.Util.DLPAppPreference
Used when specifying the number of bytes to return when requesting an app preference, this value will return all the bytes in the application preference.
READ_APP_BLOCK - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading an open databases application block.
READ_APP_PREFERENCE - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read an application preference.
READ_DATABASE_LIST - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading the database list.
READ_FEATURE - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read a feature from the handheld.
READ_FLAG - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.MailRecord
A flag to denote that this record has been read.
READ_FLAG_ROTATE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.MailRecord
A bit-rotation value for the read flag.
READ_ID_LIST_SORT_FLAG - Static variable in class org.jSyncManager.API.Conduit.ConduitHandler
 
READ_MODE - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denote that the database should be opened in read mode.
READ_MULTI_FLAG - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denote that during a call to read the database list, multiple entries are allowed in the response.
READ_NET_SYNC_INFO - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read the network HotSync information.
READ_NEXT_MOD_REC - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading the next modified record from a database.
READ_NEXT_MOD_REC_IN_CAT - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read the next modified record in a category.
READ_NEXT_REC_IN_CAT - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read the next category in a record.
READ_ONLY - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denote that this database is flagged as read-only.
READ_OPEN_DB_INFO - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read the information on an open database.
READ_REC_ID_LIST - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to read a databases record ID list.
READ_RECORD - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading a record from a database.
READ_RESOURCE - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading a resource from a database.
READ_SORT_BLOCK - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading a sort databases application block.
READ_STORAGE_INFO - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading the storage information.
READ_SYSTEM_INFO - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading the system information.
READ_USER_INFO - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for reading the user information.
readAppPreference(byte[], char, char, byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the specified application preference.
readAppPreference(int, char, char, byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the specified application preference.
readAppPreference(int, char, char, byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Reads an application preference from the handheld.
readAppPreference(String, char, char, byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the specified application preference.
readArgument(int) - Method in class org.jSyncManager.API.Protocol.DLP_Packet
Returns the data in the specified argument.
readBooleanCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get boolean value of node JSCSVCell object.
readBooleanElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read boolean element and return the value.
readByte() - Method in class org.jSyncManager.API.Transport.SLPTransportInterface
Read a single byte from the underlying data stream.
readByte() - Method in class org.jSyncManager.Transport.ModemTransport
Read a single byte from the Java COMM API port.
readByte() - Method in class org.jSyncManager.Transport.JUSBTransport
Read a single byte from the underlying data stream.
readByte() - Method in class org.jSyncManager.Transport.DebugTransport
Read a single byte from the underlying data stream.
readByte() - Method in class org.jSyncManager.Transport.CommAPITransport
Read a single byte from the Java COMM API port.
readByteArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get byte array value of node JSCSVCell object.
readByteArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read byte array element and return the value in a byte array.
readByteCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get byte value of node JSCSVCell object.
readByteElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read byte element and return the value.
readCalendarCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get GregorianCalendar value of node JSCSVCell object.
readCharArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get char array value of node JSCSVCell object.
readCharArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read char array element and return the value in a byte array.
readCharCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get char value of node JSCSVCell object.
readCharElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read char element and return the value.
readDatabase(String) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads an entire database from the Palm.
readDateElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read date element and return the Calendar value.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Read and parse the contents from an InputStreamReader stream.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.DLPRecordCSV
Read document from an InputStreamReader stream and parse.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Read document from InputStreadReader and parse.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Read the InputStreadReader input and parse the contents into a JSCSVDocument document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Read the InputStreadReader input and parse the contents into a JSCSVDocument document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV
Read JSCSVDocument document contents into the CSV document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Read JSXMLDocument through InputStreamReader and parse into XML Document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Read JSXMLDocument through InputStreamReader and parse into the JSCSVDocument.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListDBCSV
Read the InputStreadReader input and parse the contents into a JSCSVDocument document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListDBXML
Read JSXMLDocument through InputStreamReader and parse into XML Document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseDBCSV
Read the InputStreadReader input and parse the contents into a JSCSVDocument document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Read JSXMLDocument through InputStreamReader and parse into XML Document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.AddressDBCSV
Read the InputStreadReader input and parse the contents into a JSCSVDocument document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseDBXML
Read JSXMLDocument through InputStreamReader and parse into XML Document.
readDocument(InputStreamReader) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.AddressDBXML
Read JSXMLDocument through InputStreamReader and parse into XML Document.
readDocument(InputStreamReader, boolean) - Method in class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Read document from InputStreadReader and parse.
readDocument(int) - Method in class org.jSyncManager.API.Protocol.Util.DLPRecordCSV
Read document from the given row number.
readDocument(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.DLPRecordXML
Read document from an JSXMLElement and parse.
readDocument(URL) - Method in class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Read document from InputStreadReader and parse.
readDocument(URL, boolean) - Method in class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Read document from InputStreadReader and parse.
readDoubleArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get double array value of node JSCSVCell object.
readDoubleArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read double array element and return the value in a byte array.
readDoubleCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get double value of node JSCSVCell object.
readDoubleElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read double element and return the value.
readElement_jSyncManagerDatebookRecord(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Parse the DateBookRecord JSXMLElement element into Document
readElement_jSyncManagerDateBookRecordEntry(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Parse JSXMLElement DateBookRecordEntry element into Document
readElement_jSyncManagerExpenseRecord(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseDBXML
Parse JSXMLElement element into Document
readElement_jSyncManagerMailRecord(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Parse JSXMLElement element into Document
readElement(Element) - Method in class org.jSyncManager.API.Protocol.Util.JSXMLDate
Read and parse the element given into a Calendar date
readFloatArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get float array value of node JSCSVCell object.
readFloatArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read float array element and return the value in a byte array.
readFloatCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get float value of node JSCSVCell object.
readFloatElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read float element and return the value.
readIntArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get int array value of node JSCSVCell object.
readIntArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read int array element and return the value in a byte array.
readIntCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get int value of node JSCSVCell object.
readIntElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read int element and return the value.
readJSXMLElement_jSyncManagerAddressRecord(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.AddressDBXML
Parse JSXMLElement element into Document
readJSXMLElement_jSyncManagerToDoListRecord(JSXMLElement) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListDBXML
Parse JSXMLElement element into Document
readLongArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get long array value of node JSCSVCell object.
readLongArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read long array element and return the value in a byte array.
readLongCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get long value of node JSCSVCell object.
readLongElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read long element and return the value.
readMap() - Method in class org.jSyncManager.Conduit.Email.Email
 
readNextModifiedRecord(byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Read the next record from the specified database which has it's Modified flag set.
readNextModifiedRecord(byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Read the next modified record from the specified database.
readNextModifiedRecordInCategory(byte, byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Read the next record from the specified database and category which has it's Modified flag set.
readNextModifiedRecordInCategory(byte, byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Reads the next modified record in the specified category.
readNextRecordInCategory(byte, byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Read the next record from the specified database and category.
readNextRecordInCategory(byte, byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Reads the next record in the specified category.
readPacket() - Method in class org.jSyncManager.API.Protocol.PADP
Reads a packet from the ready queue.
readPacket() - Method in interface org.jSyncManager.API.Protocol.CMPDLPTransferInterface
Reads a packet from the underlying communication subsystem.
readPacket() - Method in class org.jSyncManager.API.Protocol.SLP
Reads the next packet from the input queue.
readPacket() - Method in class org.jSyncManager.API.Protocol.USB
Reads a packet from the underlying communication subsystem.
readRecord(byte, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deprecated. this method has been replaced by readRecordByIndex, as it is too easy to incorrectly cast and confuse calls between the overloaded readRecord methods.
readRecord(byte, char, char, char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Read a record from the specified database.
readRecord(byte, int) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deprecated. this method has been replaced by readRecordByID, as it is too easy to incorrectly cast and confuse calls between the overloaded readRecord methods.
readRecord(byte, int, char, char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Read a record from the specified database.
readRecordByID(byte, int) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the record from the specified database that has the specified record ID.
readRecordByIndex(byte, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the record from the specified database that has the specified record index.
readRecordIDList(byte, byte, char, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the ID list for the records contained within the specified database.
readRecordIDList(byte, byte, char, char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Reads the list of record IDs from the specified database.
readResource(byte, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deprecated. this method has been replaced by readResourceByIndex, as it is too easy to incorrectly cast and confuse calls between the overloaded readResource methods.
readResource(byte, char, char, char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Read a resource from the specified database by index.
readResource(byte, int, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deprecated. this method has been replaced by readResourceByID, as it is too easy to incorrectly cast and confuse calls between the overloaded readResource methods.
readResource(byte, int, char, char, char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Read a resource from the specified database by resource ID.
readResourceByID(byte, int, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the resource from the specified database that has the specified resource ID.
readResourceByIndex(byte, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Reads the resource from the specified database that has the specified resource index.
readStringArrayCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get String array value of node JSCSVCell object.
readStringArrayElement() - Method in class org.jSyncManager.API.Protocol.Util.JSXMLElement
Read the Child contents of the JSXMLElement, and create a String array from them.
readStringCell(JSCSVCell) - Method in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Get String value of node JSCSVCell object.
realTransport - Variable in class org.jSyncManager.Transport.DebugTransport
A handle to the transport class we're wrapping.
rebuildPacket() - Method in class org.jSyncManager.API.Protocol.PADPFragmentSet
Rebuilds the packet this set represents into a single Generic Packet object.
record - Variable in class org.jSyncManager.API.Protocol.Util.DLPRecordXML
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV
Transient copy of DateBookRecord input.
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListDBCSV
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListDBXML
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseDBCSV
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressDBCSV
AddressRecord for this CSV conversion.
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseDBXML
 
record - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressDBXML
 
recordID - Variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A field to store this records unique ID number.
RECORDNAME - Static variable in class org.jSyncManager.API.Protocol.Util.DLPRecordXML
 
RECORDNAME - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
 
RECORDNAME - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
 
RECORDNAME - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ToDoListDBXML
 
RECORDNAME - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
 
RECORDNAME - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressDBXML
AddressRecord type name.
recordSize - Variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A field to store the size of this record.
registerConduit(AbstractConduit) - Method in class org.jSyncManager.Client.RegistrationData
 
RegistrationData - class org.jSyncManager.Client.RegistrationData.
The RegistrationData class.
RegistrationData() - Constructor for class org.jSyncManager.Client.RegistrationData
 
REMOTE_UI_SOCKET - Static variable in class org.jSyncManager.API.Protocol.SLP
The remote UI socket.
remove - Variable in class org.jSyncManager.Client.jConduitsPanel
 
removeConduit(AbstractConduit) - Method in class org.jSyncManager.Client.RegistrationData
 
removeConduit(int) - Method in class org.jSyncManager.Client.RegistrationData
 
removeConduit(String) - Method in class org.jSyncManager.Client.LegacyClient.JSyncManagerFrame
Deprecated.  
RemoveConduitDialog - class org.jSyncManager.Client.LegacyClient.RemoveConduitDialog.
Deprecated. This class has been completely deprecated by the new Swing GUI client classes. It is provided here as completely unsupported code, so please use at your own risk!
RemoveConduitDialog(JSyncManagerFrame, MessageDialog, ResourceBundle) - Constructor for class org.jSyncManager.Client.LegacyClient.RemoveConduitDialog
Deprecated. Creates a new RemoveConduitDialog.
removeDatabase(int) - Method in class org.jSyncManager.API.Protocol.Util.DLPDatabaseSet
Removes the database at the specified index from this set.
removeDatabase(String) - Method in class org.jSyncManager.API.Protocol.Util.DLPDatabaseSet
Removes the database with the specified name from this set.
removeDatabase(String) - Method in class org.jSyncManager.Conduit.Installer.Installer
 
repeat - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.NotepadRecord.NotepadDataRecord
The repeat value.
REPEAT_TYPE_DAILY - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Repeat Type is Daily
REPEAT_TYPE_MONTHLY_BY_DAY_OF_MONTH - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Repeat Type is Monthly by Date
REPEAT_TYPE_MONTHLY_BY_DAY_OF_WEEK - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Repeat Type is Monthly by Day of Month
REPEAT_TYPE_NO_END_DATE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Repeat has no end date.
REPEAT_TYPE_NONE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
No Repeat of appointment
REPEAT_TYPE_WEEKLY - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Repeat Type is Weekly
REPEAT_TYPE_YEARLY - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Repeat Type is yearly (annual)
REQUEST_BACKUP_PREF - Static variable in class org.jSyncManager.API.Protocol.Util.DLPAppPreference
A flag to request a backup preference.
RESET_AFTER_INSTALL - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denote that the handheld should be reset after the installation of this database.
RESET_RECORD_INDEX - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to reset the record index for all "get next" calls.
RESET_SYNC_FLAGS - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to reset all the synchronization flags.
RESET_SYSTEM - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to force a handheld soft reset after the synchronization.
resetDirty_CB - Variable in class org.jSyncManager.Conduit.TextDump.TextDump
 
resetEnumeration() - Method in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecord
Reset the enumeration for the DateBookRecordEntry list.
resetRecordIndex(byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Resets the readNextModifiedRecord counters back to the beginning of the database.
resetRecordIndex(byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Reset the record index.
resetSyncFlags(byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Resets all dirty flags in the specified database, and sorts the last sync time to now.
resetSyncFlags(byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Reset the synchronization flags for the given database.
resetSyncType() - Method in class org.jSyncManager.Client.ApplicationJMenuBar
Resets the sync type back to standard.
resetSystem() - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Causes the Palm to require a reboot after synchronization completes.
resetSystem() - Method in class org.jSyncManager.API.Protocol.JHotSync
Request that the handheld reset itself at the end of synchronization.
RESOURCE_DATABASE - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denote that this is a resource (application) database.
resources - Variable in class org.jSyncManager.API.Conduit.AbstractConduit
A field to hold a resource bundle for this conduit, if available.
restore - Variable in class org.jSyncManager.Client.ApplicationJMenuBar
 
RESTORE_SYNC - Static variable in class org.jSyncManager.API.Threads.Synchronizer
Denotes the Restore sync type.
RestoreDBVerifyDlg - class org.jSyncManager.Client.LegacyClient.RestoreDBVerifyDlg.
Deprecated. This class has been completely deprecated by the new Swing GUI client classes. It is provided here as completely unsupported code, so please use at your own risk!
RestoreDBVerifyDlg() - Constructor for class org.jSyncManager.Client.LegacyClient.RestoreDBVerifyDlg
Deprecated. Creates a new Restore Database Verification Dialog.
RestoreDialog - class org.jSyncManager.Client.GUIParts.RestoreDialog.
The Restore Dialog class.
RestoreDialog.BackupSetFilter - class org.jSyncManager.Client.GUIParts.RestoreDialog.BackupSetFilter.
 
RestoreDialog.BackupSetFilter(RestoreDialog) - Constructor for class org.jSyncManager.Client.GUIParts.RestoreDialog.BackupSetFilter
 
RestoreDialog.RestoreSetListElement - class org.jSyncManager.Client.GUIParts.RestoreDialog.RestoreSetListElement.
 
RestoreDialog.RestoreSetListElement(RestoreDialog, File, String) - Constructor for class org.jSyncManager.Client.GUIParts.RestoreDialog.RestoreSetListElement
 
RestoreDialog(Frame) - Constructor for class org.jSyncManager.Client.GUIParts.RestoreDialog
Constructs a new Restore Dialog instance.
ROM_BASED_DB_FLAG - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denate that this is a ROM-based database.
run() - Method in class org.jSyncManager.API.Protocol.PADP
Runs the input queue thread.
run() - Method in class org.jSyncManager.API.Protocol.SLP.OutputHandler
The body of the thread, handling output of packet data as it becomes available.
run() - Method in class org.jSyncManager.API.Protocol.SLP.InputHandler
The body of the thread, handling input of packet data as it becomes available.
run() - Method in class org.jSyncManager.API.Protocol.PacketTimer
Runs the packet timer.
run() - Method in class org.jSyncManager.API.Threads.Synchronizer
Used by java.lang.Thread to start executing the Synchronization engine.
run() - Method in class org.jSyncManager.Server.Server.ExitThread
 
running - Variable in class org.jSyncManager.API.Threads.Synchronizer
This variable hold the run state of the sync engine.
rxHandshake() - Method in class org.jSyncManager.API.Protocol.CMP_DLP
USB Receive Handshake.

jSyncManager
< A B C D E F G H I J L M N O P Q R S T U V W X Y
Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.