Interface | Description |
---|---|
ApplicationServiceMXBean |
Control MBean for the application service.
|
ApplicationServiceMXBean
to provide control of the service.
ApplicationServiceMXBean.submit(String, String)
Attribute name | Type | Value | Description |
---|---|---|---|
type |
String | appService |
ApplicationServiceMXBean control MBean type. |
op |
String | submit |
Invoke submit operation
against the control MBean. |
alias |
String | Alias of control MBean. | Default is edgent . |
args |
List | String: application name | Registered application to submit. |
JSON Object: submission configuration | Configuration for the submission,
see submit() .
If jobName is not set in the configuration then the job is submitted with jobName set to the
application name. |
EngineTemp
with no configuration, will result in a running
job named EngineTemp
.
{"type":"appService","alias":"edgent","op":"submit","args":["EngineTemp",{}]}
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641