Searched refs:_ctx (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNBindingEnumeration.java54 private CNCtx _ctx; // ctx to list field in class:CNBindingEnumeration
74 _ctx = ctx;
75 _ctx.incEnumCount();
83 _ctx._nc.list(0, _bindingList, _bindingIterH);
161 if (_ctx != null) {
162 _ctx.decEnumCount();
169 _ctx.close();
171 _ctx = null;
211 java.lang.Object obj = _ctx.callResolve(bndg.binding_name);
216 obj = NamingManager.getObjectInstance(obj, cname, _ctx, _en
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DRequestImpl.java81 private Context _ctx; field in class:RequestImpl
119 _ctx = ctx;
185 if (_ctx == null)
186 _ctx = new ContextImpl(_orb);
187 return _ctx;
192 _ctx = newCtx;
H A DServerRequestImpl.java61 private Context _ctx = null; field in class:ServerRequestImpl
75 _ctx = null; // if we support contexts, this would

Completed in 31 milliseconds