Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CORBA - Java Synchronization

Status
Not open for further replies.

marcob

Programmer
Aug 1, 2000
8
0
0
IT
Hi, <br>&nbsp;I have a problem using The Sun ORB for Java.<br>I need to guarantee some synchronization between my CORBA<br>objects in order to isolate operations on them as if the were atomic.<br>Is there a Java - CORBA service which does what I mean?<br>If yes, could you show me a simple example of use?<br>Thank a lot,<br>&nbsp;Marco
 
Could you please clarify your question. <br><br>If you are looking to synchronization your Java code, then you can use the synchronize keyword in Java as normal. However, if you are looking to get some kind of CORBA transaction management, then you need to look at the implementation of CORBA you are using. Each implementation will offer some kind of transaction service - IONA's is called OTM. <p>Cal<br><a href=mailto: > </a><br><a href= > </a><br>
 
My problem can't be solved using java synchronize; infact I have to use some kind of transaction service under Java SUN's ORB. I have read that the transaction service OTS has been implemented by SUN with the name of JTS; so I have donwloaded it but there's no documentation or example of use. Do you know where I can find an example or a documentation?<br>Thanks,<br>Marco
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top