Package org.glassfish.jndi.cosnaming
Class OrbReuseTracker
- java.lang.Object
-
- org.glassfish.jndi.cosnaming.OrbReuseTracker
-
class OrbReuseTracker extends java.lang.ObjectThis 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 booleandebug(package private) ORBorb(package private) intreferenceCnt
-
Constructor Summary
Constructors Constructor Description OrbReuseTracker(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voiddecRefCount()(package private) voidincRefCount()
-
-
-
Field Detail
-
referenceCnt
int referenceCnt
-
orb
ORB orb
-
debug
private static final boolean debug
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OrbReuseTracker
OrbReuseTracker(ORB orb)
-
-