Class OrbReuseTracker


  • class OrbReuseTracker
    extends java.lang.Object
    This class keeps track of references to the shared ORB object and destroys it when no more references are made to the ORB object. This object is created for each ORB object that CNCtx creates.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean debug  
      (package private) ORB orb  
      (package private) int referenceCnt  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void decRefCount()  
      (package private) void incRefCount()  
      • Methods inherited from class java.lang.Object

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

      • OrbReuseTracker

        OrbReuseTracker​(ORB orb)
    • Method Detail

      • incRefCount

        void incRefCount()
      • decRefCount

        void decRefCount()