| Summary: | Provide API to create IClientObject instances | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | Releng | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
* ClientObjectFactory now returns IClientObject instances for any given synchronizable object (i.e. an object that needs to be synchronized to the client). * Synchonizable objects must now implement the Adaptable interface and return an IClientObjectAdapter on demand. * We provide a default implementation of IClientObjectAdapter (called ClientObjectAdapter) that allows for custom id prefixes. Both ClientObjectFactory and ClientObjectAdapter are still internal. There is no IClientObject anymore. I suppose that this issue is solved by the introduction of Connection.createRemoteObject(). |