add method

void add(
  1. SimpleJobDef job
)

Implementation

void add(SimpleJobDef job) {
  _queue.addLast(job);
}