Searched defs:altNameCtx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCannotProceedException.java59 * (a Name object), and the serialized form of the altNameCtx field.
96 * to the context <code>altNameCtx</code>. It is a composite name.
108 * @see #altNameCtx
130 protected Context altNameCtx = null; field in class:CannotProceedException
219 * <code>altNameCtx</code>. It will be used during a subsequent call to the
223 * <code>altNameCtx</code>.
238 * <code>altNameCtx</code>.
250 * Retrieves the <code>altNameCtx</code> field of this exception.
263 return altNameCtx;
267 * Sets the <code>altNameCtx</cod
277 setAltNameCtx(Context altNameCtx) argument
[all...]

Completed in 29 milliseconds