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

All Known Implementing Classes:
AbstractCommand, ContainerStartedCommand, DeployDeploymentCommand, GetDeploymentCommand, KillContainerCommand, StartContainerCommand, StopContainerCommand, UnDeployDeploymentCommand

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()


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.