MCPcopy Index your code
hub / github.com/traccar/traccar / stop

Method stop

src/main/java/org/traccar/ServerManager.java:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 @Override
84 public void stop() throws Exception {
85 for (TrackerConnector connector : connectorList) {
86 connector.stop();
87 }
88 }
89
90}

Callers

nothing calls this directly

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected