A B C D E F G H I J K L M N O P R S T U V W Y _

S

saveBackup - Variable in class com.syncbuilder.storage.expense.Pref
 
sayConnecting() - Method in interface com.syncbuilder.sync.SyncSession
First phase of synchronisation procedure: Inform the user that the Palm device is connecting to the server.
sayConnecting() - Method in class com.syncbuilderx.syncman.SyncDialog
First phase of synchronisation procedure: Inform the user that the Palm device is connecting to the server.
sayConnecting() - Method in class com.syncbuilderx.syncman.SMSession
First phase of synchronisation procedure: Inform the user that the Palm device is connecting to the server.
sayIdentifyingUser() - Method in interface com.syncbuilder.sync.SyncSession
Second phase of synchronisation procedure: Inform the user that the owner of the Palm device is being identified.
sayIdentifyingUser() - Method in class com.syncbuilderx.syncman.SyncDialog
Second phase of synchronisation procedure: Inform the user that the owner of the Palm device is being identified.
sayIdentifyingUser() - Method in class com.syncbuilderx.syncman.SMSession
Second phase of synchronisation procedure: Inform the user that the owner of the Palm device is being identified.
saySynchronizing(Database) - Method in interface com.syncbuilder.sync.SyncSession
Final phase of synchronisation procedure: Inform the user that the specified database is being synchronized.
saySynchronizing(Database) - Method in class com.syncbuilderx.syncman.SMSession
Final phase of synchronisation procedure: Inform the user that the specified database is being synchronized.
saySynchronizing(String) - Method in interface com.syncbuilder.sync.SyncSession
Final phase of synchronisation procedure: Inform the user that the database with the specified name is being synchronized.
saySynchronizing(String) - Method in class com.syncbuilderx.syncman.SyncDialog
Final phase of synchronisation procedure: Inform the user that the database with the specified name is being synchronized.
saySynchronizing(String) - Method in class com.syncbuilderx.syncman.SMSession
Final phase of synchronisation procedure: Inform the user that the database with the specified name is being synchronized.
sayUserIdentified(UserInfo) - Method in interface com.syncbuilder.sync.SyncSession
Third phase of synchronisation procedure: Inform the user that the owner of the Palm device has been identified.
sayUserIdentified(UserInfo) - Method in class com.syncbuilderx.syncman.SyncDialog
Third phase of synchronisation procedure: Inform the user that the owner of the Palm device has been identified.
sayUserIdentified(UserInfo) - Method in class com.syncbuilderx.syncman.SMSession
Third phase of synchronisation procedure: Inform the user that the owner of the Palm device has been identified.
search(Name, Attributes) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(Name, Attributes, String[]) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(Name, String, Object[], SearchControls) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(Name, String, SearchControls) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(String, Attributes) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(String, Attributes, String[]) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(String, String, Object[], SearchControls) - Method in class com.syncbuilder.directory.LDIFCtx
 
search(String, String, SearchControls) - Method in class com.syncbuilder.directory.LDIFCtx
 
secret - Variable in class com.syncbuilder.storage.Record
 
SECRET - Static variable in class com.syncbuilder.storage.Record
 
Send - Static variable in class com.syncbuilder.storage.mail.sync
 
sentTo - Variable in class com.syncbuilder.storage.mail.Record
 
ServerSocket - class com.syncbuilder.sync.ServerSocket.
A representation of a Server socket.
After its creation this socket sits there and waits for an incoming connection from a PalmOS device.
ServerSocket(String) - Constructor for class com.syncbuilder.sync.ServerSocket
Construct a ServerSocket and bind it to a device.
service() - Method in class com.syncbuilder.service.ServiceBase
This method is invoked periodically while the service is running.
service() - Method in class com.syncbuilder.sync.SyncServer
 
