Uses of Class
fr.dyade.aaa.jndi2.impl.NamingContextInfo
-
Packages that use NamingContextInfo Package Description fr.dyade.aaa.jndi2.distributed fr.dyade.aaa.jndi2.impl -
-
Uses of NamingContextInfo in fr.dyade.aaa.jndi2.distributed
Fields in fr.dyade.aaa.jndi2.distributed declared as NamingContextInfo Modifier and Type Field Description private NamingContextInfo[]InitJndiServerNot. contextsMethods in fr.dyade.aaa.jndi2.distributed that return NamingContextInfo Modifier and Type Method Description NamingContextInfo[]InitJndiServerNot. getContexts()Constructors in fr.dyade.aaa.jndi2.distributed with parameters of type NamingContextInfo Constructor Description InitJndiServerNot(AgentId[] jndiServerIds, NamingContextInfo[] contexts, boolean isRequest) -
Uses of NamingContextInfo in fr.dyade.aaa.jndi2.impl
Fields in fr.dyade.aaa.jndi2.impl declared as NamingContextInfo Modifier and Type Field Description private NamingContextInfo[]ChangeOwnerEvent. contextsMethods in fr.dyade.aaa.jndi2.impl that return NamingContextInfo Modifier and Type Method Description NamingContextInfo[]ContextManager. changeOwner(CompositeName cn, Object formerOwnerId, Object newOwnerId)NamingContextInfo[]ContextManager. copyNamingContexts(Object serverId)NamingContextInfo[]ServerImpl. copyNamingContexts(Object serverId)Returns copies of the naming contexts owned by the server which identifier is specified.NamingContextInfo[]ChangeOwnerEvent. getNamingContexts()Methods in fr.dyade.aaa.jndi2.impl with parameters of type NamingContextInfo Modifier and Type Method Description voidContextManager. addNamingContext(NamingContextInfo ncInfo)voidServerImpl. addNamingContext(NamingContextInfo ncInfo)Constructors in fr.dyade.aaa.jndi2.impl with parameters of type NamingContextInfo Constructor Description ChangeOwnerEvent(Object formerOwnerId, NamingContextInfo[] contexts)
-