[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: Inspecting collected traces data
|
Arnaud,
The Hyades trace model is implemented as an EMF model and hense all of the
objects are EObjects. If you are interested in listening to change events
in the model this would need to be done as part of the EMF API's.
Unfortunately, I am not an expert in EMF. I will encourage one of my peers
to respond in more detail.
Thanks,
Richard.
"Arnaud" <ademuyser@xxxxxxxxxx> wrote in message
news:b9oign$48k$1@xxxxxxxxxxxxxxxx
> I want to prototype an eclipse plugin that be notified when a
> TRCMethodInvocation
> is collected and stored in the trace model of Hyades.
> Doeas anyone have an idea where I can retrieve this kind of information
> from Hyades model ?
> I've tested to create a LookupService extension, implemented has a
> org.eclipse.hyades.loaders.util.GenericLookupService class. This class is
> well instanciated but as nothing happens, I think it's not the right
> entry....
>
> Is there are an entry point to access trace data ?
>
> Thanks in advance.
>
> Arnaud.
>