Hooking into all remote objects
I want to find way to reference all RemoteObjects created throughout the life of the app regardless of their purpose, creator, etc...
My ultimate goal is to be able to record all server side requests and responses that goes through the RemoteObjects, which is why I am trying to find a way to get a handle on all the RemoteObjects which communicate with remote servers.
At a high level, does Cairngorm have a method for doing this?
Thanks.
