Class CustomSQLDBReceiver.CustomReceiverJob

  • All Implemented Interfaces:
    Job
    Enclosing class:
    CustomSQLDBReceiver

    class CustomSQLDBReceiver.CustomReceiverJob
    extends java.lang.Object
    implements Job
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Execute job.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomReceiverJob

        CustomReceiverJob()
    • Method Detail

      • execute

        public void execute()
        Description copied from interface: Job
        Execute job.
        Specified by:
        execute in interface Job