service(SyncSession, Link) - Method in interface com.syncbuilder.sync.SyncHandler
Service an incoming connection.
service(SyncSession, Link) - Method in class com.syncbuilder.sync.DispatchSyncHandler
Service an incoming connection.
ServiceBase - class com.syncbuilder.service.ServiceBase.
This class is meant to be a suitable basis for most implementations of a service that implements ServiceControlListener.
You will only have to implement the service()-method, which will be invoked continuously in the service's main loop.
You may also implement the init()-method which will be invoked anytime the service is started, and the destroy()-method which will be invoked anytime the service is stopped.
ServiceBase() - Constructor for class com.syncbuilder.service.ServiceBase
 
ServiceControlEvent - class com.syncbuilder.service.ServiceControlEvent.
 
ServiceControlEvent(Object, int) - Constructor for class com.syncbuilder.service.ServiceControlEvent
 
ServiceControlListener - interface com.syncbuilder.service.ServiceControlListener.
This interface may be implemented by all the services which wish to be controlled through events.
ServiceMessage - class com.syncbuilder.service.ServiceMessage.
A message from a service.
ServiceMessage(String) - Constructor for class com.syncbuilder.service.ServiceMessage
Construct a ServiceMessage with the specified message-text and a NORMAL level of severity.
ServiceMessage(String, int) - Constructor for class com.syncbuilder.service.ServiceMessage
Construct a ServiceMessage with the specified message-text and the specified level of severity (use the LVL_* constants).
ServiceStateEvent - class com.syncbuilder.service.ServiceStateEvent.
Events of this kind are used by a service to report its state.
ServiceStateEvent(Object, Object, int, ServiceMessage) - Constructor for class com.syncbuilder.service.ServiceStateEvent
Construct an event with the specified parent (super-service), and the specified ServiceMessage.
ServiceStateListener - interface com.syncbuilder.service.ServiceStateListener.
This interface may be implemented by all those classes which wish to be notified about changes in a service's state.
ServiceStateQueueAdaptor - class com.syncbuilder.service.ServiceStateQueueAdaptor.
This class serves two purposes:
1.
ServiceStateQueueAdaptor() - Constructor for class com.syncbuilder.service.ServiceStateQueueAdaptor
Create a working ServiceStateQueueAdaptor.
setAcceptTimeout(int) - Method in class com.syncbuilder.sync.SyncServer
 
setAppBlock(AppBlock) - Method in interface com.syncbuilder.storage.Database
Associate the AppBlock with the Database.
setAppBlock(AppBlock) - Method in class com.syncbuilder.storage.DatabaseBase
 
setAppBlock(AppBlock) - Method in class com.syncbuilder.storage.MemoryDatabase
 
setAppBlock(AppBlock) - Method in class com.syncbuilder.storage.DeviceDatabase
 
setArchived(boolean) - Method in class com.syncbuilder.storage.Record
 
setArgv(String[]) - Method in class com.syncbuilder.util.getopt.Getopt
Since in GNU getopt() the argument vector is passed back in to the function every time, the caller can swap out argv on the fly.
setBusy(boolean) - Method in class com.syncbuilder.storage.Record
Set the Busy attribute.
Busy is reserved for system use and should normally not be set by the user!
setCategory(int) - Method in class com.syncbuilder.storage.Record
 
setDBInfo(DBInfo) - Method in interface com.syncbuilder.storage.Database
Associate a complete set of meta-information with the Database.
setDBInfo(DBInfo) - Method in class com.syncbuilder.storage.MemoryDatabase
Associate a complete set of meta-information with the Database.
setDBInfo(DBInfo) - Method in class com.syncbuilder.storage.DeviceDatabase
Associate a complete set of meta-information with the Database. Caution!
setDeleted(boolean) - Method in class com.syncbuilder.storage.Record
 
setFlags(int) - Method in class com.syncbuilder.storage.Record
 
setID(int) - Method in class com.syncbuilder.storage.RecordID
 
