| Package | Description |
|---|---|
| org.apache.qpid.server.management.plugin | |
| org.apache.qpid.server.management.plugin.controller |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
ManagementResponse.getType() |
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
ControllerManagementResponse.getType() |
| Constructor and Description |
|---|
ControllerManagementResponse(ResponseType type,
Object body) |
ControllerManagementResponse(ResponseType type,
Object body,
int status,
Map<String,String> headers) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.