| Package | Description |
|---|---|
| com.sun.enterprise.admin.remote | |
| com.sun.enterprise.admin.remote.writer | |
| com.sun.enterprise.v3.admin | |
| com.sun.enterprise.v3.admin.cluster | |
| org.glassfish.admin.payload | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RestPayloadImpl.Outbound |
| Modifier and Type | Method and Description |
|---|---|
void |
MultipartProprietaryWriter.writeTo(Payload.Outbound payload,
ParameterMap parameters,
ActionReport ar,
OutputStream os,
MultipartProprietaryWriter.ContentTypeWriter contentTypeWriter) |
| Modifier and Type | Method and Description |
|---|---|
Payload.Outbound |
AdminCommandInstanceImpl.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminCommandInstanceImpl.complete(ActionReport report,
Payload.Outbound outbound) |
JobManager.Checkpoint |
CheckpointHelper.load(CheckpointHelper.CheckpointFilename cf,
Payload.Outbound outbound) |
JobManager.Checkpoint |
JobManagerService.loadCheckpoint(String jobId,
Payload.Outbound outbound) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSynchronizer.synchronize(Server server,
SyncRequest sr,
Payload.Outbound payload,
ActionReport report,
Logger logger)
Handle a single syncrhonization request for the given server
by adding the needed files to the payload.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PayloadImpl.Outbound |
| Modifier and Type | Method and Description |
|---|---|
Payload.Outbound |
AdminCommandContext.getOutboundPayload()
Returns a reference to the outbound payload so a command implementation
can populate the payload for return to the admin client.
|
Payload.Outbound |
AdminCommandContextForInstance.getOutboundPayload() |
Payload.Outbound |
AdminCommandContextImpl.getOutboundPayload() |
Payload.Outbound |
Job.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.complete(ActionReport report,
Payload.Outbound outbound) |
CommandRunner.CommandInvocation |
CommandRunner.CommandInvocation.outbound(Payload.Outbound outbound)
Sets the data carried with the response
|
void |
AdminCommandContext.setOutboundPayload(Payload.Outbound newOutboundPayload)
Changes the outbound payload for this action.
|
void |
AdminCommandContextForInstance.setOutboundPayload(Payload.Outbound newOutboundPayload) |
void |
AdminCommandContextImpl.setOutboundPayload(Payload.Outbound newOutboundPayload) |
| Constructor and Description |
|---|
AdminCommandContextImpl(Logger logger,
ActionReport report,
Payload.Inbound inboundPayload,
Payload.Outbound outboundPayload,
AdminCommandEventBroker eventBroker,
String jobId) |
Copyright © 2017. All rights reserved.