setID(RecordID) - Method in class com.syncbuilder.storage.Record
Set a new RecordID for this record.
setIndex(int) - Method in class com.syncbuilder.storage.Record
 
setLong(byte[], int, int) - Static method in class com.syncbuilder.util.PackUtils
 
setMemo(String) - Method in class com.syncbuilder.storage.memo.Record
 
setModified(boolean) - Method in class com.syncbuilder.storage.Record
 
setNetSyncInfo(NetSyncInfo) - Method in class com.syncbuilder.sync.Dlp
 
setOpterr(boolean) - Method in class com.syncbuilder.util.getopt.Getopt
Normally Getopt will print a message to the standard error when an invalid option is encountered.
setOptind(int) - Method in class com.syncbuilder.util.getopt.Getopt
This method allows the optind index to be set manually.
setOptstring(String) - Method in class com.syncbuilder.util.getopt.Getopt
In GNU getopt, it is possible to change the string containg valid options on the fly because it is passed as an argument to getopt() each time.
setPref(Pref) - Method in interface com.syncbuilder.storage.Database
Store a Pref which is associated with the same app as the database to the database.
setPref(Pref) - Method in class com.syncbuilder.storage.DatabaseBase
Store a Pref which is associated with the same app as the database to the database.
setPref(Pref) - Method in class com.syncbuilder.storage.MemoryDatabase
Store a Pref which is associated with the same app as the database to the database.
setPref(Pref) - Method in class com.syncbuilder.storage.DeviceDatabase
Store a Pref which is associated with the same app as the database to the database.
setPref(Pref) - Method in class com.syncbuilder.sync.Dlp
Set a Pref object that is associated with a particular application.
setSecret(boolean) - Method in class com.syncbuilder.storage.Record
 
setSecret(boolean) - Method in class com.syncbuilder.util.getopt.LongOpt
 
setShort(byte[], int, int) - Static method in class com.syncbuilder.util.PackUtils
 
setSocketFactory(SocketImplFactory) - Static method in class com.syncbuilder.sync.Socket
Set the factory for all client and server sockets.
setSortBlock(SortBlock) - Method in interface com.syncbuilder.storage.Database
Associate the SortBlock with the Database.
setSortBlock(SortBlock) - Method in class com.syncbuilder.storage.DatabaseBase
 
setSortBlock(SortBlock) - Method in class com.syncbuilder.storage.MemoryDatabase
 
setSortBlock(SortBlock) - Method in class com.syncbuilder.storage.DeviceDatabase
 
setSortByAlpha(boolean) - Method in class com.syncbuilder.storage.memo.AppBlock
 
setTime(Date) - Method in class com.syncbuilder.sync.Dlp
 
setUserInfo(UserInfo) - Method in class com.syncbuilder.sync.Dlp
 
setValue(int) - Method in class com.syncbuilder.util.Index
 
setZeroTermString(byte[], int, String) - Static method in class com.syncbuilder.util.PackUtils
Place a String into an array of bytes.
show_phone - Variable in class com.syncbuilder.storage.address.Record
Show which phone number as the primary one (index into the phone_label String-array of the AppBlock)
showAllCategories - Variable in class com.syncbuilder.storage.expense.Pref
 
showCurrency - Variable in class com.syncbuilder.storage.expense.Pref
 
signature - Variable in class com.syncbuilder.storage.mail.SignaturePref
 
signature - Variable in class com.syncbuilder.storage.mail.Record
 
SignaturePref - class com.syncbuilder.storage.mail.SignaturePref.
 
SignaturePref() - Constructor for class com.syncbuilder.storage.mail.SignaturePref
 
SignaturePref(byte[], Char4, int, int, boolean) - Constructor for class com.syncbuilder.storage.mail.SignaturePref
 
SMContext - class com.syncbuilderx.syncman.SMContext.
SMContext defines the execution environment for SyncHandlers within the SyncMan application.
SMContext(SyncDialog) - Constructor for class com.syncbuilderx.syncman.SMContext
 
