For the List operation on a Context, if more than the actual number of bindings in the naming context is requested, what is number of bindings returned in a BindingList?
INS specification allows a Naming Service to return less than the number of bindings requested into the BindingList even if there is a sufficient number of bindings under a naming context. However, the VisiBroker Naming Service always returns the requested number of bindings into BindingList if there is a sufficient number of bindings under the naming context. If there is not sufficient number of bindings than the requested number, all the bindings in the Context is returned.
Related Questions
- For the List operation on a Context, if more than the actual number of bindings in the naming context is requested, what is number of bindings returned in a BindingList?
- How to solve problem: "The requested operation was made in the context of a transaction that is no longer active." during System State restore?
- Can I return all bindings under a naming context into a BindingList by calling list()?