|
|
@ -509,8 +509,8 @@ public class SingleConnectionFactory |
|
|
|
} |
|
|
|
} |
|
|
|
else if (method.getName().equals("start")) { |
|
|
|
else if (method.getName().equals("start")) { |
|
|
|
// Handle start method: track started state.
|
|
|
|
// Handle start method: track started state.
|
|
|
|
this.target.start(); |
|
|
|
|
|
|
|
synchronized (connectionMonitor) { |
|
|
|
synchronized (connectionMonitor) { |
|
|
|
|
|
|
|
this.target.start(); |
|
|
|
started = true; |
|
|
|
started = true; |
|
|
|
} |
|
|
|
} |
|
|
|
return null; |
|
|
|
return null; |
|
|
|