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

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DGlassfishNamingManagerImpl.java125 JavaURLContext.setNamingManager(this);
342 JavaURLContext jc = new JavaURLContext("java:", null);
345 JavaURLContext jcc = new JavaURLContext("java:comp", null);
349 JavaURLContext jccEnv = new JavaURLContext("java:comp/env", null);
375 JavaURLContext jc = new JavaURLContext("java:", null);
379 JavaURLContext jMo
[all...]
H A DJavaURLContext.java62 public final class JavaURLContext implements Context, Cloneable { class in inherits:Context,Cloneable
77 public JavaURLContext(Hashtable environment) throws NamingException { method in class:JavaURLContext
86 public JavaURLContext(String name, Hashtable env) method in class:JavaURLContext
95 public JavaURLContext(Hashtable env, SerialContext serialContext) method in class:JavaURLContext
101 public JavaURLContext( JavaURLContext ctx, SerialContext sctx ) { method in class:JavaURLContext
117 public JavaURLContext addStickyContext(SerialContext serialContext)
120 JavaURLContext jCtx = (JavaURLContext) this.clone();
151 return new JavaURLContext(myNam
[all...]
H A DSerialContext.java128 private final JavaURLContext javaUrlContext;
285 JavaURLContext urlContextTemp = null;
288 urlContextTemp = new JavaURLContext(myEnv, this);
290 urlContextTemp = new JavaURLContext(myEnv, null);

Completed in 17 milliseconds