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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionJobController(io.vertx.ext.shell.system.JobController delegate) JobController(Object delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidbooleanio.vertx.ext.shell.system.JobControllergetJob(int id) inthashCode()jobs()static JobControllernewInstance(io.vertx.ext.shell.system.JobController arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
JobControllerpublic JobController(io.vertx.ext.shell.system.JobController delegate) 
- 
JobController
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.ext.shell.system.JobController getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic 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 process
- line- the line
- Returns:
- the created job
 
- 
close- Parameters:
- completionHandler-
 
- 
closepublic void close()
- 
newInstance
 
-