Class AbstractCommand<T>
- java.lang.Object
-
- org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<T>
-
- All Implemented Interfaces:
Serializable,Command<T>
- Direct Known Subclasses:
ContainerStartedCommand,DeployDeploymentCommand,GetDeploymentCommand,KillContainerCommand,RemoteResourceCommand,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
Constructors Constructor Description AbstractCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetResult()ThrowablegetThrowable()voidsetResult(T result)voidsetThrowable(Throwable throwable)
-
-
-
Method Detail
-
getThrowable
public Throwable getThrowable()
- Specified by:
getThrowablein interfaceCommand<T>- Returns:
- the throwable
-
setThrowable
public void setThrowable(Throwable throwable)
- Specified by:
setThrowablein interfaceCommand<T>
-
-