Package org.glassfish.jndi.cosnaming
Class OrbReuseTracker
- java.lang.Object
-
- org.glassfish.jndi.cosnaming.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
-
Constructor Summary
Constructors Constructor Description OrbReuseTracker(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
decRefCount()
(package private) void
incRefCount()
-
-
-
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)
-
-