Arquillian Container Test SPI 1.0.0.CR7

org.jboss.arquillian.container.test.spi.command
Interface Command<T>


public interface Command<T>

RemoteCommand

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 T getResult()
           
 Throwable getThrowable()
           
 void setResult(T result)
           
 void setThrowable(Throwable throwable)
           
 

Method Detail

getResult

T getResult()

setResult

void setResult(T result)

setThrowable

void setThrowable(Throwable throwable)

getThrowable

Throwable getThrowable()

Arquillian Container Test SPI 1.0.0.CR7

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.