Class AbstractJob

java.lang.Object
io.vertx.tp.jet.uca.business.AbstractJob
All Implemented Interfaces:
io.horizon.specification.meta.action.Service

public abstract class AbstractJob extends Object implements io.horizon.specification.meta.action.Service
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected io.vertx.up.commune.exchange.DFabric
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected io.vertx.up.commune.config.Database
     
    protected io.vertx.up.commune.exchange.DSetting
     
    io.vertx.up.commune.config.Identity
     
    protected io.vertx.up.commune.config.Integration
     
    protected io.horizon.uca.log.Annal
     
    io.vertx.up.commune.exchange.BTree
     
    protected abstract io.vertx.up.atom.worker.Mission
     
    io.vertx.core.json.JsonObject
     
    io.aeon.experiment.rule.RuleUnique
     
    protected IService
     
    protected io.vertx.core.Future<io.vertx.up.atom.Refer>
    underway(String identifier)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fabric

      protected transient io.vertx.up.commune.exchange.DFabric fabric
  • Constructor Details

    • AbstractJob

      public AbstractJob()
  • Method Details

    • dict

      protected io.vertx.up.commune.exchange.DSetting dict()
    • mapping

      public io.vertx.up.commune.exchange.BTree mapping()
      Specified by:
      mapping in interface io.horizon.specification.meta.action.Service
    • identity

      public io.vertx.up.commune.config.Identity identity()
      Specified by:
      identity in interface io.horizon.specification.meta.action.Service
    • rule

      public io.aeon.experiment.rule.RuleUnique rule()
      Specified by:
      rule in interface io.horizon.specification.meta.action.Service
    • options

      public io.vertx.core.json.JsonObject options()
      Specified by:
      options in interface io.horizon.specification.meta.action.Service
    • service

      protected IService service()
    • mission

      protected abstract io.vertx.up.atom.worker.Mission mission()
    • database

      protected io.vertx.up.commune.config.Database database()
    • integration

      protected io.vertx.up.commune.config.Integration integration()
    • underway

      protected io.vertx.core.Future<io.vertx.up.atom.Refer> underway(String identifier)
    • logger

      protected io.horizon.uca.log.Annal logger()