Uses of Class
fr.dyade.aaa.jndi2.impl.NamingContext
-
Packages that use NamingContext Package Description fr.dyade.aaa.jndi2.impl -
-
Uses of NamingContext in fr.dyade.aaa.jndi2.impl
Fields in fr.dyade.aaa.jndi2.impl declared as NamingContext Modifier and Type Field Description private NamingContextNamingContextInfo. namingContextFields in fr.dyade.aaa.jndi2.impl with type parameters of type NamingContext Modifier and Type Field Description private Hashtable<Object,SoftReference<NamingContext>>ContextCache. tableMethods in fr.dyade.aaa.jndi2.impl with parameters of type NamingContext Modifier and Type Method Description voidStorageManager. addNamingContext(NamingContext nc, CompositeName name)voidServerImpl. bind(NamingContext nc, String lastName, Object obj, Object ownerId)NamingContextIdServerImpl. createSubcontext(NamingContext parentNc, String lastName, CompositeName path, NamingContextId ncid, Object subcontextOwnerId, Object ownerId)booleanServerImpl. destroySubcontext(NamingContext parentNc, String lastName, CompositeName path, Object ownerId)voidContextCache. put(Object key, NamingContext nc)private voidContextManager. put(NamingContext nc)private voidContextManager. put(CompositeName name, NamingContext nc)voidContextTable. put(Object key, NamingContext nc)voidSimpleContextTable. put(Object key, NamingContext nc)voidServerImpl. rebind(NamingContext nc, String lastName, Object obj, Object ownerId)private voidContextManager. registerMBean(NamingContext context, CompositeName cn)private voidContextManager. reloadMBean(NamingContext context)voidContextManager. resetNamingContext(NamingContext context)voidServerImpl. resetNamingContext(NamingContext context)voidContextManager. storeNamingContext(NamingContext nc)voidServerImpl. storeNamingContext(NamingContext nc)voidStorageManager. storeNamingContext(NamingContext nc)booleanServerImpl. unbind(NamingContext nc, String lastName, Object ownerId)Constructors in fr.dyade.aaa.jndi2.impl with parameters of type NamingContext Constructor Description NamingContextInfo(NamingContext namingContext, CompositeName name)
-