Package io.vertx.mutiny.ext.shell.system
Class JobController
java.lang.Object
io.vertx.mutiny.ext.shell.system.JobController
- All Implemented Interfaces:
MutinyDelegate
The job controller.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJobController
(io.vertx.ext.shell.system.JobController delegate) JobController
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
boolean
io.vertx.ext.shell.system.JobController
getJob
(int id) int
hashCode()
jobs()
static JobController
newInstance
(io.vertx.ext.shell.system.JobController arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
JobController
public JobController(io.vertx.ext.shell.system.JobController delegate) -
JobController
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.system.JobController getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
foregroundJob
- Returns:
- the current foreground job
-
jobs
- Returns:
- the active jobs
-
getJob
- Parameters:
id
- the job id- Returns:
- the job of when not found
-
createJob
- Parameters:
process
- the processline
- the line- Returns:
- the created job
-
close
- Parameters:
completionHandler
-
-
close
public void close() -
newInstance
-