Interface TableDataServiceDescriptor
- All Known Subinterfaces:
RemoteTableDataServiceDescriptor
- All Known Implementing Classes:
DynamicTableDataService,LocalTableDataServiceDescriptor,TableDataService.Null
public interface TableDataServiceDescriptor
Immutable, opaque descriptor for a
TableDataService.
This information is used to create and connect a TableDataService, and to differentiate TableDataService instances
that have the same name.
Implementations should ensure that they are only equal to instances that will cause
creation of an identical TableDataService.