|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLPBlock | |
---|---|
org.jSyncManager.API.Conduit | |
org.jSyncManager.API.Protocol | |
org.jSyncManager.API.Protocol.Util | |
org.jSyncManager.API.Protocol.Util.StdApps |
Uses of DLPBlock in org.jSyncManager.API.Conduit |
---|
Methods in org.jSyncManager.API.Conduit that return DLPBlock | |
DLPBlock |
ConduitHandler.getApplicationBlock(byte dbID)
Retrieves the application block for the specified database. |
DLPBlock |
ConduitHandler.getSortBlock(byte dbID)
Retrieves the Sort Block from the specified database, if one exists. |
Methods in org.jSyncManager.API.Conduit with parameters of type DLPBlock | |
void |
ConduitHandler.writeApplicationBlock(byte dbID,
DLPBlock appBlock)
Writes an application block to the remote device. |
void |
ConduitHandler.writeSortBlock(byte dbID,
DLPBlock sortBlock)
Writes an sort block to the remote device. |
Uses of DLPBlock in org.jSyncManager.API.Protocol |
---|
Methods in org.jSyncManager.API.Protocol that return DLPBlock | |
DLPBlock |
JHotSync.getApplicationBlock(byte dbID,
char offset,
char length)
Retrieve the specified application block. |
DLPBlock |
JHotSync.getSortBlock(byte dbID,
char offset,
char length)
Gets the sort block for the specified database. |
Methods in org.jSyncManager.API.Protocol with parameters of type DLPBlock | |
void |
JHotSync.writeApplicationBlock(byte dbID,
DLPBlock appBlock)
Write an application block to the specified database. |
void |
JHotSync.writeSortBlock(byte dbID,
DLPBlock sortBlock)
Writes a sort block to the specified database. |
Uses of DLPBlock in org.jSyncManager.API.Protocol.Util |
---|
Methods in org.jSyncManager.API.Protocol.Util that return DLPBlock | |
DLPBlock |
DLPDatabase.getApplicationBlock()
Get this databases application block. |
DLPBlock |
DLPDatabase.getSortBlock()
Get the sort block for this database. |
Methods in org.jSyncManager.API.Protocol.Util with parameters of type DLPBlock | |
void |
DLPDatabase.setApplicationBlock(DLPBlock dlpblock)
Set the ApplicationBlock for this database. |
void |
DLPDatabase.setSortBlock(DLPBlock dlpblock)
Set the Sort Block for this database. |
Uses of DLPBlock in org.jSyncManager.API.Protocol.Util.StdApps |
---|
Subclasses of DLPBlock in org.jSyncManager.API.Protocol.Util.StdApps | |
class |
AddressAppBlock
AddAppBlock record abstraction/parser class. |
class |
DateBookAppBlock
The application block parser for the DateBook application. |
class |
ExpenseAppBlock
Application information block for the Palm Expense database. |
class |
MailAppBlock
Application information block for the Palm Mail database. |
class |
MemoAppBlock
This class parses and generates the application block information for the MemoPad application. |
class |
NotepadAppBlock
This class represents a Notepad application block. |
class |
ToDoListAppBlock
Application information block for the Palm ToDoList database. |
Constructors in org.jSyncManager.API.Protocol.Util.StdApps with parameters of type DLPBlock | |
MailAppBlock(DLPBlock block)
Construct a new MailAppBlock from the specified DLPBlock object as read from the handhelds Mail database. |
|
ExpenseAppBlock(DLPBlock block)
Construct an ExpenseAppBlock with the given DLPBlock. |
|
AddressAppBlock(DLPBlock block)
AddressAppBlock constructor from DLPBlock. |
|
ToDoListAppBlock(DLPBlock block)
Construct a new ToDoList app block object using the data from the specified DLPBlork object. |
|
DateBookAppBlock(DLPBlock block)
DateBookAppBlock constructor from DLPBlock. |
|
MemoAppBlock(DLPBlock block)
Constructs an application block based on the block information passed. |
|
NotepadAppBlock(DLPBlock block)
Constructs an application block based on the block information passed. |
|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |