Interface ServerKillProcessor
-
public interface ServerKillProcessorServerKillProcessorImplementations can be used to manually kill container instances from within Container. As opposed to start/stop methods of Container, this is dedicated for hard-kill of server instances.
- Version:
- $Revision: $
- Author:
- Martin Gencur
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidkill(Container container)Kill a server instance via a specific implementation.
-