Process a "stop" event for this Host.
()
| 394 | * Process a "stop" event for this Host. |
| 395 | */ |
| 396 | private void stop() { |
| 397 | |
| 398 | if (host.getLogger().isDebugEnabled()) { |
| 399 | host.getLogger().debug(sm.getString("userConfig.stop")); |
| 400 | } |
| 401 | |
| 402 | } |
| 403 | |
| 404 | /** |
| 405 | * Test allow and deny rules for the provided user. |
no test coverage detected