git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1143535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-07-06 19:12:26 +00:00
parent f232ceced0
commit 1ec990575d
1 changed files with 14 additions and 10 deletions

View File

@ -1452,6 +1452,10 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
return this.duplexNetworkConnectorId; return this.duplexNetworkConnectorId;
} }
public boolean isStopping() {
return stopping.get();
}
protected CountDownLatch getStopped() { protected CountDownLatch getStopped() {
return stopped; return stopped;
} }