Class OrbReuseTracker

java.lang.Object
org.glassfish.jndi.cosnaming.OrbReuseTracker

class OrbReuseTracker extends 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 Details

    • referenceCnt

      int referenceCnt
    • orb

      ORB orb
    • debug

      private static final boolean debug
      See Also:
  • Constructor Details

    • OrbReuseTracker

      OrbReuseTracker(ORB orb)
  • Method Details

    • incRefCount

      void incRefCount()
    • decRefCount

      void decRefCount()