Uses of Class
fr.dyade.aaa.jndi2.impl.NamingContextId
-
Packages that use NamingContextId Package Description fr.dyade.aaa.jndi2.impl -
-
Uses of NamingContextId in fr.dyade.aaa.jndi2.impl
Fields in fr.dyade.aaa.jndi2.impl declared as NamingContextId Modifier and Type Field Description private NamingContextIdCreateSubcontextEvent. contextIdprivate NamingContextIdContextRecord. idprivate NamingContextIdNamingContext. idprivate NamingContextIdMissingContextException. missingContextIdThe identifier of the missing contextprivate NamingContextIdMissingRecordException. namingContextIdprivate NamingContextIdContextManager. rootContextIdprivate NamingContextIdUpdateEvent. updatedContextIdFields in fr.dyade.aaa.jndi2.impl with type parameters of type NamingContextId Modifier and Type Field Description private Hashtable<CompositeName,NamingContextId>StorageManager. nameToIdIndexMethods in fr.dyade.aaa.jndi2.impl that return NamingContextId Modifier and Type Method Description NamingContextIdServerImpl. createSubcontext(NamingContext parentNc, String lastName, CompositeName path, NamingContextId ncid, Object subcontextOwnerId, Object ownerId)NamingContextIdCreateSubcontextEvent. getContextId()NamingContextIdContextRecord. getId()NamingContextIdNamingContext. getId()NamingContextIdStorageManager. getIdFromName(CompositeName name)NamingContextIdMissingContextException. getMissingContextId()NamingContextIdMissingRecordException. getNamingContextId()NamingContextIdUpdateEvent. getUpdatedContextId()private NamingContextIdStorageManager. newNamingContextId()Methods in fr.dyade.aaa.jndi2.impl that return types with arguments of type NamingContextId Modifier and Type Method Description Enumeration<NamingContextId>StorageManager. getContextIds()
-