SMSession - class com.syncbuilderx.syncman.SMSession.
Implementation of SyncSession for use with the SyncMan application.
SMSession(SyncDialog) - Constructor for class com.syncbuilderx.syncman.SMSession
 
Snack - Static variable in class com.syncbuilder.storage.expense.type
 
Socket - class com.syncbuilder.sync.Socket.
A connected Socket.
Socket() - Constructor for class com.syncbuilder.sync.Socket
 
SocketImpl - class com.syncbuilder.sync.SocketImpl.
This interface needs to be implemented in order to provide a special type of socket (native pilot-link socket, Network HotSync socket, pure Java serial socket).
SocketImpl() - Constructor for class com.syncbuilder.sync.SocketImpl
 
SocketImplFactory - interface com.syncbuilder.sync.SocketImplFactory.
This interface defines a factory for socket implementations.
sort - class com.syncbuilder.storage.expense.sort.
 
sort - class com.syncbuilder.storage.mail.sort.
 
sort_by_company - Variable in class com.syncbuilder.storage.address.AppBlock
 
SortBlock - class com.syncbuilder.storage.SortBlock.
The representation of a SortBlock.
SortBlock - class com.syncbuilder.storage.generic.SortBlock.
 
SortBlock() - Constructor for class com.syncbuilder.storage.SortBlock
 
SortBlock() - Constructor for class com.syncbuilder.storage.generic.SortBlock
 
SortBlock(byte[]) - Constructor for class com.syncbuilder.storage.SortBlock
 
SortBlock(byte[]) - Constructor for class com.syncbuilder.storage.generic.SortBlock
 
sortByPriority - Variable in class com.syncbuilder.storage.todo.AppBlock
 
sortOrder - Variable in class com.syncbuilder.storage.expense.AppBlock
 
sortOrder - Variable in class com.syncbuilder.storage.mail.AppBlock
 
start() - Method in class com.syncbuilder.service.ServiceBase
Start the service.
start() - Method in class com.syncbuilder.util.TimeSlicer
 
startOfWeek - Variable in class com.syncbuilder.storage.appointment.AppBlock
 
startWatchdog() - Method in class com.syncbuilder.sync.Socket
Tickle the PalmPilot automatically with a reasonable default-interval
startWatchdog(int) - Method in class com.syncbuilder.sync.SocketImpl
Tickle the PalmPilot automatically in specified intervals
startWatchdog(int) - Method in class com.syncbuilder.sync.Socket
Tickle the PalmPilot automatically in specified intervals
stateChanged(ServiceStateEvent) - Method in class com.syncbuilder.service.ServiceStateQueueAdaptor
This method is part of the ServiceStateListener interface.
stateChanged(ServiceStateEvent) - Method in interface com.syncbuilder.service.ServiceStateListener
This one is invoked every time the state of the service has changed.
stop() - Method in class com.syncbuilder.service.ServiceBase
Stop the service.
stop() - Method in class com.syncbuilder.util.TimeSlicer
 
STOPPED - Static variable in class com.syncbuilder.service.ServiceStateEvent
 
StorageInfo - class com.syncbuilder.device.StorageInfo.
Information about the Palm device's storage system.
StorageInfo() - Constructor for class com.syncbuilder.device.StorageInfo
 
StorageInfo(int, int) - Constructor for class com.syncbuilder.device.StorageInfo
 
storeLDIF(OutputStream) - Method in class com.syncbuilder.directory.LDIFCtx
Store this context and all subcontexts into an LDIF-file.
storeLDIF(PrintWriter) - Method in class com.syncbuilder.directory.LDIFCtx
Store this context and all subcontexts into an LDIF-file.
StringOpt - class com.syncbuilder.util.getopt.StringOpt.
 
StringOpt(String, String, boolean) - Constructor for class com.syncbuilder.util.getopt.StringOpt
 
