Uses of Interface
org.glassfish.api.admin.Payload.Inbound
Packages that use Payload.Inbound
-
Uses of Payload.Inbound in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return Payload.InboundModifier and TypeMethodDescriptionAdminCommandContext.getInboundPayload()Returns the inbound payload, from the admin client, that accompanied the command request.AdminCommandContextForInstance.getInboundPayload()AdminCommandContextImpl.getInboundPayload()Methods in org.glassfish.api.admin with parameters of type Payload.InboundModifier and TypeMethodDescriptionCommandRunner.CommandInvocation.inbound(Payload.Inbound inbound) Sets the data carried with the request (could be an attachment)voidAdminCommandContext.setInboundPayload(Payload.Inbound newInboundPayload) Changes the inbound payload for this action.voidAdminCommandContextForInstance.setInboundPayload(Payload.Inbound newInboundPayload) voidAdminCommandContextImpl.setInboundPayload(Payload.Inbound newInboundPayload) Constructors in org.glassfish.api.admin with parameters of type Payload.InboundModifierConstructorDescriptionAdminCommandContextImpl(Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload, AdminCommandEventBroker eventBroker, String jobId)