org.apache.xbean.naming.context
Interface NestedContextFactory
- All Known Implementing Classes:
- AbstractContext, AbstractFederatedContext, ImmutableContext, ImmutableContext.NestedImmutableContext, WritableContext, WritableContext.NestedWritableContext
public interface NestedContextFactory
isNestedSubcontext
boolean isNestedSubcontext(Object value)
- Is the specified value an instance of a nested context
- Parameters:
value
- the value to inspect
- Returns:
- true if the specified value an instance of a nested context; false otherwise
createNestedSubcontext
Context createNestedSubcontext(String path,
Map bindings)
throws NamingException
- Creates a nested subcontext instance. This does not cause the nested context to be bound.
- Parameters:
path
- the path to the new nested contextbindings
- the initial bindings for the context
- Returns:
- the new nested context
- Throws:
NamingException
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.