Uses of Class
fr.dyade.aaa.agent.ServerDesc
-
Packages that use ServerDesc Package Description fr.dyade.aaa.agent org.objectweb.joram.client.connector org.ow2.joram.jakarta.connector -
-
Uses of ServerDesc in fr.dyade.aaa.agent
Fields in fr.dyade.aaa.agent declared as ServerDesc Modifier and Type Field Description (package private) ServerDescServersHT.ServerDescEntry. desc(package private) ServerDescHttpNetwork. serverDescriptor of the listen server, it is used only on the client side (NetServerOut component).private ServerDescNGNetwork.CnxHandler. serverThe description of the remote server handled by this network sessionprivate ServerDescPoolNetwork.NetSession. serverThe description of the remote server handled by this network session.Methods in fr.dyade.aaa.agent that return ServerDesc Modifier and Type Method Description private static ServerDescAgentServer. createServerDesc(A3CMLServer server)ServerDescServersHT. get(short sid)Returns the descriptor of the corresponding server.static ServerDescAgentServer. getServerDesc(short sid)Gets the characteristics of the corresponding server.ServerDescServersHT. put(ServerDesc desc)Maps the specifieddescin this hashtable.ServerDescServersHT. remove(short sid)Removes the descriptor from this hashtable.static ServerDescAgentServer. removeServerDesc(short sid)Methods in fr.dyade.aaa.agent that return types with arguments of type ServerDesc Modifier and Type Method Description Enumeration<ServerDesc>ServersHT. elements()Returns an enumeration of the server descriptors in this hashtable.static Enumeration<ServerDesc>AgentServer. elementsServerDesc()Methods in fr.dyade.aaa.agent with parameters of type ServerDesc Modifier and Type Method Description static voidAgentServer. addServerDesc(ServerDesc desc)protected voidNetwork. checkActive(ServerDesc desc)(package private) SocketStreamNetwork. createSocket(ServerDesc server)This method creates and returns a socket connected to a specified server.static voidAgentServer. initServerDesc(ServerDesc desc, A3CMLServer server)private static voidAgentServer. initServices(A3CMLServer server, ServerDesc desc)ServerDescServersHT. put(ServerDesc desc)Maps the specifieddescin this hashtable.Constructors in fr.dyade.aaa.agent with parameters of type ServerDesc Constructor Description ServerDescEntry(ServerDesc desc, ServersHT.ServerDescEntry next) -
Uses of ServerDesc in org.objectweb.joram.client.connector
Fields in org.objectweb.joram.client.connector declared as ServerDesc Modifier and Type Field Description private ServerDescJoramAdapter. serverDesc -
Uses of ServerDesc in org.ow2.joram.jakarta.connector
Fields in org.ow2.joram.jakarta.connector declared as ServerDesc Modifier and Type Field Description private ServerDescJoramAdapter. serverDesc
-