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

M

MAIN_LABEL - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
Denotes that this phone field is a "main" telephone number.
MASTERCARD - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseRecord
The Mastercard payment type.
MAXIMUM_DATE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
The maximum date value the Palm can store.
MAX_CATEGORIES - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.CategoryInfo
The maximum number of categories allowed in a single database.
MAX_CUSTOMFIELDS - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
The maximum number of custom fields allowed.
MAX_CUSTOM_CURRENCIES - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseAppBlock
A value representing the maximum number of custom currencies.
MAX_DATAFLAGS - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
The maximum number of data flags allowed.
MAX_NAME_LENGTH - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.CategoryInfo
The maximum length, in bytes, of a categories name.
MAX_PHONELABELS - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
The maximum number of phone labels allowed.
MAX_PHONES - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
The maximum number of phone/fax/mobile/e-mail fields.
MEDIA_TYPE_COMPACT_FLASH - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the Conpact Flash media matching type ('cfsh').
MEDIA_TYPE_MEMORY_STICK - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the Memory Stick media matching type ('mstk').
MEDIA_TYPE_MULTIMEDIA_CARD - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the MultiMedia Card media matching type ('mmcd').
MEDIA_TYPE_PLUG_AND_PLAY - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the Plug and Play connector media matching type ('pnps').
MEDIA_TYPE_POSE_HOST - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the POSE Emulator media matching type ('pose').
MEDIA_TYPE_RAM_DISK - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the RAM Disk media matching type ('ramd').
MEDIA_TYPE_SECURE_DIGITAL - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the Secure Digital (SD) media matching type ('sdig').
MEDIA_TYPE_SMART_MEDIA - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the Smart Media media matching type ('smed').
MEDIA_TYPE_WILDCARD - Static variable in class org.jSyncManager.API.Protocol.Util.VFS.SlotReference
A type to denote the wildcard media matching type ('wild').
MEMORY_ERROR - Static variable in class org.jSyncManager.API.Protocol.CMP_Extended_Packet
A CMP Response Error Code to denote the device has insufficient memory to process the request.
MEXICO - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressAppBlock
Country code for Mexico.
MILEAGE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseRecord
The Milage expense type.
MOBILE_LABEL - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
Denotes that this phone field is a mobile/cellular telephone number.
MONTH_MASK - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
A mask bitmap to mask the month in a PalmOS encoded date entry.
MONTH_ROTATE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
A value for the amount to bit-rotate to query the month in a PalmOS-encoded date.
MORE_DATABASES - Static variable in class org.jSyncManager.API.Protocol.Util.DLPDatabaseListGroup
A flag to denote that there are more database info to be retreived from the handheld.
MOVE_CATEGORY - Static variable in class org.jSyncManager.API.Protocol.DLP_Packet
DLP function code to move a category from one ID to another.
MailAppBlock - class org.jSyncManager.API.Protocol.Util.StdApps.MailAppBlock.
Application information block for the Palm Mail database.
MailAppBlock() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailAppBlock
MailAppBlock default constructor.
MailAppBlock(DLPBlock) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailAppBlock
Construct a new MailAppBlock from the specified DLPBlock object as read from the handhelds Mail database.
MailDBCSV - class org.jSyncManager.API.Conduit.Tools.MailDBCSV.
This is a synchronization JConduit for a CSV document from the MailDB database.
MailDBCSV() - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBCSV
Create new default, empty MailDBCSV
MailDBCSV(MailRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBCSV
Create new MailDBCSV with given MailRecord.
MailDBCSV(File) - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBCSV
Create new MailDBCSV from File.
MailDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBCSV
Create new MailDBCSV with InputStreamReader stream input.
MailDBCSV - class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
MailDBCSV() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Deprecated. Create new default, empty MailDBCSV
MailDBCSV(MailRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Deprecated. Create new MailDBCSV with given MailRecord.
MailDBCSV(File) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Deprecated. Create new MailDBCSV from File.
MailDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Deprecated. Create new MailDBCSV with InputStreamReader stream input.
MailDBXML - class org.jSyncManager.API.Conduit.Tools.MailDBXML.
This is a synchronization JConduit for ax XML document from the MailDB database.
MailDBXML() - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBXML
Create new JSXMLDocument with default name and MailDB DTD entity.
MailDBXML(MailRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBXML
Create new JSXMLDocument with given MailRecord.
MailDBXML(JSXMLDocument) - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBXML
Create new JSXMLDocument with given JSXMLDocument.
MailDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.MailDBXML
Create new MailDBScanner with InputStreamReader stream input.
MailDBXML - class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
MailDBXML() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Deprecated. Create new JSXMLDocument with default name and MailDB DTD entity.
MailDBXML(MailRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Deprecated. Create new JSXMLDocument with given MailRecord.
MailDBXML(JSXMLDocument) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Deprecated. Create new JSXMLDocument with given JSXMLDocument.
MailDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Deprecated. Create new MailDBScanner with InputStreamReader stream input.
MailRecord - class org.jSyncManager.API.Protocol.Util.StdApps.MailRecord.
Record parser/generater for the Mail Database record format.
MailRecord() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailRecord
MailRecord default constructor.
MailRecord(DLPRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailRecord
Construct a new MailRecord from the specified DLPRecord.
MemoAppBlock - class org.jSyncManager.API.Protocol.Util.StdApps.MemoAppBlock.
This class parses and generates the application block information for the MemoPad application.
MemoAppBlock() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoAppBlock
Constructs an empty Memo application block.
MemoAppBlock(DLPBlock) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoAppBlock
Constructs an application block based on the block information passed.
MemoDBCSV - class org.jSyncManager.API.Conduit.Tools.MemoDBCSV.
This is a synchronization JConduit for a CSV document from the MemoDB database.
MemoDBCSV() - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBCSV
Create new default, empty MemoDBCSV
MemoDBCSV(MemoRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBCSV
Create new MailDBCSV with given MailRecord.
MemoDBCSV(File) - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBCSV
Create new MemoDBCSV from File.
MemoDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBCSV
Create new MemoDBCSV with InputStreamReader stream input.
MemoDBCSV - class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
MemoDBCSV() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Deprecated. Create new default, empty MemoDBCSV
MemoDBCSV(MemoRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Deprecated. Create new MailDBCSV with given MailRecord.
MemoDBCSV(File) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Deprecated. Create new MemoDBCSV from File.
MemoDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Deprecated. Create new MemoDBCSV with InputStreamReader stream input.
MemoDBXML - class org.jSyncManager.API.Conduit.Tools.MemoDBXML.
This is a synchronization JConduit for ax XML document from the MemoDB database.
MemoDBXML() - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBXML
Create new JSXMLDocument with default name and MemoDB DTD entity.
MemoDBXML(MemoRecord) - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBXML
Create new JSXMLDocument with given MemoRecord.
MemoDBXML(Document) - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBXML
Create new JSXMLDocument with given JSXMLDocument.
MemoDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Conduit.Tools.MemoDBXML
Create new MemoDBScanner with InputStreamReader stream input.
MemoDBXML - class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML.
Deprecated. This class has been moved to the org.jSyncManager.API.Conduit.Tools package. Please update your code to use this new package instead.
MemoDBXML() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Deprecated. Create new JSXMLDocument with default name and MemoDB DTD entity.
MemoDBXML(MemoRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Deprecated. Create new JSXMLDocument with given MemoRecord.
MemoDBXML(Document) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Deprecated. Create new JSXMLDocument with given JSXMLDocument.
MemoDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Deprecated. Create new MemoDBScanner with InputStreamReader stream input.
MemoRecord - class org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord.
Record parser/generater for the Memo Database record format.
MemoRecord() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord
MemoRecord default constructor.
MemoRecord(DLPRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord
Construct a new Memo Record object from the contents of the specified DLPBlock object.
ModemTransport - class org.jSyncManager.Transport.ModemTransport.
Modem Communications Transport.
ModemTransport() - Constructor for class org.jSyncManager.Transport.ModemTransport
Creates a new instance of the ModemTransport class.
MountParameters - class org.jSyncManager.API.Protocol.Util.VFS.MountParameters.
VFS Volume Mount Parameters class.
MountParameters(byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.VFS.MountParameters
Constructs a new mount parameters object from the specified array of bytes.
MountParameters(char, int) - Constructor for class org.jSyncManager.API.Protocol.Util.VFS.MountParameters
Constructs a new mount parameters object from the specified mount information.
main(String[]) - Static method in class org.jSyncManager.API.Conduit.Tools.vTypes.vCard
Main test method
main(String[]) - Static method in class org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vFoldedFile
 
main(String[]) - Static method in class org.jSyncManager.API.Protocol.Util.DLPUserInfo
 
main(String[]) - Static method in class org.jSyncManager.Client.Client
Launches the jSyncManager Swing GUI application.
main(String[]) - Static method in class org.jSyncManager.Client.GUIParts.DetailedErrorMessageDialog
A main entry point for testing this dialog class.
main(String[]) - Static method in class org.jSyncManager.Client.GUIParts.StatusDialog
Main (test) method
main(String[]) - Static method in class org.jSyncManager.Client.JConduitInstallDialog
 
main(String[]) - Static method in class org.jSyncManager.Conduit.Email.ConnectionsPanel
Main test function.
main(String[]) - Static method in class org.jSyncManager.Conduit.Email.PopMail
Test scenario.
main(String[]) - Static method in class org.jSyncManager.Conduit.Email.SmtpMail
Main (test) function.
main(String[]) - Static method in class org.jSyncManager.Launcher
The Launcher entry point.
main(String[]) - Static method in class org.jSyncManager.Server.Server
Starts the jSyncManager MultiPort Server.
main(String[]) - Static method in class org.jSyncManager.Tools.CommAPITester
Runs the console version of the Comm API Port Tests.
main(String[]) - Static method in class org.jSyncManager.Tools.ConduitInstallerTool
Run the Conduit Installer Tool against the specified list of jConduits.
main(String[]) - Static method in class org.jSyncManager.Tools.TestIfClassExists
Runs the TestIfClassExists utility.
majorVersion - Variable in class org.jSyncManager.API.Protocol.CMP_Packet
The major revision of the CMP protocol in use.
makeVFSCustomControlRequest(int, int, char, char[]) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
VFS File custom control method.
makeVFSCustomControlRequest(int, int, char, char[]) - Method in class org.jSyncManager.API.Protocol.JHotSync
VFS File custom control method.
maximumBaudRate - Variable in class org.jSyncManager.API.Protocol.Util.CMP_CommunicationPrefs
The maximum bit/baud rate for communications in the underlying transport mechanism.
maximumDataBlockSize - Variable in class org.jSyncManager.API.Protocol.Util.CMP_CommunicationPrefs
The maximum data block size in the underlying transport mechanism.
maximumPacketSize - Variable in class org.jSyncManager.API.Protocol.Util.CMP_CommunicationPrefs
The maximum size of a packet in the underlying transport mechanism.
memoText - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord
A string to hold the text of the memo.
midSync(Synchronizer) - Method in interface org.jSyncManager.API.Threads.SynchronizerListener
This message is called by the Synchronizer instance specified when it has reached the mid-point of a synchronization job.
midSync(Synchronizer) - Method in class org.jSyncManager.Client.ApplicationJFrame
This message is called by the Synchronizer instance specified when it has reached the mid-point of a synchronization job.
midSync(Synchronizer) - Method in class org.jSyncManager.Server.Server
Perform mid-sync tasks for the specified synchronization engine.
minorVersion - Variable in class org.jSyncManager.API.Protocol.CMP_Packet
The minor revision of the CMP protocol in use.
modemConnected - Variable in class org.jSyncManager.Transport.ModemTransport
Modem connectivity flag.
mountClass - Variable in class org.jSyncManager.API.Protocol.Util.VFS.MountParameters
Holds the mount class to use.
moveCategory(byte, byte, byte) - Method in class org.jSyncManager.API.Conduit.ConduitHandler
Moves a category from one ID to another for the specified database.
moveCategory(byte, byte, byte) - Method in class org.jSyncManager.API.Protocol.JHotSync
Moves the specified category from one ID to another.

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.