GridServiceDefault

Default implementation of GridService .

API

GridServiceDefault.java
class GridServiceDefault {
  public static final String COMPONENT_TNS;
  public static final String COMPONENT_SCHEMA_LOCATION;
  public static final String LINKS_TNS;
  public static final String LINKS_SCHEMA_LOCATION;
  boolean supportsReloading()
  void remove(Class<?> domainClass)
  boolean existsFor(Class<?> domainClass)
  Grid load(Class<?> domainClass)
  Grid load(Class<?> domainClass, String layout)
  Grid defaultGridFor(Class<?> domainClass)
  Grid normalize(Grid grid)
  Grid complete(Grid grid)
  Grid minimal(Grid grid)
  String tnsAndSchemaLocation(Grid grid)     (1)
  Collection<GridSystemService<? extends Grid>> getGridSystemServices()
}
1 tnsAndSchemaLocation(Grid)

Not public API, exposed only for testing.

Members

tnsAndSchemaLocation(Grid)

Not public API, exposed only for testing.