|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyStoreIndex
Specifies the information that the key store will be indexed on.
NOTE: It is the responsibility of the developer to create and implement this interface for each index they want in the key store.
It is worthwhile to note that there are already several indices implemented in the KeyStore and other applications at RIM that may be available for you to call before you attempt to implement your own index.For more information on using a keystore index, see Using the keystore index. This quick tutorial provides overview information as well as an example on how to use an index within a keystore.
KeyStore
,
KeyStoreData
Method Summary | ||
---|---|---|
|
void |
addToIndex(KeyStoreData data,
KeyStoreDataMap map)
This method is called by the index to add the alias values or integers that are going to be used to link to the key store data object that was passed into this method. |
|
int |
getHash(Object target)
Returns the int representing the target object passed into the KeyStoreDataComparator . |
|
long |
getID()
Returns the long associated with this index class for use inside the keystore. |
|
boolean |
matches(KeyStoreData data,
Object target)
This method will return true if the target is the KeyStoreData object
that is found using the index. |
Method Detail |
---|
void addToIndex(KeyStoreData data, KeyStoreDataMap map)
data
- The KeyStoreData
object where one is going to construct the
hashes from.map
- The object that is going to be used to add the hashes to the key store.int getHash(Object target) throws IllegalArgumentException
KeyStoreDataComparator
.
target
- The object to return the representing int from.
IllegalArgumentException
- Thrown if the specified target parameter is invalid.boolean matches(KeyStoreData data, Object target)
KeyStoreData
object
that is found using the index.
data
- The key store data to be found.target
- The information that used to find the key store data.
long getID()
Note that this long has to be unique.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.