Package org.objectweb.joram.client.jms
Class MessageConsumer.Closer
- java.lang.Object
-
- org.objectweb.joram.client.jms.MessageConsumer.Closer
-
- Enclosing class:
- MessageConsumer
class MessageConsumer.Closer extends Object
This class synchronizes the close. Close can't be synchronized with 'this' concurrently during its closure. So we need a second lock.
-
-
Constructor Summary
Constructors Constructor Description Closer()
-
-
-
Method Detail
-
close
void close() throws JMSException- Throws:
JMSException
-
-