org.objectweb.joram.client.jms
Class Connection.Closer

java.lang.Object
  extended by org.objectweb.joram.client.jms.Connection.Closer
Enclosing class:
Connection

 class Connection.Closer
extends java.lang.Object

This class synchronizes the close. Close can't be synchronized with 'this' because the connection must be accessed concurrently during its closure. So we need a second lock.


Constructor Summary
Connection.Closer()
           
 
Method Summary
(package private)  void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection.Closer

Connection.Closer()
Method Detail

close

void close()


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.