Package org.objectweb.joram.client.jms
Class Connection.Closer
- java.lang.Object
-
- org.objectweb.joram.client.jms.Connection.Closer
-
- Enclosing class:
- Connection
class Connection.Closer extends 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
Constructors Constructor Description Closer()
-