Package org.apache.xbean.naming.global
Class GlobalContextManager.DefaultGlobalContext
- java.lang.Object
-
- org.apache.xbean.naming.context.ContextFlyweight
-
- org.apache.xbean.naming.global.GlobalContextManager.DefaultGlobalContext
-
- All Implemented Interfaces:
javax.naming.Context
- Enclosing class:
- GlobalContextManager
private static class GlobalContextManager.DefaultGlobalContext extends ContextFlyweight
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultGlobalContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.naming.Context
getContext()
-
Methods inherited from class org.apache.xbean.naming.context.ContextFlyweight
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getName, getName, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind
-
-
-
-
Method Detail
-
getContext
protected javax.naming.Context getContext() throws javax.naming.NoInitialContextException
- Specified by:
getContext
in classContextFlyweight
- Throws:
javax.naming.NoInitialContextException
-
-