[FAST-19] Implement Mutable Value Objects Created: 30/Oct/08 Updated: 30/Oct/08 |
|
| Status: | Open |
| Project: | OpenFAST |
| Component/s: | Message Object Model |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Jacob Northey | Assignee: | Jacob Northey |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Create a new class of Value objects that are mutable. This will be used in conjunction with an object pool to reuse message objects. A new MutableFieldValue interface should be created that all Mutable value objects implement. |