Uses of Interface
org.glassfish.api.admin.Payload.Inbound
-
Packages that use Payload.Inbound Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of Payload.Inbound in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return Payload.Inbound Modifier and Type Method Description Payload.InboundAdminCommandContext. getInboundPayload()Returns the inbound payload, from the admin client, that accompanied the command request.Payload.InboundAdminCommandContextForInstance. getInboundPayload()Payload.InboundAdminCommandContextImpl. getInboundPayload()Methods in org.glassfish.api.admin with parameters of type Payload.Inbound Modifier and Type Method Description CommandRunner.CommandInvocationCommandRunner.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.Inbound Constructor Description AdminCommandContextImpl(Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload, AdminCommandEventBroker eventBroker, String jobId)
-