()
| 327 | } |
| 328 | |
| 329 | @Override |
| 330 | public boolean isTerminated() { |
| 331 | synchronized (lock) { |
| 332 | return terminated; |
| 333 | } |
| 334 | } |
| 335 | |
| 336 | /** |
| 337 | * Remove transport service from accounting collection and notify of complete shutdown if |
nothing calls this directly
no outgoing calls
no test coverage detected