Uses of Interface
org.glassfish.api.admin.Payload.Outbound
Packages that use Payload.Outbound
-
Uses of Payload.Outbound in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return Payload.OutboundModifier and TypeMethodDescriptionAdminCommandContext.getOutboundPayload()Returns a reference to the outbound payload so a command implementation can populate the payload for return to the admin client.AdminCommandContextForInstance.getOutboundPayload()AdminCommandContextImpl.getOutboundPayload()Job.getPayload()Methods in org.glassfish.api.admin with parameters of type Payload.OutboundModifier and TypeMethodDescriptionvoidJob.complete(ActionReport report, Payload.Outbound outbound) CommandRunner.CommandInvocation.outbound(Payload.Outbound outbound) Sets the data carried with the responsevoidAdminCommandContext.setOutboundPayload(Payload.Outbound newOutboundPayload) Changes the outbound payload for this action.voidAdminCommandContextForInstance.setOutboundPayload(Payload.Outbound newOutboundPayload) voidAdminCommandContextImpl.setOutboundPayload(Payload.Outbound newOutboundPayload) Constructors in org.glassfish.api.admin with parameters of type Payload.OutboundModifierConstructorDescriptionAdminCommandContextImpl(Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload, AdminCommandEventBroker eventBroker, String jobId)