It looks like the FrameworkSynchronizer would still be important. I'm thinking the hashmaps would be removed from the AdapterManager, and calls for adapters would always create a new instance. Not sure about OID lookups yet.
Jeremy D. Branham Tel: **DOTNET -----Original Message----- From: Branham, Jeremy [HR] Sent: Thursday, January 01, 2015 12:00 PM To: [email protected] Subject: Removing the ObjectAdapter mappings Suppose I wanted to remove the mapping between the pojo -> ObjectAdapter and from the OID -> ObjectAdapter, and just create/discard the ObjectAdapters when needed. What would be the high level steps to accomplish this? Would the FrameworkSynchronizer go away completely? It would probably be helpful if I used some sort of UML tool to generate a diagram of how the classes interact. I've stepped through most of the code but I forget the sequences quickly. Thanks! - Jeremy ________________________________ This e-mail may contain Sprint proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message. ________________________________ This e-mail may contain Sprint proprietary information intended for the sole use of the recipient(s). Any use by others is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the message.
