|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.Connection.Closer
class Connection.Closer
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()
Method Detail |
---|
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |