org.jboss.arquillian.container.impl
Class DefaultServerKillProcessor

java.lang.Object
  extended by org.jboss.arquillian.container.impl.DefaultServerKillProcessor
All Implemented Interfaces:
ServerKillProcessor

public class DefaultServerKillProcessor
extends Object
implements ServerKillProcessor

DefaultServerKillProcessor

Version:
$Revision: $
Author:
Martin Gencur

Constructor Summary
DefaultServerKillProcessor()
           
 
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
 

Constructor Detail

DefaultServerKillProcessor

public DefaultServerKillProcessor()
Method Detail

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.