|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use DlpException | |
| com.syncbuilder.sync | Connection management with the Palm device. |
| Uses of DlpException in com.syncbuilder.sync |
| Subclasses of DlpException in com.syncbuilder.sync | |
interface |
CancelSyncException
A specialization of DlpException that indicates failure because the user decided to cancel the HotSync. |
| Methods in com.syncbuilder.sync that throw DlpException | |
void |
ServerSocket.close()
Close the ServerSocket. This stops the ServerSocket from accepting clients. |
abstract void |
SocketImpl.close()
|
DeviceDatabase |
Dlp.openDB(java.lang.String name)
Open a database by its name. |
DeviceDatabase |
Dlp.openDB(java.lang.String name,
int mode)
Open a database by its name. |
DeviceDatabase |
Dlp.openDB(java.lang.String name,
int mode,
int card)
Open a database by its name. |
DeviceDatabase |
Dlp.openDB(Char4 creator,
java.lang.String name,
int mode,
int card)
Open a database by its name, and with information about its creator. |
DeviceDatabase |
Dlp.openDB(DatabaseImpl dbimpl)
Open a database with a known DatabaseImpl. |
DeviceDatabase |
Dlp.openDB(DatabaseImpl dbimpl,
int mode)
Open a database with a known DatabaseImpl. |
DeviceDatabase |
Dlp.openDB(DatabaseImpl dbimpl,
int mode,
int card)
Open a database with a known DatabaseImpl. |
DeviceDatabase |
Dlp.createDB(java.lang.String name,
Char4 creator,
Char4 type,
int flags,
int version)
Create a new database on the default card of the Palm device. |
DeviceDatabase |
Dlp.createDB(java.lang.String name,
Char4 creator,
Char4 type,
int flags,
int version,
int card)
Create a new database on the specified card of the Palm device. |
DeviceDatabase |
Dlp.createDB(DatabaseImpl dbimpl,
int flags,
int version)
Create a new database on the default card of the Palm device. |
DeviceDatabase |
Dlp.createDB(DatabaseImpl dbimpl,
int flags,
int version,
int card)
Create a new database on the specified card of the Palm device. |
void |
Dlp.deleteDB(java.lang.String dbname)
|
void |
Dlp.deleteDB(java.lang.String dbname,
int card)
|
DBInfo |
Dlp.getDBInfo(int index,
boolean RAM,
boolean ROM,
int card)
|
Pref |
Dlp.getPref(Char4 creator,
int id)
Get a Pref object that is associated with a particular application. |
Pref |
Dlp.getPref(Char4 creator,
int id,
boolean backup)
Get a Pref object that is associated with a particular application. |
void |
Dlp.setPref(Pref pref)
Set a Pref object that is associated with a particular application. |
Pref |
Dlp.createPref(Char4 creator,
int id)
A factory method for a Pref object.
|
Pref |
Dlp.createPref(Char4 creator,
int id,
int version)
A factory method for a Pref object.
|
Pref |
Dlp.createPref(Char4 creator,
int id,
int version,
boolean backup)
|
int |
Dlp.getFeature(Char4 creator,
int number)
Get the feature with the specified Creator ID and number |
void |
Dlp.endHotSync()
Finish the HotSync-process successfully. |
void |
Dlp.endHotSync(int status)
Finish the HotSync-process with a specified status-code Invoking this method ends the life-cycle of the Dlp. |
void |
Dlp.resetDevice()
|
StorageInfo |
Dlp.getStorageInfo()
|
java.util.Date |
Dlp.getTime()
|
void |
Dlp.setTime(java.util.Date date)
|
UserInfo |
Dlp.getUserInfo()
Get information about the HotSync user. |
void |
Dlp.setUserInfo(UserInfo uinfo)
|
SysInfo |
Dlp.getSysInfo()
|
void |
Dlp.switchMessage()
This method serves two purposes: Switch the message on the Palm device from 'Identifying User' to 'Synchronizing'. |
NetSyncInfo |
Dlp.getNetSyncInfo()
|
void |
Dlp.setNetSyncInfo(NetSyncInfo info)
|
void |
Dlp.addSyncLogEntry(java.lang.String message)
|
void |
Dlp.processRPC(int trap,
Index a0,
Index d0,
RPCParam[] params)
Send an RPC for execution by the TouchDown RPC Executor (which is part of the Palm OS). |
void |
Dlp.dlp_CloseDB(int handle)
CAUTION ****************** CAUTION ***************** CAUTION ***************** CAUTION *********** The following methods are very low-level. |
int |
Dlp.reopenDB(java.lang.String name,
int mode,
int card)
Open a database by its name. |
int |
Dlp.dlp_readOpenDBInfo(int handle)
|
void |
Dlp.dlp_CleanUpDatabase(int handle)
|
void |
Dlp.dlp_MoveCategory(int handle,
int from,
int to)
|
void |
Dlp.dlp_ResetRecordIndex(int handle)
Resets the "next record" index to the beginning |
void |
Dlp.dlp_ResetSyncFlags(int handle)
|
DBInfo |
Dlp.dlp_findDBByOpenHandle(int handle)
|
DBInfo |
Dlp.dlp_findDBByName(int card,
java.lang.String name)
|
Record |
Dlp.dlp_ReadRecordByIndex(int handle,
int index,
DatabaseImpl dbimpl)
|
Record |
Dlp.dlp_ReadRecordByID(int handle,
RecordID id,
DatabaseImpl dbimpl)
|
void |
Dlp.dlp_WriteRecord(int handle,
Record record)
|
Record |
Dlp.dlp_ReadNextRecInCategory(int handle,
int category,
DatabaseImpl dbimpl)
|
RecordID[] |
Dlp.dlp_ReadRecordIDList(int handle,
boolean sort,
int start,
int max)
|
void |
Dlp.dlp_DeleteRecord(int handle,
int flags,
int id)
Delete records from a database. |
Record |
Dlp.dlp_ReadNextModifiedRec(int handle,
DatabaseImpl dbimpl)
|
Record |
Dlp.dlp_ReadNextModifiedRecInCategory(int handle,
int category,
DatabaseImpl dbimpl)
|
void |
Dlp.dlp_WriteResource(int handle,
Resource resource)
|
Resource |
Dlp.dlp_ReadResourceByType(int handle,
Char4 type,
int id,
DatabaseImpl dbimpl)
|
Resource |
Dlp.dlp_ReadResourceByIndex(int handle,
int index,
DatabaseImpl dbimpl)
|
void |
Dlp.dlp_DeleteResource(int handle,
boolean all,
Char4 type,
int id)
|
Pref |
Dlp.dlp_ReadAppPreference(Char4 creator,
int id,
boolean backup,
DatabaseImpl dbimpl)
|
AppBlock |
Dlp.dlp_ReadAppBlock(int handle,
DatabaseImpl dbimpl)
|
SortBlock |
Dlp.dlp_ReadSortBlock(int handle,
DatabaseImpl dbimpl)
|
void |
Dlp.dlp_WriteAppBlock(int handle,
AppBlock appblock)
|
void |
Dlp.dlp_WriteSortBlock(int handle,
SortBlock sortblock)
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||