Lines Matching refs:Context
39 class ContinuationContext implements Context, Resolver {
42 protected Context contCtx = null;
50 protected Context getTargetContext() throws NamingException {
66 Context ctx = getTargetContext();
71 Context ctx = getTargetContext();
76 Context ctx = getTargetContext();
81 Context ctx = getTargetContext();
86 Context ctx = getTargetContext();
90 Context ctx = getTargetContext();
95 Context ctx = getTargetContext();
99 Context ctx = getTargetContext();
104 Context ctx = getTargetContext();
108 Context ctx = getTargetContext();
113 Context ctx = getTargetContext();
117 Context ctx = getTargetContext();
125 Context ctx = getTargetContext();
130 Context ctx = getTargetContext();
135 Context ctx = getTargetContext();
139 Context ctx = getTargetContext();
143 public Context createSubcontext(Name name) throws NamingException {
144 Context ctx = getTargetContext();
147 public Context createSubcontext(String name) throws NamingException {
148 Context ctx = getTargetContext();
153 Context ctx = getTargetContext();
157 Context ctx = getTargetContext();
162 Context ctx = getTargetContext();
167 Context ctx = getTargetContext();
174 Context ctx = getTargetContext();
180 Context ctx = getTargetContext();
186 Context ctx = getTargetContext();
192 Context ctx = getTargetContext();
197 Context ctx = getTargetContext();
202 Context ctx = getTargetContext();
207 resolveToClass(Name name, Class<? extends Context> contextType)
223 resolveToClass(String name, Class<? extends Context> contextType)