Uses of Interface
org.jboss.as.controller.client.OperationResponse.StreamEntry
-
Packages that use OperationResponse.StreamEntry 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 thecore JBoss AS management client API. -
-
Uses of OperationResponse.StreamEntry in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return OperationResponse.StreamEntry Modifier and Type Method Description OperationResponse.StreamEntryOperationResponse. getInputStream(String uuid)Gets a stream associated with the response that has the givenuuid.Methods in org.jboss.as.controller.client that return types with arguments of type OperationResponse.StreamEntry Modifier and Type Method Description List<OperationResponse.StreamEntry>OperationResponse. getInputStreams()Gets any streams that were associated with the operation response. -
Uses of OperationResponse.StreamEntry in org.jboss.as.controller.client.impl
Methods in org.jboss.as.controller.client.impl that return OperationResponse.StreamEntry Modifier and Type Method Description OperationResponse.StreamEntryOperationResponseProxy. getInputStream(String uuid)Methods in org.jboss.as.controller.client.impl that return types with arguments of type OperationResponse.StreamEntry Modifier and Type Method Description List<OperationResponse.StreamEntry>OperationResponseProxy. getInputStreams()
-