public interface NestedContextFactory
| Modifier and Type | Method and Description |
|---|---|
javax.naming.Context |
createNestedSubcontext(java.lang.String path,
java.util.Map<java.lang.String,java.lang.Object> bindings)
Creates a nested subcontext instance.
|
boolean |
isNestedSubcontext(java.lang.Object value)
Is the specified value an instance of a nested context
|
boolean isNestedSubcontext(java.lang.Object value)
value - the value to inspectjavax.naming.Context createNestedSubcontext(java.lang.String path,
java.util.Map<java.lang.String,java.lang.Object> bindings)
throws javax.naming.NamingException
path - the path to the new nested contextbindings - the initial bindings for the contextjavax.naming.NamingException - on error