| Package | Description |
|---|---|
| org.jboss.as.controller.client |
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
|
| org.jboss.as.controller.client.impl |
Implementation classes to support the
core JBoss AS management client API. |
| Modifier and Type | Method and Description |
|---|---|
OperationResponse.StreamEntry |
OperationResponse.getInputStream(String uuid)
Gets a stream associated with the response that has the given
uuid. |
| Modifier and Type | Method and Description |
|---|---|
List<OperationResponse.StreamEntry> |
OperationResponse.getInputStreams()
Gets any streams that were associated with the operation response.
|
| Modifier and Type | Method and Description |
|---|---|
OperationResponse.StreamEntry |
OperationResponseProxy.getInputStream(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationResponse.StreamEntry> |
OperationResponseProxy.getInputStreams() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.