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

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
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...]

Completed in 10 milliseconds