Overview
Package
Class
Use
Tree
Index
Help
jSyncManager
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
O
OK_BUTTON_PRESSED
- Static variable in class org.jSyncManager.API.Conduit.
AbstractConduit
A useful constant to denote when the parent settings dialogs OK button has been pressed.
OK_BUTTON_PRESSED
- Static variable in class org.jSyncManager.Client.
SettingsDialog
A useful constant to denote when the parent settings dialogs OK button has been pressed.
ONE_MINUTE_TIMEOUT
- Static variable in class org.jSyncManager.API.Protocol.
CMP_Packet
A flag to tell the handheld that it should use a one-minute timeout before assuming that communications have been lost.
ON_SYNC_BACKUP
- Static variable in class org.jSyncManager.Client.
ApplicationJMenuBar
The "Backup Sync" sync type button text.
ON_SYNC_RESTORE
- Static variable in class org.jSyncManager.Client.
ApplicationJMenuBar
The "Restore Sync" sync type button text.
ON_SYNC_STANDARD_SYNC
- Static variable in class org.jSyncManager.Client.
ApplicationJMenuBar
The "Standard Sync" sync type button text.
OPEN_CONDUIT
- Static variable in class org.jSyncManager.API.Protocol.
DLP_Packet
DLP function code to open a conduit.
OPEN_DATABASE
- Static variable in class org.jSyncManager.API.Protocol.
DLP_Packet
DLP function code for opening a database.
OPEN_EXCLUSIVE_MODE_FLAG
- Static variable in class org.jSyncManager.API.Protocol.Util.VFS.
FileReference
A flag to denote that the file should be opened in Exclusive mode.
OPEN_READ_MODE_FLAG
- Static variable in class org.jSyncManager.API.Protocol.Util.VFS.
FileReference
A flag to denote that the file should be opened for Read access.
OPEN_READ_WRITE_MODE_FLAG
- Static variable in class org.jSyncManager.API.Protocol.Util.VFS.
FileReference
A flag to denote that the file should be opened for Read/Write access.
OPEN_WRITE_MODE_FLAG
- Static variable in class org.jSyncManager.API.Protocol.Util.VFS.
FileReference
A flag to denote that the file should be opened for Write access.
OTHER
- Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.
ExpenseRecord
The Other expense type.
OTHER_LABEL
- Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.
AddressRecord
Denotes that this phone field is an "other" phone number.
OUT_OF_MEMORY
- Static variable in class org.jSyncManager.API.Protocol.
PADP_Packet
This flag denotes an error condition on the handheld signifying that it is out of memory.
object2Bytes()
- Method in class org.jSyncManager.API.Protocol.Util.
CMP_Address
Converts this object to an array of bytes suitable for transmission.
object2Bytes()
- Method in class org.jSyncManager.API.Protocol.Util.
CMP_CommunicationPrefs
Converts this object to an array of bytes suitable for transmission.
object2Bytes()
- Method in class org.jSyncManager.API.Protocol.Util.
DLPNetSyncInfo
Converts this object to a series of bytes for writing to the handheld.
object2Bytes()
- Method in class org.jSyncManager.API.Protocol.Util.
DLPUserInfo
Convert this object to a byte array suitable for writing to the handheld.
ok
- Variable in class org.jSyncManager.Client.
SettingsDialog
The settings dialog Ok button.
okButton
- Variable in class org.jSyncManager.Client.
JConduitInstallDialog
The "Ok" button instance.
open()
- Method in class org.jSyncManager.API.Transport.
SLPTransportInterface
Opens a read/write connection to the implemented transport.
open()
- Method in class org.jSyncManager.Transport.
CommAPITransport
Opens a read/write connection to the implemented transport.
open()
- Method in class org.jSyncManager.Transport.
DebugTransport
Opens a read/write connection to the implemented transport.
open()
- Method in class org.jSyncManager.Transport.
JUSBTransport
Opens a read/write connection to the implemented transport.
open()
- Method in class org.jSyncManager.Transport.
ModemTransport
Opens a read/write connection to the implemented transport.
open()
- Method in class org.jSyncManager.Transport.
ServerTCPSocketTransport
Opens a read/write connection to the implemented transport.
open()
- Method in class org.jSyncManager.Transport.
TCPSocketTransport
Opens a read/write connection to the implemented transport.
openConduit()
- Method in class org.jSyncManager.API.Conduit.
ConduitHandler
Informs the remote Palm that a new jConduit is being opened.
openConduit()
- Method in class org.jSyncManager.API.Protocol.
JHotSync
Informs the handheld that a conduit is about to be opened.
openDatabase(String, byte)
- Method in class org.jSyncManager.API.Conduit.
ConduitHandler
Opens the specified database in the specified mode.
openDatabase(byte, byte, String)
- Method in class org.jSyncManager.API.Protocol.
JHotSync
Open the specified database using the specified I/O mode.
openVFSFile(VolumeReference, char, String)
- Method in class org.jSyncManager.API.Conduit.
ConduitHandler
Opens a VFS file.
openVFSFile(VolumeReference, char, String)
- Method in class org.jSyncManager.API.Protocol.
JHotSync
Opens a VFS file.
org.jSyncManager
- package org.jSyncManager
The jSyncManager package root.
org.jSyncManager.API.Conduit
- package org.jSyncManager.API.Conduit
The jSyncManager jConduit API specification classes.
org.jSyncManager.API.Conduit.Tools
- package org.jSyncManager.API.Conduit.Tools
The jSyncManager jConduit API Tool classes.
org.jSyncManager.API.Conduit.Tools.vTypes
- package org.jSyncManager.API.Conduit.Tools.vTypes
The jSyncManager jConduit API vType classes.
org.jSyncManager.API.Conduit.Tools.vTypes.vCommon
- package org.jSyncManager.API.Conduit.Tools.vTypes.vCommon
The jSyncManager jConduit API Tool vType Common classes.
org.jSyncManager.API.Conduit.Tools.vTypes.vEntity
- package org.jSyncManager.API.Conduit.Tools.vTypes.vEntity
The jSyncManager jConduit API Tool vType Entity classes.
org.jSyncManager.API.Protocol
- package org.jSyncManager.API.Protocol
The jSyncManager Protocol Stack classes.
org.jSyncManager.API.Protocol.Util
- package org.jSyncManager.API.Protocol.Util
The jSyncManager Protocol Utility Classes.
org.jSyncManager.API.Protocol.Util.StdApps
- package org.jSyncManager.API.Protocol.Util.StdApps
The jSyncManager Standard Application Abstration Objects.
org.jSyncManager.API.Protocol.Util.VFS
- package org.jSyncManager.API.Protocol.Util.VFS
The jSyncManager Virtual FileSystem Abstraction Classes.
org.jSyncManager.API.Threads
- package org.jSyncManager.API.Threads
The jSyncManager Engine Package.
org.jSyncManager.API.Tools
- package org.jSyncManager.API.Tools
Contains useful jSyncManager API Utility Classes.
org.jSyncManager.API.Transport
- package org.jSyncManager.API.Transport
The jSyncManager Transport Specification Classes.
org.jSyncManager.Client
- package org.jSyncManager.Client
The jSyncManager GUI classes.
org.jSyncManager.Client.GUIParts
- package org.jSyncManager.Client.GUIParts
A package for general-usage GUI components.
org.jSyncManager.Conduit
- package org.jSyncManager.Conduit
The jSyncManager jConduit Package.
org.jSyncManager.Conduit.Alerter
- package org.jSyncManager.Conduit.Alerter
The Alerter jConduit Package.
org.jSyncManager.Conduit.Deleter
- package org.jSyncManager.Conduit.Deleter
The Deleter jConduit Package.
org.jSyncManager.Conduit.Email
- package org.jSyncManager.Conduit.Email
The Email jConduit Package.
org.jSyncManager.Conduit.FotoReader
- package org.jSyncManager.Conduit.FotoReader
Provides the classes for the FotoReader jConduit, which allows the user to store photos from a Zire 71's Camera application to a directory on their hard drive.
org.jSyncManager.Conduit.Installer
- package org.jSyncManager.Conduit.Installer
The Installer jConduit Package.
org.jSyncManager.Conduit.NetInstaller
- package org.jSyncManager.Conduit.NetInstaller
The Net Installer jConduit Package.
org.jSyncManager.Conduit.NotepadViewer
- package org.jSyncManager.Conduit.NotepadViewer
The Notepad Viewer jConduit Package.
org.jSyncManager.Conduit.TestConduit
- package org.jSyncManager.Conduit.TestConduit
org.jSyncManager.Conduit.TextDump
- package org.jSyncManager.Conduit.TextDump
The Text Dump jConduit Package.
org.jSyncManager.Server
- package org.jSyncManager.Server
The jSyncManager MultiPort Server Package.
org.jSyncManager.Tools
- package org.jSyncManager.Tools
The jSyncManager Useful Tools Package.
org.jSyncManager.Transport
- package org.jSyncManager.Transport
The jSyncManager Transport Implementation Package.
Overview
Package
Class
Use
Tree
Index
Help
jSyncManager
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.