HP Anywhere API Reference
get Method
used as a namespace for the keys. It is suggested, but not enforced, that each app will use its own category.Must not be null
arbitrary string indicating applicative key. Must not be null
Syntax
java.lang.String get( 
   java.lang.String category,
   java.lang.String key
)

Parameters

category
used as a namespace for the keys. It is suggested, but not enforced, that each app will use its own category.Must not be null
key
arbitrary string indicating applicative key. Must not be null

Return Value

The associated value, null if none exist
See Also

Reference

KeyValueStorageService Interface
KeyValueStorageService Members