Expand my Community achievements bar.

hooking into all remoteobjects

Avatar

Level 2

Hi,


Is it possible for me to hook into all the RemoteObjects when they are instantiated (regardless of their destination, purpose, etc...) and maintain a data structure with hooks to all the RemoteObjects opened at a particular time?

Does the Flex SDK allow a way of doing this?

3 Replies

Avatar

Level 3

I couldn't get what you mean. Could you rephrase your idea?

Avatar

Level 2

I basically 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.

Thanks.

Avatar

Level 3

Oh I see, I think you'll find using a framework like Cairngorm will help you

with that.