org.jboss.arquillian.container.impl.client.container
Class ContainerOperationResult.GenericOperation<X>
java.lang.Object
org.jboss.arquillian.container.impl.client.container.ContainerOperationResult.GenericOperation<X>
- All Implemented Interfaces:
- ContainerOperationResult.Operation<X>
- Enclosing class:
- ContainerOperationResult<T>
public static class ContainerOperationResult.GenericOperation<X>
- extends Object
- implements ContainerOperationResult.Operation<X>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerOperationResult.GenericOperation
public ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer)
ContainerOperationResult.GenericOperation
public ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer,
X object)
ContainerOperationResult.GenericOperation
public ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception)
ContainerOperationResult.GenericOperation
public ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception,
X object)
getContainer
public Container getContainer()
- Specified by:
getContainer
in interface ContainerOperationResult.Operation<X>
hasFailed
public boolean hasFailed()
- Specified by:
hasFailed
in interface ContainerOperationResult.Operation<X>
getFailure
public Throwable getFailure()
- Specified by:
getFailure
in interface ContainerOperationResult.Operation<X>
getObject
public X getObject()
- Specified by:
getObject
in interface ContainerOperationResult.Operation<X>
getType
public ContainerOperationResult.Type getType()
- Specified by:
getType
in interface ContainerOperationResult.Operation<X>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.