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

/openjdk7/jdk/test/javax/naming/spi/DirectoryManager/
H A DGetContDirCtx.java27 * @summary getContinuationDirContext() should set CPE environment property.
56 if (contEnv.get(NamingManager.CPE) != cpe) {
57 throw new Exception("Test failed: CPE property not set" +
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DDirectoryManager.java97 env.put(CPE, cpe);
H A DNamingManager.java745 public static final String CPE = "java.naming.spi.CannotProceedException"; field in class:NamingManager
764 * the value of the property <a href="#CPE"><tt>CPE</tt></a>
784 env.put(CPE, cpe);

Completed in 339 milliseconds