This package contains the interfaces and a factory class for creating ObjectGrid configuration objects programatically.
The main use of this is by the objectgrid client to override serverside configuration.
Overview
ObjectGridManagerFactory has static methods to create the configuration objects.
Using these configuration objects in conjuction with ObjectGridManager methods
- setOverrideObjectGridConfigurations(Map)
- putOverrideObjectGridConfigurations(String, List)
to override client configuration, before connecting to the objectgrid server.