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

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.Protocol.Util.StdApps.MailDBCSV.
This is a synchronization JConduit for a CSV document from the MailDB database.
MailDBCSV() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Create new default, empty MailDBCSV
MailDBCSV(File) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Create new MailDBCSV from File.
MailDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Create new MailDBCSV with InputStreamReader stream input.
MailDBCSV(MailRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBCSV
Create new MailDBCSV with given MailRecord.
MailDBXML - class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML.
This is a synchronization JConduit for ax XML document from the MailDB database.
MailDBXML() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Create new JSXMLDocument with default name and MailDB DTD entity.
MailDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Create new MailDBScanner with InputStreamReader stream input.
MailDBXML(JSXMLDocument) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Create new JSXMLDocument with given JSXMLDocument.
MailDBXML(MailRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MailDBXML
Create new JSXMLDocument with given MailRecord.
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.
MAIN_LABEL - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
Denotes that this phone field is a "main" telephone number.
main(String[]) - Static method in class org.jSyncManager.Launcher
The Launcher entry point.
main(String[]) - Static method in class org.jSyncManager.Client.LegacyMain
Starts the jSyncMananger end-user GUI client.
main(String[]) - Static method in class org.jSyncManager.Client.JConduitInstallDialog
 
main(String[]) - Static method in class org.jSyncManager.Client.Client
 
main(String[]) - Static method in class org.jSyncManager.Client.GUIParts.StatusDialog
Main (test) method
main(String[]) - Static method in class org.jSyncManager.Client.GUIParts.DetailedErrorMessageDialog
 
main(String[]) - Static method in class org.jSyncManager.Conduit.Email.ConnectionsPanel
 
main(String[]) - Static method in class org.jSyncManager.Conduit.Email.PopMail
 
main(String[]) - Static method in class org.jSyncManager.Conduit.Email.SmtpMail
 
main(String[]) - Static method in class org.jSyncManager.Server.Server
Starts the application.
main(String[]) - Static method in class org.jSyncManager.Tools.ConduitInstallerTool
Run the Conduit Installer Tool against the specified list of jConduits.
majorVersion - Variable in class org.jSyncManager.API.Protocol.CMP_Packet
The major revision of the CMP protocol in use.
map - Variable in class org.jSyncManager.Conduit.Email.Email
 
MASTERCARD - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseRecord
The Mastercard payment type.
MAX_CATEGORIES - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.CategoryInfo
The maximum number of categories allowed in a single database.
MAX_CUSTOM_CURRENCIES - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseAppBlock
A value representing the maximum number of custom currencies.
MAX_CUSTOMFIELDS - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
The maximum number of custom fields allowed.
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.
MAXIMUM_DATE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.DateBookRecordEntry
The maximum date value the Palm can store.
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.Protocol.Util.StdApps.MemoDBCSV.
This is a synchronization JConduit for a CSV document from the MemoDB database.
MemoDBCSV() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Create new default, empty MemoDBCSV
MemoDBCSV(File) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Create new MemoDBCSV from File.
MemoDBCSV(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Create new MemoDBCSV with InputStreamReader stream input.
MemoDBCSV(MemoRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBCSV
Create new MailDBCSV with given MailRecord.
MemoDBXML - class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML.
This is a synchronization JConduit for ax XML document from the MemoDB database.
MemoDBXML() - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Create new JSXMLDocument with default name and MemoDB DTD entity.
MemoDBXML(Document) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Create new JSXMLDocument with given JSXMLDocument.
MemoDBXML(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Create new MemoDBScanner with InputStreamReader stream input.
MemoDBXML(MemoRecord) - Constructor for class org.jSyncManager.API.Protocol.Util.StdApps.MemoDBXML
Create new JSXMLDocument with given MemoRecord.
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.
memoText - Variable in class org.jSyncManager.API.Protocol.Util.StdApps.MemoRecord
A string to hold the text of the memo.
MessageDialog - class org.jSyncManager.Client.LegacyClient.MessageDialog.
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!
MessageDialog(Frame, ResourceBundle) - Constructor for class org.jSyncManager.Client.LegacyClient.MessageDialog
Deprecated. Creates a new MessageDialog.
MEXICO - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressAppBlock
Country code for Mexico.
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.Client.LegacyClient.JSyncManagerFrame
Deprecated. Routine to handle midpoint sync duties.
midSync(Synchronizer) - Method in class org.jSyncManager.Server.Server
midSync method comment.
MILEAGE - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.ExpenseRecord
The Milage expense type.
minorVersion - Variable in class org.jSyncManager.API.Protocol.CMP_Packet
The minor revision of the CMP protocol in use.
MOBILE_LABEL - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressRecord
Denotes that this phone field is a mobile/cellular telephone number.
modemConnected - Variable in class org.jSyncManager.Transport.ModemTransport
Modem connectivity flag.
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.
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.
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 - 2003 Brad BARCLAY and others. All Rights Reserved.