org.jboss.arquillian.container.spi
Interface ServerKillProcessor
- All Known Implementing Classes:
- DefaultServerKillProcessor
public interface ServerKillProcessor
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.
- Version:
- $Revision: $
- Author:
- Martin Gencur
Method Summary |
void |
kill(Container container)
Kill a server instance via a specific implementation. |
kill
void kill(Container container)
throws Exception
- Kill a server instance via a specific implementation.
- Parameters:
container
-
- Throws:
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.