Lines Matching refs:ctx

66         Context ctx = getTargetContext();
67 return ctx.lookup(name);
71 Context ctx = getTargetContext();
72 return ctx.lookup(name);
76 Context ctx = getTargetContext();
77 ctx.bind(name, newObj);
81 Context ctx = getTargetContext();
82 ctx.bind(name, newObj);
86 Context ctx = getTargetContext();
87 ctx.rebind(name, newObj);
90 Context ctx = getTargetContext();
91 ctx.rebind(name, newObj);
95 Context ctx = getTargetContext();
96 ctx.unbind(name);
99 Context ctx = getTargetContext();
100 ctx.unbind(name);
104 Context ctx = getTargetContext();
105 ctx.rename(name, newName);
108 Context ctx = getTargetContext();
109 ctx.rename(name, newName);
113 Context ctx = getTargetContext();
114 return ctx.list(name);
117 Context ctx = getTargetContext();
118 return ctx.list(name);
125 Context ctx = getTargetContext();
126 return ctx.listBindings(name);
130 Context ctx = getTargetContext();
131 return ctx.listBindings(name);
135 Context ctx = getTargetContext();
136 ctx.destroySubcontext(name);
139 Context ctx = getTargetContext();
140 ctx.destroySubcontext(name);
144 Context ctx = getTargetContext();
145 return ctx.createSubcontext(name);
148 Context ctx = getTargetContext();
149 return ctx.createSubcontext(name);
153 Context ctx = getTargetContext();
154 return ctx.lookupLink(name);
157 Context ctx = getTargetContext();
158 return ctx.lookupLink(name);
162 Context ctx = getTargetContext();
163 return ctx.getNameParser(name);
167 Context ctx = getTargetContext();
168 return ctx.getNameParser(name);
174 Context ctx = getTargetContext();
175 return ctx.composeName(name, prefix);
180 Context ctx = getTargetContext();
181 return ctx.composeName(name, prefix);
186 Context ctx = getTargetContext();
187 return ctx.addToEnvironment(propName, value);
192 Context ctx = getTargetContext();
193 return ctx.removeFromEnvironment(propName);
197 Context ctx = getTargetContext();
198 return ctx.getEnvironment();
202 Context ctx = getTargetContext();
203 return ctx.getNameInNamespace();