Uses of Interface
org.glassfish.api.admin.CommandRunner.CommandInvocation

Packages that use CommandRunner.CommandInvocation
org.glassfish.api.admin Admin commands in GlassFish 
 

Uses of CommandRunner.CommandInvocation in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return CommandRunner.CommandInvocation
 CommandRunner.CommandInvocation CommandRunner.getCommandInvocation(java.lang.String name, ActionReport report)
          Obtain a new command invocation object.
 CommandRunner.CommandInvocation CommandRunner.CommandInvocation.inbound(Payload.Inbound inbound)
          Sets the data carried with the request (could be an attachment)
 CommandRunner.CommandInvocation CommandRunner.CommandInvocation.outbound(Payload.Outbound outbound)
          Sets the data carried with the response
 CommandRunner.CommandInvocation CommandRunner.CommandInvocation.parameters(CommandParameters params)
          Sets the command parameters as a typed inteface
 CommandRunner.CommandInvocation CommandRunner.CommandInvocation.parameters(ParameterMap params)
          Sets the command parameters as a ParameterMap.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.