Uses of Interface
org.glassfish.api.admin.Payload.Outbound
-
Packages that use Payload.Outbound 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 -
-
Uses of Payload.Outbound in com.sun.enterprise.admin.remote
Classes in com.sun.enterprise.admin.remote that implement Payload.Outbound Modifier and Type Class Description static classRestPayloadImpl.Outbound -
Uses of Payload.Outbound in com.sun.enterprise.admin.remote.writer
Methods in com.sun.enterprise.admin.remote.writer with parameters of type Payload.Outbound Modifier and Type Method Description voidMultipartProprietaryWriter. writeTo(Payload.Outbound payload, ParameterMap parameters, ActionReport ar, OutputStream os, MultipartProprietaryWriter.ContentTypeWriter contentTypeWriter) -
Uses of Payload.Outbound in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return Payload.Outbound Modifier and Type Method Description Payload.OutboundAdminCommandInstanceImpl. getPayload()Methods in com.sun.enterprise.v3.admin with parameters of type Payload.Outbound Modifier and Type Method Description voidAdminCommandInstanceImpl. complete(ActionReport report, Payload.Outbound outbound)JobManager.CheckpointCheckpointHelper. load(CheckpointHelper.CheckpointFilename cf, Payload.Outbound outbound)JobManager.CheckpointJobManagerService. loadCheckpoint(String jobId, Payload.Outbound outbound) -
Uses of Payload.Outbound in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster with parameters of type Payload.Outbound Modifier and Type Method Description voidServerSynchronizer. synchronize(Server server, SyncRequest syncRequest, Payload.Outbound payload, ActionReport report, Logger logger)Handle a single synchronization request for the given server by adding the needed files to the payload. -
Uses of Payload.Outbound in org.glassfish.admin.payload
Classes in org.glassfish.admin.payload that implement Payload.Outbound Modifier and Type Class Description static classPayloadImpl.Outbound -
Uses of Payload.Outbound in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return Payload.Outbound Modifier and Type Method Description Payload.OutboundAdminCommandContext. getOutboundPayload()Returns a reference to the outbound payload so a command implementation can populate the payload for return to the admin client.Payload.OutboundAdminCommandContextForInstance. getOutboundPayload()Payload.OutboundAdminCommandContextImpl. getOutboundPayload()Payload.OutboundJob. getPayload()Methods in org.glassfish.api.admin with parameters of type Payload.Outbound Modifier and Type Method Description voidJob. complete(ActionReport report, Payload.Outbound outbound)CommandRunner.CommandInvocationCommandRunner.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.Outbound Constructor Description AdminCommandContextImpl(Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload, AdminCommandEventBroker eventBroker, String jobId)
-