Class ServiceRegistry.ServiceHolder

  • Enclosing class:
    ServiceRegistry

    static class ServiceRegistry.ServiceHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.concurrent.CountDownLatch m_latch  
      (package private) java.lang.Object m_service  
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_latch

        final java.util.concurrent.CountDownLatch m_latch
      • m_service

        volatile java.lang.Object m_service
    • Constructor Detail

      • ServiceHolder

        ServiceHolder()