Is it possible to retrieve “everything” (all names) from javax.naming.InitialContext? I didn’t find any examples or documentation about it.
Is it possible to retrieve everything (all names) from javax.naming.InitialContext ? I didn’t find
Share
Looking at the JavaDoc I can see that .list(String name) will return the list of names in the named context and that .getNameInNamespace() will return the name of the InitialContext. So perhaps you can do: