| Package | Description |
|---|---|
| org.glassfish.admin.rest.composite | |
| org.glassfish.admin.rest.utils |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.jersey.media.sse.EventOutput |
CompositeUtil.executeSseCommand(Subject subject,
String command,
ParameterMap parameters,
SseCommandHelper.ActionReportProcessor processor)
Execute an
AdminCommand with the specified parameters and
return EventOutput suitable for SSE. |
protected org.glassfish.jersey.media.sse.EventOutput |
CompositeResource.executeSseCommand(Subject subject,
String command,
ParameterMap parameters,
SseCommandHelper.ActionReportProcessor processor)
Execute an
AdminCommand with the specified parameters and
return EventOutput suitable for SSE. |
| Modifier and Type | Method and Description |
|---|---|
static org.glassfish.jersey.media.sse.EventOutput |
SseCommandHelper.invokeAsync(CommandRunner.CommandInvocation commandInvocation,
SseCommandHelper.ActionReportProcessor processor) |
static org.glassfish.jersey.media.sse.EventOutput |
ResourceUtil.runCommandWithSse(String commandName,
ParameterMap parameters,
Subject subject,
SseCommandHelper.ActionReportProcessor processor) |
Copyright © 2019. All rights reserved.