Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.client.deployment.command
Class AbstractCommand<T>

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<T>
All Implemented Interfaces:
Serializable, Command<T>
Direct Known Subclasses:
ContainerStartedCommand, DeployDeploymentCommand, GetDeploymentCommand, KillContainerCommand, StartContainerCommand, StopContainerCommand, UnDeployDeploymentCommand

public abstract class AbstractCommand<T>
extends Object
implements Command<T>, Serializable

AbstractCommand

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
Serialized Form

Constructor Summary
AbstractCommand()
           
 
Method Summary
 T getResult()
           
 Throwable getThrowable()
           
 void setResult(T result)
           
 void setThrowable(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

setResult

public void setResult(T result)
Specified by:
setResult in interface Command<T>

getResult

public T getResult()
Specified by:
getResult in interface Command<T>

setThrowable

public void setThrowable(Throwable throwable)
Specified by:
setThrowable in interface Command<T>

getThrowable

public Throwable getThrowable()
Specified by:
getThrowable in interface Command<T>
Returns:
the throwable

Arquillian Container Test Implementation Base 1.0.1.Final

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