Class CronScheduledFuture.FutureData

  • Enclosing class:
    CronScheduledFuture<V>

    private class CronScheduledFuture.FutureData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Date runDate  
      private java.util.concurrent.ScheduledFuture<?> scheduledFuture  
    • Constructor Summary

      Constructors 
      Constructor Description
      FutureData​(java.util.concurrent.ScheduledFuture<?> future, java.util.Date runDate)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • scheduledFuture

        private final java.util.concurrent.ScheduledFuture<?> scheduledFuture
      • runDate

        private final java.util.Date runDate
    • Constructor Detail

      • FutureData

        FutureData​(java.util.concurrent.ScheduledFuture<?> future,
                   java.util.Date runDate)