org.jboss.arquillian.container.impl.client.container
Interface ContainerOperationResult.Operation<T>

All Known Implementing Classes:
ContainerOperationResult.GenericOperation
Enclosing class:
ContainerOperationResult<T>

public static interface ContainerOperationResult.Operation<T>


Method Summary
 Container getContainer()
           
 Throwable getFailure()
           
 T getObject()
           
 ContainerOperationResult.Type getType()
           
 boolean hasFailed()
           
 

Method Detail

getType

ContainerOperationResult.Type getType()

getContainer

Container getContainer()

hasFailed

boolean hasFailed()

getFailure

Throwable getFailure()

getObject

T getObject()


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