| Package | Description |
|---|---|
| org.jboss.arquillian.container.impl.client.container |
| Modifier and Type | Method and Description |
|---|---|
ContainerOperationResult.Type |
ContainerOperationResult.Operation.getType() |
ContainerOperationResult.Type |
ContainerOperationResult.GenericOperation.getType() |
static ContainerOperationResult.Type |
ContainerOperationResult.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerOperationResult.Type[] |
ContainerOperationResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer) |
ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception) |
ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer,
Throwable exception,
X object) |
ContainerOperationResult.GenericOperation(ContainerOperationResult.Type type,
Container contianer,
X object) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.