getRetrievedEntryNames
Get the names of all entries that were successfully retrieved from a name space.
This only returns entries for which getStatus will return STATUS_OK. It is an error to call this with a namespace not returned in getNamespaces.
Return
The entries in the given namespace that were successfully rerieved.
Parameters
namespaceName
the namespace name to get entries for.
Throws
if called with a name space not returned in getNamespaces.