public interface ServerKillProcessor
Implementations 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.
Modifier and Type | Method and Description |
---|---|
void |
kill(Container container)
Kill a server instance via a specific implementation.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.