javax.microedition.rms
Interface RecordEnumeration


public interface RecordEnumeration


Method Summary
 void destroy()
           
 boolean hasNextElement()
           
 boolean hasPreviousElement()
           
 boolean isKeptUpdated()
           
 void keepUpdated(boolean arg1)
           
 byte[] nextRecord()
           
 int nextRecordId()
           
 int numRecords()
           
 byte[] previousRecord()
           
 int previousRecordId()
           
 void rebuild()
           
 void reset()
           
 

Method Detail

numRecords

int numRecords()

nextRecord

byte[] nextRecord()
                  throws InvalidRecordIDException,
                         RecordStoreNotOpenException,
                         RecordStoreException
Throws:
InvalidRecordIDException
RecordStoreNotOpenException
RecordStoreException

nextRecordId

int nextRecordId()
                 throws InvalidRecordIDException
Throws:
InvalidRecordIDException

previousRecord

byte[] previousRecord()
                      throws InvalidRecordIDException,
                             RecordStoreNotOpenException,
                             RecordStoreException
Throws:
InvalidRecordIDException
RecordStoreNotOpenException
RecordStoreException

previousRecordId

int previousRecordId()
                     throws InvalidRecordIDException
Throws:
InvalidRecordIDException

hasNextElement

boolean hasNextElement()

hasPreviousElement

boolean hasPreviousElement()

reset

void reset()

rebuild

void rebuild()

keepUpdated

void keepUpdated(boolean arg1)

isKeptUpdated

boolean isKeptUpdated()

destroy

void destroy()


Copyright © 2006-2007 Jayway AB. All Rights Reserved.