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

D

DATA - Static variable in class org.jSyncManager.API.Protocol.PADP_Packet
Denotes that this packets type is Data Packet.
DATA - Static variable in class org.jSyncManager.API.Protocol.USB_Packet
A value to denote that this packet is a data packet.
DATATYPE_ROW - Static variable in class org.jSyncManager.API.Conduit.Tools.JSCSVDocument
 
DATATYPE_ROW - Static variable in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Deprecated.  
DATA_INCLUDED - Static variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A flag to denote that this record includes data.
DATE - Static variable in class org.jSyncManager.API.Conduit.Tools.JSCSVCell
 
DATE - Static variable in class org.jSyncManager.API.Protocol.Util.JSCSVCell
Deprecated.  
DAY_MASK - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
A mask bitmap to mask the day in a PalmOS encoded date entry.
DAY_ROTATE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
A value for the amount to bit-rotate to query the day in a PalmOS-encoded date.
DBNAME - Static variable in class org.jSyncManager.Conduit.Email.Email
Database name.
DBRecordEntry(DateBookRecordEntry) - Method in class org.jSyncManager.API.Conduit.Tools.DateBookDBXML
Create an JSXMLElement instance from the given DateBookRecordEntry.
DBRecordEntry(DateBookRecordEntry) - Method in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Deprecated. Create an JSXMLElement instance from the given DateBookRecordEntry.
DB_OPEN - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabase
A flag to denote that the database is open.
DEBUG_SOCKET - Static variable in class org.jSyncManager.API.Protocol.SLP
The debug socket.
DEFAULT_INIT_STRING - Static variable in class org.jSyncManager.Transport.ModemTransport
The default init string to use if none is specified by the user.
DEFAULT_QUEUE_LENGTH - Static variable in class org.jSyncManager.API.Tools.CircularQueue
The default queue length of 4.
DEFAULT_SPEED - Static variable in class org.jSyncManager.API.Protocol.CMP_Packet
The default speed to use for serial synchronization.
DEFAULT_SPEED - Static variable in class org.jSyncManager.Transport.ModemTransport
The default serial speed to use if none is specified.
DELETED - Static variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A flag to denote that this record has been deleted.
DELETE_ALL - Static variable in class org.jSyncManager.API.Protocol.Util.DLPResource
A flag to denote that all resources should be deleted during a delete operation.
DELETE_ALL_IN_CATEGORY - Static variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A flag to signify that all records in the specified category of the specified database should be deleted during a record delete operation.
DELETE_ALL_RECORDS - Static variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A flag to signify that all records in the specified database should be deleted during a record delete operation.
DELETE_DATABASE - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for deleting a database.
DELETE_RECORD - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for deleting a record to a database.
DELETE_RESOURCE - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code for deleting a resource from a database.
DENMARK - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressAppBlock
Country code for Denmark.
DINNER - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseRecord
The Dinner expense type.
DIRTY - Static variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A flag to denote that this record is dirty.
DLPAppPreference - class org.jSyncManager.API.Protocol.Util.DLPAppPreference.
A class to hold a handheld application preference.
DLPAppPreference() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPAppPreference
Create a new, empty application preference object.
DLPAppPreference(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPAppPreference
Create an application preference object from the provided byte representation.
DLPBlock - class org.jSyncManager.API.Protocol.Util.DLPBlock.
A class that represents database information blocks.
DLPBlock() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPBlock
Creates an empty block, with size 0.
DLPBlock(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPBlock
Creates a new block based on the input byte array.
DLPBlock(byte[], char) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPBlock
Creates a new block based on the input byte array.
DLPCardInfo - class org.jSyncManager.API.Protocol.Util.DLPCardInfo.
A class to hold information on a handheld memory card.
DLPCardInfo(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPCardInfo
Construct a new Card Info object using the specified card info byte array.
DLPDatabase - class org.jSyncManager.API.Protocol.Util.DLPDatabase.
A class representing an entire handheld database.
DLPDatabase(boolean, DLPDatabaseInfo) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPDatabase
DLPDatabase constructor, with a flag denoting whether this is a resource DB or not, and the DLPDatabaseInfo block.
DLPDatabaseInfo - class org.jSyncManager.API.Protocol.Util.DLPDatabaseInfo.
A class to store information on a handheld database.
DLPDatabaseInfo() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPDatabaseInfo
DLPDatabaseInfo default constructor.
DLPDatabaseInfo(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPDatabaseInfo
DLPDatabaseInfo constructor, given the byte array data block.
DLPDatabaseListGroup - class org.jSyncManager.API.Protocol.Util.DLPDatabaseListGroup.
A class to store a group of database information objects.
DLPDatabaseListGroup(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPDatabaseListGroup
Construct a new database list group object based on the byte array retreived from the handheld.
DLPDatabaseSet - class org.jSyncManager.API.Protocol.Util.DLPDatabaseSet.
A class for the storage and halndling of multiple DLPDatabase objects.
DLPDatabaseSet() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPDatabaseSet
Create a new empty database set object.
DLPDatabaseSet(String) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPDatabaseSet
Create a new database set object based on the provided serialization directory.
DLPError - exception org.jSyncManager.API.Protocol.DLPError.
DLPError class.
DLPError(String, DLP_Packet) - Constructor for class org.jSyncManager.API.Protocol.DLPError
Create a new DLPError object with the given DLP_Packet which generated the error and a String containing an error message.
DLPError(DLP_Packet) - Constructor for class org.jSyncManager.API.Protocol.DLPError
Create a new DLPError object with the given DLP_Packet which generated the error.
DLPExpansionCardInfo - class org.jSyncManager.API.Protocol.Util.DLPExpansionCardInfo.
A class to contain the information on an expansion card.
DLPExpansionCardInfo(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPExpansionCardInfo
Constructs a new DLPExpansionCardInfo object from the given data packet.
DLPFindDBResponse - class org.jSyncManager.API.Protocol.Util.DLPFindDBResponse.
The DLPFindDBResponse object class.
DLPFindDBResponse(byte[], byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPFindDBResponse
Constructs a new FindDB Response object from the two input arguments.
DLPFunctionCallException - exception org.jSyncManager.API.Protocol.DLPFunctionCallException.
The DLPFunctionCallException class.
DLPFunctionCallException(int) - Constructor for class org.jSyncManager.API.Protocol.DLPFunctionCallException
Constructs a new DLPFunctionCallException object with the given DLP error code.
DLPFunctionCallException(String, int) - Constructor for class org.jSyncManager.API.Protocol.DLPFunctionCallException
Constructs a new DLPFunctionCallException object with the given DLP error code and text message.
DLPNetSyncInfo - class org.jSyncManager.API.Protocol.Util.DLPNetSyncInfo.
The Network Sync Information class.
DLPNetSyncInfo() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPNetSyncInfo
Create a new, empty Net Sync Info object.
DLPNetSyncInfo(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPNetSyncInfo
Creates a new Net Sync Info object based on the byte array read from the handheld.
DLPRECORD_COLS - Static variable in class org.jSyncManager.API.Conduit.Tools.JSCSVDocument
 
DLPRECORD_COLS - Static variable in class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Deprecated.  
DLPRecord - class org.jSyncManager.API.Protocol.Util.DLPRecord.
A class to hold a handheld record of information.
DLPRecord() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecord
Empty constructor.
DLPRecord(DLPRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecord
Create a new DLPRecord object from another DLPRecord type.
DLPRecord(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecord
Create a new DLPRecord object from an array of bytes.
DLPRecordCSV - class org.jSyncManager.API.Conduit.Tools.DLPRecordCSV.
A container for the CSV representation of the DLPRecord.
DLPRecordCSV() - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordCSV
Create new DLPRecordCSV with default name.
DLPRecordCSV(DLPRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordCSV
Create new DLPRecordCSV from given DLPRecord.
DLPRecordCSV(File) - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordCSV
Create new DLPRecordCSV from given java.io.File input.
DLPRecordCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordCSV
Create new DLPRecordCSV from given InputStreamReader stream input.
DLPRecordCSV - class org.jSyncManager.API.Protocol.Util.DLPRecordCSV.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
DLPRecordCSV() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordCSV
Deprecated. Create new DLPRecordCSV with default name.
DLPRecordCSV(DLPRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordCSV
Deprecated. Create new DLPRecordCSV from given DLPRecord.
DLPRecordCSV(File) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordCSV
Deprecated. Create new DLPRecordCSV from given java.io.File input.
DLPRecordCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordCSV
Deprecated. Create new DLPRecordCSV from given InputStreamReader stream input.
DLPRecordWriter - class org.jSyncManager.API.Protocol.Util.DLPRecordWriter.
A convenience class for writing a DLPRecord to an OutputStreamWriter stream or Writer stream.
DLPRecordWriter() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordWriter
Creates a new instance of DLPRecordWriter.
DLPRecordWriter(OutputStreamWriter) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordWriter
Creates a new instance of DLPRecordWriter from an OutputStreamWriter instance.
DLPRecordWriter(DLPRecord, OutputStreamWriter) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordWriter
Creates a new instance of DLPRecordWriter using the given DLPRecord and OutputStreamWriter instance.
DLPRecordXML - class org.jSyncManager.API.Conduit.Tools.DLPRecordXML.
A container for the XML representation of the DLPRecord.
DLPRecordXML() - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordXML
Create new DLPRecordXML with default name.
DLPRecordXML(String) - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordXML
Create new DLPRecordXML with given name.
DLPRecordXML(DLPRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordXML
Create new DLPRecordXML from given DLPRecord.
DLPRecordXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.DLPRecordXML
Create new DLPRecordXML from given InputStreamReader stream input.
DLPRecordXML - class org.jSyncManager.API.Protocol.Util.DLPRecordXML.
A container for the XML representation of the DLPRecord.
DLPRecordXML() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordXML
Create new DLPRecordXML with default name.
DLPRecordXML(String) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordXML
Create new DLPRecordXML with given name.
DLPRecordXML(DLPRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordXML
Create new DLPRecordXML from given DLPRecord.
DLPRecordXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPRecordXML
Create new DLPRecordXML from given InputStreamReader stream input.
DLPResource - class org.jSyncManager.API.Protocol.Util.DLPResource.
A class to store a handheld database resource.
DLPResource() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPResource
Construct a new Resource object with null/zeroed values.
DLPResource(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPResource
Create a new Resource object based on the provided resource byte array.
DLPStorageInfo - class org.jSyncManager.API.Protocol.Util.DLPStorageInfo.
The DLP Storage Information class.
DLPStorageInfo(byte[], byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPStorageInfo
Construct a new Storage Info object based on the received arguments.
DLPSystemInfo - class org.jSyncManager.API.Protocol.Util.DLPSystemInfo.
The DLP System Info object class.
DLPSystemInfo(byte[], byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPSystemInfo
Construct a new System Info object based on the received arguments.
DLPUserInfo - class org.jSyncManager.API.Protocol.Util.DLPUserInfo.
The DLP User Information class.
DLPUserInfo(int, int, int, String) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPUserInfo
Construct a new DLP User Info object using the specified information.
DLPUserInfo(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPUserInfo
Create a new DLP User Info object based on the data queried from the handheld.
DLPVersion - class org.jSyncManager.API.Protocol.Util.DLPVersion.
A class for handling DLP's Version information block format.
DLPVersion() - Constructor for class org.jSyncManager.API.Protocol.Util.DLPVersion
Construct a new DLPVersion object as version "1.0".
DLPVersion(int, int) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPVersion
Construct a new DLPVersion object using the specified version information.
DLPVersion(int) - Constructor for class org.jSyncManager.API.Protocol.Util.DLPVersion
Construct a new DLPVersion object using the specified version information.
DLP_Date - class org.jSyncManager.API.Protocol.Util.DLP_Date.
A class to hold a Palm DLP protocol Date element.
DLP_Date() - Constructor for class org.jSyncManager.API.Protocol.Util.DLP_Date
Creates a new DLP date object using the current date and time.
DLP_Date(Calendar) - Constructor for class org.jSyncManager.API.Protocol.Util.DLP_Date
Create a new DLP date object using the specified date and time
DLP_Date(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.DLP_Date
Create a new DLP date object with the specified DLP formatted date bytes.
DLP_FIRST_ARG_ID - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
The ID number for the first argument in any DLP packet containing arguments.
DLP_Packet - class org.jSyncManager.API.Protocol.DLP_Packet.
DLPPacket class.
DLP_Packet(byte, char, byte[][]) - Constructor for class org.jSyncManager.API.Protocol.DLP_Packet
Creates a new DLP Response Packet using the specified settings.
DLP_Packet(byte, byte[][]) - Constructor for class org.jSyncManager.API.Protocol.DLP_Packet
Creates a new DLP Request Packet using the specified values.
DLP_Packet(byte, byte[][], int) - Constructor for class org.jSyncManager.API.Protocol.DLP_Packet
Creates a new DLP Request Packet using the specified values.
DLP_SOCKET - Static variable in class org.jSyncManager.API.Protocol.SLP
The Desktop Link Protocol Socket Note: all standard data synchronization occurs within the DLP socket.
DLP_VERSION - Static variable in class org.jSyncManager.API.Protocol.JHotSync
The DLP version to claim at sync time.
DOUBLE - Static variable in class org.jSyncManager.API.Conduit.Tools.JSCSVCell
 
DOUBLE - Static variable in class org.jSyncManager.API.Protocol.Util.JSCSVCell
Deprecated.  
DOUBLEARRAY - Static variable in class org.jSyncManager.API.Conduit.Tools.JSCSVCell
 
DOUBLEARRAY - Static variable in class org.jSyncManager.API.Protocol.Util.JSCSVCell
Deprecated.  
DO_LOOPBACK_TEST - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to initiate a loopback connection test.
DUMP_DIRNAME - Static variable in class org.jSyncManager.Conduit.Email.Email
Name of directory to place output into.
DUMP_DIRNAME - Static variable in class org.jSyncManager.Conduit.TextDump.TextDump
The name for the dump directory.
DatabaseFormatException - exception org.jSyncManager.API.Protocol.Util.DatabaseFormatException.
The DatabaseFormatException class.
DatabaseFormatException() - Constructor for class org.jSyncManager.API.Protocol.Util.DatabaseFormatException
Constructs a new DatabaseFormatException object.
DatabaseFormatException(String) - Constructor for class org.jSyncManager.API.Protocol.Util.DatabaseFormatException
Constructs a new DatabaseFormatException object with the given message.
DatabaseNotFoundException - exception org.jSyncManager.API.Conduit.DatabaseNotFoundException.
The DatabaseNotFoundException.
DatabaseNotFoundException() - Constructor for class org.jSyncManager.API.Conduit.DatabaseNotFoundException
Constructs a new DatabaseNotFoundException object.
DatabaseNotFoundException(String) - Constructor for class org.jSyncManager.API.Conduit.DatabaseNotFoundException
Constructs a new DatabaseNotFoundException object, using the specified message text.
DateBookAppBlock - class org.jSyncManager.API.Protocol.Util.StdApps.DateBookAppBlock.
The application block parser for the DateBook application.
DateBookAppBlock() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookAppBlock
DateBookAppBlock default constructor.
DateBookAppBlock(DLPBlock) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookAppBlock
DateBookAppBlock constructor from DLPBlock.
DateBookDBCSV - class org.jSyncManager.API.Conduit.Tools.DateBookDBCSV.
This is a synchronization JConduit for a CSV document from the DateBookDB database.
DateBookDBCSV() - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBCSV
Create new default, empty DateBookDBCSV
DateBookDBCSV(DateBookRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBCSV
Create new DateBookDBCSV with DateBookRecord input.
DateBookDBCSV(File) - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBCSV
Create new DateBookDBSCSV from File document.
DateBookDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBCSV
Create new DateBookDBCSV with InputStreamReader stream input.
DateBookDBCSV - class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
DateBookDBCSV() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV
Deprecated. Create new default, empty DateBookDBCSV
DateBookDBCSV(DateBookRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV
Deprecated. Create new DateBookDBCSV with DateBookRecord input.
DateBookDBCSV(File) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV
Deprecated. Create new DateBookDBSCSV from File document.
DateBookDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBCSV
Deprecated. Create new DateBookDBCSV with InputStreamReader stream input.
DateBookDBXML - class org.jSyncManager.API.Conduit.Tools.DateBookDBXML.
This is a synchronization JConduit for a XML document from the DateBookDB database.
DateBookDBXML() - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBXML
Create new DateBookXML Document with default name and DTD.
DateBookDBXML(DateBookRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBXML
Create new DateBookXML Document with given DateBookRecord.
DateBookDBXML(Document) - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBXML
Create new DateBookXML Document with given org.jdom.Document.
DateBookDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.DateBookDBXML
Create new DateBookXMLDocument from InputStreamReader stream.
DateBookDBXML - class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
DateBookDBXML() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Deprecated. Create new DateBookXML Document with default name and DTD.
DateBookDBXML(DateBookRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Deprecated. Create new DateBookXML Document with given DateBookRecord.
DateBookDBXML(Document) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Deprecated. Create new DateBookXML Document with given org.jdom.Document.
DateBookDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Deprecated. Create new DateBookXMLDocument from InputStreamReader stream.
DateBookRecord - class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecord.
Datebook database record abstraction/parser class.
DateBookRecord() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecord
DateBookRecord default constructor.
DateBookRecord(DLPRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecord
DateBookRecord constructor from DLPRecord.
DateBookRecordEntry - class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry.
A single entry record for a DateBookRecord.
DateBookRecordEntry() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
DateBookRecordEntry defauit constructor.
DateBookRecordEntry(DateBookRecordEntry) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
Creates a new DateBookRecord entry that is a copy of the provided DateBookRecordEntry.
DebugTransport - class org.jSyncManager.Transport.DebugTransport.
A transport wrapper used for debugging purposes.
DebugTransport(SLPTransportInterface) - Constructor for class org.jSyncManager.Transport.DebugTransport
Constructs a new Debug Transport.
DefaultConduit - class org.jSyncManager.Conduit.DefaultConduit.
The default jConduit.
DefaultConduit() - Constructor for class org.jSyncManager.Conduit.DefaultConduit
Constructs a new Default jConduit instance.
Deleter - class org.jSyncManager.Conduit.Deleter.Deleter.
The Deleter jConduit.
Deleter() - Constructor for class org.jSyncManager.Conduit.Deleter.Deleter
Constructs a new instance of the Deleter jConduit.
DeleterConfirmDialog - class org.jSyncManager.Conduit.Deleter.DeleterConfirmDialog.
A simple dialog used by the Deleter jConduit to confirm the deletion of a given database.
DeleterConfirmDialog(Dialog) - Constructor for class org.jSyncManager.Conduit.Deleter.DeleterConfirmDialog
Creates a new Deleter jConduit Confirm JDialog.
DeleterSelectionFrame - class org.jSyncManager.Conduit.Deleter.DeleterSelectionFrame.
Used by the Deleter jConduit to allow the user to select which databases to flag for deletion.
DeleterSelectionFrame(Frame) - Constructor for class org.jSyncManager.Conduit.Deleter.DeleterSelectionFrame
Creates a new DeleterSelectionFrame object.
DeleterSelectionFrame(Frame, ResourceBundle) - Constructor for class org.jSyncManager.Conduit.Deleter.DeleterSelectionFrame
Creates a new DeleterSelectionFrame object.
DetailedErrorMessageDialog - class org.jSyncManager.Client.GUIParts.DetailedErrorMessageDialog.
A class to provide an error dialog that can contain a detailed error message.
DetailedErrorMessageDialog() - Constructor for class org.jSyncManager.Client.GUIParts.DetailedErrorMessageDialog
Constructs a new instance of the DetailedErrorMessageDialog.
DetailedErrorMessageDialog(JDialog, String) - Constructor for class org.jSyncManager.Client.GUIParts.DetailedErrorMessageDialog
Constructs a new instance of the DetailedErrorMessageDialog with the specified owner and title.
DirectoryEntry - class org.jSyncManager.API.Protocol.Util.VFS.DirectoryEntry.
A representation of a single directory entry from a VFS volume.
DirectoryEntry(byte[], int) - Constructor for class org.jSyncManager.API.Protocol.Util.VFS.DirectoryEntry
Constructs a new Directory Entry object.
DirectoryEntryEnumeration - class org.jSyncManager.API.Protocol.Util.VFS.DirectoryEntryEnumeration.
A representation of a list of directory entries from a VFS volume.
DirectoryEntryEnumeration(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.VFS.DirectoryEntryEnumeration
Constructs a new directory entry enumerator.
data - Variable in class org.jSyncManager.API.Protocol.GenericPacket
A byte array containing the packet data
data - Variable in class org.jSyncManager.API.Protocol.LongArgument
The data contained within this argument.
data - Variable in class org.jSyncManager.API.Protocol.PADP_Packet
A field to hold the data encapsulated within this packet.
data - Variable in class org.jSyncManager.API.Protocol.RPCArgument
The bytes of the argument.
data - Variable in class org.jSyncManager.API.Protocol.SLP_Packet
A fiold to hold the encapsulated packet data.
data - Variable in class org.jSyncManager.API.Protocol.ShortArgument
The data contained by this argument.
data - Variable in class org.jSyncManager.API.Protocol.USB_Packet
A byte array to hold this packets data portion.
data - Variable in class org.jSyncManager.API.Protocol.Util.DLPBlock
Holds the data array representing this block.
data - Variable in class org.jSyncManager.API.Protocol.Util.DLPRecord
A field to store this records data array.
data - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.NotepadRecord.NotepadDataRecord
The data value.
databaseCount() - Method in class org.jSyncManager.API.Protocol.Util.DLPDatabaseSet
Return the number of databases in this set.
date - Variable in class org.jSyncManager.API.Conduit.Tools.JSXMLDate
 
date - Variable in class org.jSyncManager.API.Protocol.Util.JSXMLDate
Deprecated.  
dateType2Calendar(byte[], int) - Static method in class org.jSyncManager.API.Protocol.Util.DLP_Date
Convert the provided date byte array into a Calendar object.
dbentry - Variable in class org.jSyncManager.API.Conduit.Tools.DateBookDBXML
 
dbentry - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookDBXML
Deprecated.  
debugMode - Variable in class org.jSyncManager.API.Protocol.USB
A field to enable or disable debugging output.
deleteDatabase(String) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deletes the specified database.
deleteDatabase(byte, String) - Method in class org.jSyncManager.API.Protocol.JHotSync
Deletes the database with the specified properties.
deleteRecord(byte, byte, int) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deletes a record from the remote Palm.
deleteRecord(byte, byte, int) - Method in class org.jSyncManager.API.Protocol.JHotSync
Delete a record from the handheld.
deleteResource(byte, byte, int, char) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deletes the specified resource from the specified Palm database.
deleteResource(byte, byte, int, char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Delete the specified resource from the handheld.
deleteVFSFile(VolumeReference, String) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Deletes the specified file from a VFS filesystem.
deleteVFSFile(VolumeReference, String) - Method in class org.jSyncManager.API.Protocol.JHotSync
Deletes the specified file from a VFS filesystem.
destination - Variable in class org.jSyncManager.API.Protocol.GenericPacket
The destination socket for this packet.
destinationSocket - Variable in class org.jSyncManager.API.Protocol.PADP_Packet
A field to hold the destination socket for this packet.
destinationSocket - Variable in class org.jSyncManager.API.Protocol.SLP_Packet
A field to hold the destination socket.
determinePacketType(GenericPacket) - Method in class org.jSyncManager.API.Protocol.CMP_DLP
A method to determine the type of incoming packet.
deviceAdded(Device) - Method in class org.jSyncManager.Transport.JUSBTransport
New device added.
deviceRemoved(Device) - Method in class org.jSyncManager.Transport.JUSBTransport
Device removed.
dirEntries - Variable in class org.jSyncManager.API.Protocol.Util.VFS.DirectoryEntryEnumeration
An array of directory entries.
dis - Variable in class org.jSyncManager.Transport.CommAPITransport
The port data input stream.
dis - Variable in class org.jSyncManager.Transport.ModemTransport
The input data stream attached to the selected serial port.
disconnect() - Method in interface org.jSyncManager.API.Protocol.CMPDLPTransferInterface
Disconnects the connection to the underlying communication subsystem.
disconnect() - Method in class org.jSyncManager.API.Protocol.CMP_DLP
A method to cause the protocol stack issue a disconnect request.
disconnect(char) - Method in class org.jSyncManager.API.Protocol.CMP_DLP
A method to cause the protocol stack issue a disconnect request with the specified disconnect reason code.
disconnect() - Method in class org.jSyncManager.API.Protocol.JHotSync
Disconnects the protocol stack from the remote end.
disconnect(char) - Method in class org.jSyncManager.API.Protocol.JHotSync
Disconnects the protocol stack for the supplied reason code.
disconnect() - Method in class org.jSyncManager.API.Protocol.PADP
Disconnect from the remote end, putting us into suspended mode.
disconnect() - Method in class org.jSyncManager.API.Protocol.SLP
Disconnects the protocol stack from the underlying transport.
disconnect() - Method in class org.jSyncManager.API.Protocol.USB
Disconnects the connection to the underlying communication subsystem.
disconnect() - Method in class org.jSyncManager.Transport.ModemTransport
This method is used to flag that the modem is disconnected.
doInitialization() - Method in class org.jSyncManager.API.Conduit.AbstractConduit
Perform this jconduit's initialization tasks.
doLoopbackTest(byte[]) - Method in class org.jSyncManager.API.Protocol.JHotSync
Runs a loopback test with the device.
dos - Variable in class org.jSyncManager.Transport.CommAPITransport
The port data output stream.
dos - Variable in class org.jSyncManager.Transport.ModemTransport
The output data stream attached to the selected serial port.

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 - 2004 Brad BARCLAY and others. All Rights Reserved.