StringOpt(String, String, String, boolean, boolean) - Constructor for class com.syncbuilder.util.getopt.StringOpt
 
subject - Variable in class com.syncbuilder.storage.mail.Record
 
Subway - Static variable in class com.syncbuilder.storage.expense.type
 
successfulSyncDate - Variable in class com.syncbuilder.device.UserInfo
The date of the last successful HotSync
Supplies - Static variable in class com.syncbuilder.storage.expense.type
 
suspend() - Method in class com.syncbuilder.service.ServiceBase
Temporarily halt the service.
SUSPENDED - Static variable in class com.syncbuilder.service.ServiceStateEvent
 
switchMessage() - Method in class com.syncbuilder.sync.Dlp
This method serves two purposes: Switch the message on the Palm device from 'Identifying User' to 'Synchronizing'.
symbol - Variable in class com.syncbuilder.storage.expense.CustomCurrency
 
sync - class com.syncbuilder.storage.mail.sync.
 
SyncAppSkeleton - class com.syncbuilder.app.SyncAppSkeleton.
This code can be used as a foundation for all stand-alone synchronization utilities.
SyncAppSkeleton() - Constructor for class com.syncbuilder.app.SyncAppSkeleton
 
SyncContext - interface com.syncbuilder.sync.SyncContext.
The SyncContext is a representation of the execution environment for a SyncHandler.
SyncDialog - class com.syncbuilderx.syncman.SyncDialog.
This class displays the synchronization dialog.
SyncDialog() - Constructor for class com.syncbuilderx.syncman.SyncDialog
 
SyncDialog(Frame) - Constructor for class com.syncbuilderx.syncman.SyncDialog
 
SyncDialog(Frame, String, boolean) - Constructor for class com.syncbuilderx.syncman.SyncDialog
 
SyncHandler - interface com.syncbuilder.sync.SyncHandler.
Implementations of this interface are used in conjunction with synchronization servers (SyncServer, SyncMan).
synchronizeDevice(Link) - Method in class com.syncbuilder.app.SyncAppSkeleton
This method needs to be overwritten by your application.
SyncMan - class com.syncbuilderx.syncman.SyncMan.
SyncMan is the main class of the SyncMan desktop application.
SyncMan() - Constructor for class com.syncbuilderx.syncman.SyncMan
 
SyncPref - class com.syncbuilder.storage.mail.SyncPref.
 
SyncPref() - Constructor for class com.syncbuilder.storage.mail.SyncPref
 
SyncPref(boolean) - Constructor for class com.syncbuilder.storage.mail.SyncPref
 
SyncPref(byte[], Char4, int, int, boolean) - Constructor for class com.syncbuilder.storage.mail.SyncPref
 
SyncServer - class com.syncbuilder.sync.SyncServer.
A SyncServer is the heart of many applications which are supposed to handle connections from Palm devices.
SyncServer(ServerSocket, SyncHandler, SyncContext) - Constructor for class com.syncbuilder.sync.SyncServer
Construct a SyncServer from an existing ServerSocket.
SyncSession - interface com.syncbuilder.sync.SyncSession.
The SyncSession is the representation of a session between the host and the Palm device.
syncType - Variable in class com.syncbuilder.storage.mail.SyncPref
 
SysInfo - class com.syncbuilder.device.SysInfo.
This class stores fundamental information about the Palm device.
SysInfo(int, int, int) - Constructor for class com.syncbuilder.device.SysInfo
This constructor shall not be invoked by anybody, except DlpImpl!
SysInfo(int, int, int, int, int, int) - Constructor for class com.syncbuilder.device.SysInfo
This constructor shall not be invoked by anybody, except DlpImpl!
SystemFeature - class com.syncbuilder.device.SystemFeature.
Various constants and helper-methods to deal with the System Feature.

A B C D E F G H I J K L M N O P R S T U V W Y _
This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.