Job: introduced "Job" and "Overseer" for small job
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 11 Jun 2015 07:43:55 +0000 (16:43 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 12 Jun 2015 08:29:52 +0000 (17:29 +0900)
commit5d81767a4bc0bb32c2ea82ca26efd8ab971f0701
treee4c379dd30c6c3916217bd9bbfde731e27c31d82
parentcfac63f7b5ec2c5e2f8941210665b745dd045348
Job: introduced "Job" and "Overseer" for small job

Jobs can be run concurrently.

Change-Id: I1eef528cfffe517ab5f9e93747a16ebc14913a0f
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
src/org/tizen/emulator/manager/job/Job.java [new file with mode: 0644]
src/org/tizen/emulator/manager/job/Overseer.java [new file with mode: 0644]