public class DeployApplicationCommand extends Object implements Command<org.hawkular.cmdgw.api.DeployApplicationRequest,org.hawkular.cmdgw.api.DeployApplicationResponse>
| Modifier and Type | Field and Description |
|---|---|
static Class<org.hawkular.cmdgw.api.DeployApplicationRequest> |
REQUEST_CLASS |
| Constructor and Description |
|---|
DeployApplicationCommand() |
| Modifier and Type | Method and Description |
|---|---|
org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.DeployApplicationResponse> |
execute(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.DeployApplicationRequest> envelope,
CommandContext context)
Performs the command for the server.
|
public static final Class<org.hawkular.cmdgw.api.DeployApplicationRequest> REQUEST_CLASS
public org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.DeployApplicationResponse> execute(org.hawkular.bus.common.BasicMessageWithExtraData<org.hawkular.cmdgw.api.DeployApplicationRequest> envelope,
CommandContext context)
throws Exception
Commandexecute in interface Command<org.hawkular.cmdgw.api.DeployApplicationRequest,org.hawkular.cmdgw.api.DeployApplicationResponse>envelope - the request that describes what needs to be executed eventually with attached BinaryDatacontext - contains data that can help commands do their jobException - if failed to execute the commandCopyright © 2015 Red Hat, Inc.. All rights reserved.