|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPFindDBResponse
The DLPFindDBResponse object class. This class is used to contain the response from any of the DLP FIND_DB method calls in the JHotSync class.
JHotSync.findDatabaseByName(byte, byte, java.lang.String),
JHotSync.findDatabaseByOpenHandle(byte, byte),
JHotSync.findDatabaseByCreator(byte, byte, int, int)| Field Summary | |
static byte |
GET_ATTRIBUTES_FLAG
A flag denoting that the searcher requests the retreival of attribute information. |
static byte |
GET_MAXIMUM_RECORD_SIZE_FLAG
A flag denating that the searcher wants the maximum record/resource size. |
static byte |
GET_SIZE_FLAG
A flag denoting that the searcher requests data size and record count information. |
static byte |
LATEST_ONLY_SEARCH_FLAG
A flag denoting that the searcher wants to search for the latest version. |
static byte |
NEW_SEARCH_FLAG
A flag denoting that the searcher wants to begin a new search. |
| Constructor Summary | |
DLPFindDBResponse(byte[] basicArgument,
byte[] sizeArgument)
Constructs a new FindDB Response object from the two input arguments. |
|
| Method Summary | |
int |
getApplicationBlockSize()
Retrieves the application block size for the database requested. |
byte |
getCardNumber()
Retrieves the card number the database was found on. |
DLPDatabaseInfo |
getDatabaseInfo()
Retrieves the database information object for the database requested. |
int |
getDatabaseLocalID()
Retrieves the database local ID for the database requested. |
int |
getDatabaseOpenReference()
Retrieves the open reference for the database requested. |
int |
getMaximumRecordSize()
Retrieves the maximum record size for the database requested. |
int |
getNumberRecords()
Retrieves the number of records for the database requested. |
int |
getSortBlockSize()
Retrieves the sort block size for the database requested. |
int |
getTotalBytesAvailable()
Retrieves the total bytes available for the database requested. |
int |
getTotalBytesUsed()
Retrieves the total bytes used for the database requested. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final byte GET_ATTRIBUTES_FLAG
public static final byte GET_SIZE_FLAG
public static final byte GET_MAXIMUM_RECORD_SIZE_FLAG
public static final byte NEW_SEARCH_FLAG
public static final byte LATEST_ONLY_SEARCH_FLAG
| Constructor Detail |
public DLPFindDBResponse(byte[] basicArgument,
byte[] sizeArgument)
throws DLPFunctionCallException
basicArgument - the basic response argument. Must not be null!sizeArgument - the size argument. This may be null, as it's only returned if it was requested.
DLPFunctionCallException - if a parsing error occurs.| Method Detail |
public byte getCardNumber()
public int getDatabaseLocalID()
public int getDatabaseOpenReference()
public DLPDatabaseInfo getDatabaseInfo()
public int getNumberRecords()
public int getTotalBytesAvailable()
public int getTotalBytesUsed()
public int getApplicationBlockSize()
public int getSortBlockSize()
public int getMaximumRecordSize()
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||