| Package | Description |
|---|---|
| org.rhq.core.pluginapi.bundle |
| Modifier and Type | Method and Description |
|---|---|
BundleHandoverResponse.FailureType |
BundleHandoverResponse.getFailureType() |
static BundleHandoverResponse.FailureType |
BundleHandoverResponse.FailureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleHandoverResponse.FailureType[] |
BundleHandoverResponse.FailureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BundleHandoverResponse |
BundleHandoverResponse.failure(BundleHandoverResponse.FailureType failureType) |
static BundleHandoverResponse |
BundleHandoverResponse.failure(BundleHandoverResponse.FailureType failureType,
String message) |
static BundleHandoverResponse |
BundleHandoverResponse.failure(BundleHandoverResponse.FailureType failureType,
String message,
Throwable throwable) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.