Hello, I am trying to create a connection manager for a JMS broker. What is the best way to reuse what is available in cornerstone? The Connection service provided is based on sockets and so as is cannot be used. Is there any generic facility where you can handle connections to other servers than pure socket based ones.
Thanks in advance. Atul. -----Original Message----- From: Leo Sutic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 9:17 AM To: 'Avalon framework users' Subject: RE: [OT?] final > -----Original Message----- > From: Corey Jewett [mailto:[EMAIL PROTECTED]] > It's my understanding that final is to make a variable > unmutable through typechecking. Is there some additional > benefit (performance?) that I'm unaware of, or am I just > being a lazy programmer? Your understanding of final is correct. It has no effect on inlining / JIT in HotSpot VM. http://java.sun.com/javaone/javaone2001/pdfs/2696.pdf page 27 http://developer.java.sun.com/developer/technicalArticles/Networking/Hot Spot/inlining.html /LS -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>