Process a "start" event for this Host.
()
| 380 | * Process a "start" event for this Host. |
| 381 | */ |
| 382 | private void start() { |
| 383 | |
| 384 | if (host.getLogger().isDebugEnabled()) { |
| 385 | host.getLogger().debug(sm.getString("userConfig.start")); |
| 386 | } |
| 387 | |
| 388 | deploy(); |
| 389 | |
| 390 | } |
| 391 | |
| 392 | |
| 393 | /** |
no test coverage detected