| Package | Description |
|---|---|
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
Payload.Inbound |
AdminCommandContextImpl.getInboundPayload() |
Payload.Inbound |
AdminCommandContextForInstance.getInboundPayload() |
Payload.Inbound |
AdminCommandContext.getInboundPayload()
Returns the inbound payload, from the admin client, that accompanied
the command request.
|
| Modifier and Type | Method and Description |
|---|---|
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.inbound(Payload.Inbound inbound)
Sets the data carried with the request (could be an attachment)
|
void |
AdminCommandContextImpl.setInboundPayload(Payload.Inbound newInboundPayload) |
void |
AdminCommandContextForInstance.setInboundPayload(Payload.Inbound newInboundPayload) |
void |
AdminCommandContext.setInboundPayload(Payload.Inbound newInboundPayload)
Changes the inbound payload for this action.
|
| Constructor and Description |
|---|
AdminCommandContextImpl(Logger logger,
ActionReport report,
Payload.Inbound inboundPayload,
Payload.Outbound outboundPayload,
AdminCommandEventBroker eventBroker,
String jobId) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.