Uses of Interface
org.glassfish.admin.rest.utils.SseCommandHelper.ActionReportProcessor
-
Packages that use SseCommandHelper.ActionReportProcessor Package Description org.glassfish.admin.rest.composite org.glassfish.admin.rest.utils -
-
Uses of SseCommandHelper.ActionReportProcessor in org.glassfish.admin.rest.composite
Methods in org.glassfish.admin.rest.composite with parameters of type SseCommandHelper.ActionReportProcessor Modifier and Type Method Description protected org.glassfish.jersey.media.sse.EventOutputCompositeResource. executeSseCommand(Subject subject, String command, ParameterMap parameters, SseCommandHelper.ActionReportProcessor processor)Execute anAdminCommandwith the specified parameters and return EventOutput suitable for SSE.org.glassfish.jersey.media.sse.EventOutputCompositeUtil. executeSseCommand(Subject subject, String command, ParameterMap parameters, SseCommandHelper.ActionReportProcessor processor)Execute anAdminCommandwith the specified parameters and return EventOutput suitable for SSE. -
Uses of SseCommandHelper.ActionReportProcessor in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils with parameters of type SseCommandHelper.ActionReportProcessor Modifier and Type Method Description static org.glassfish.jersey.media.sse.EventOutputSseCommandHelper. invokeAsync(CommandRunner.CommandInvocation commandInvocation, SseCommandHelper.ActionReportProcessor processor)static org.glassfish.jersey.media.sse.EventOutputResourceUtil. runCommandWithSse(String commandName, ParameterMap parameters, Subject subject, SseCommandHelper.ActionReportProcessor processor)
-