org.jboss.arquillian.container.impl
Class DefaultServerKillProcessor
java.lang.Object
org.jboss.arquillian.container.impl.DefaultServerKillProcessor
- All Implemented Interfaces:
- ServerKillProcessor
public class DefaultServerKillProcessor
- extends Object
- implements ServerKillProcessor
DefaultServerKillProcessor
- Version:
- $Revision: $
- Author:
- Martin Gencur
Method Summary |
void |
kill(Container container)
Kill a server instance via a specific implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServerKillProcessor
public DefaultServerKillProcessor()
kill
public void kill(Container container)
throws Exception
- Description copied from interface:
ServerKillProcessor
- Kill a server instance via a specific implementation.
- Specified by:
kill
in interface ServerKillProcessor
- Throws:
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.