Class SharedResourceHolder.Instance

  • Enclosing class:
    SharedResourceHolder

    private static class SharedResourceHolder.Instance
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.concurrent.ScheduledFuture<?> destroyTask  
      (package private) java.lang.Object payload  
      (package private) int refcount  
    • Constructor Summary

      Constructors 
      Constructor Description
      Instance​(java.lang.Object payload)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • payload

        final java.lang.Object payload
      • refcount

        int refcount
      • destroyTask

        java.util.concurrent.ScheduledFuture<?> destroyTask
    • Constructor Detail

      • Instance

        Instance​(java.lang.Object payload)