It's all about the answers!

Ask a question

RTC Event handlers on Java client api


0
1
Vijayakumar B (22610) | asked Nov 18 '13, 1:22 a.m.
 What are all the rtc events that can be captured from eclipse client..??? i am in need of capturing lots of event that happen on rtc from eclipse client, but not sure where to look for them. is there any documents that are available?
Currently i am need to capture the events like, adding/removing components to the stream and adding/deleting stream from project area.
Any help on these and tips to explore the event related api's will be greatly appreciated. 

Thanks

2 answers



permanent link
Ralph Schoon (63.1k33645) | answered Nov 18 '13, 9:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You want to look here for the operations and their ID's: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations . I have tried to give some guidelines in blogs. Start here: http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ . There are several more posts and searching for tags and keywords can help you find more information.

Comments
Ralph Schoon commented Nov 18 '13, 9:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I have looked into event handlers recently and this seems to be an API part that is not really used. However, if you look into the mail notification, you realize that there are other ways to asynchronously track and react changes.


Vijayakumar B commented Nov 19 '13, 12:28 a.m.

@Sam @Ralph, Thanks for your responses. 

Sorry i was not clear on my query. i was looking for the event handler from plain Java api side. we build a plugin for our developers and our plugin does few things (refreshing the user repo details when flow target changes, rebuild the cacahe based on login). Similarly we need the events that will help us to capture stream/component addition to project area/steam

 


Ralph Schoon commented Nov 19 '13, 2:41 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I am not a specialist for that. I would suggest to look into the SDK and how the Eclipse plugins get notified. I think for example the pending changes view polls.


permanent link
sam detweiler (12.5k6195201) | answered Nov 18 '13, 8:43 a.m.
edited Nov 18 '13, 8:44 a.m.
If you look at the process config, team config, Event handlers, source control, you will see event points where you can add a follow-up action.

 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.