AvailableNames (Directory - Java™)
Read-only. Array of names which have been looked up and cached.
Note: This property is new with Release 8
Defined in
Data type
Vector
Syntax
java.util.Vector getAvailableNames()
throws NotesException
Usage
If the most recent lookup was LookupAllNames, this property will contain all names in the specified view. If the most recent lookup was LookupNames, this property will contain the variant Names specified in that lookup. If a Directory has been created but no lookups have been performed against it, this property is null.