Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is the pure java client thread-safe?

Is the pure java client thread-safe?
For instance, if I do the following, is it safe and supported?
public static void main(String[] args) {
         TeamPlatform.startup();
         login(monitor);
         //spawn multiple threads now, which get hold of the repository service TeamPlatform.getTeamRepositoryService().getTeamRepository(...)
         // and do various operations such as updating work items, creating new ones, downloading attachments etc
         //the main thread waits until the spawned threads die, and then does a TeamPlatform.shutdown();
 }
Regards,
Pradyumna

0 votes



One answer

Permanent link
See: https://jazz.net/forum/questions/178851/is-the-pure-java-client-thread-safe

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,930

Question asked: Sep 11 '12, 12:24 p.m.

Question was seen: 3,883 times

Last updated: Apr 16 '15, 5:20 a.m.

Confirmation Cancel Confirm