Uses of Interface
org.glassfish.api.admin.Payload.Outbound

Packages that use Payload.Outbound
org.glassfish.api.admin Admin commands in GlassFish 
 

Uses of Payload.Outbound in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return Payload.Outbound
 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.
 

Methods in org.glassfish.api.admin with parameters of type Payload.Outbound
 CommandRunner.CommandInvocation CommandRunner.CommandInvocation.outbound(Payload.Outbound outbound)
          Sets the data carried with the response
 

Constructors in org.glassfish.api.admin with parameters of type Payload.Outbound
AdminCommandContext(java.util.logging.Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.