public static interface ContainerOperationResult.Operation<T>
Modifier and Type | Method and Description |
---|---|
Container |
getContainer() |
Throwable |
getFailure() |
T |
getObject() |
ContainerOperationResult.Type |
getType() |
boolean |
hasFailed() |
ContainerOperationResult.Type getType()
Container getContainer()
boolean hasFailed()
Throwable getFailure()
T getObject()
Copyright © 2016 JBoss by Red Hat. All rights reserved.