Uses of Class
fr.dyade.aaa.agent.conf.UnknownServerException

Packages that use UnknownServerException
fr.dyade.aaa.agent.conf   
 

Uses of UnknownServerException in fr.dyade.aaa.agent.conf
 

Methods in fr.dyade.aaa.agent.conf that throw UnknownServerException
 java.lang.String A3CMLConfig.getJvmArgs(short sid)
          Get the JVM argument for a particular agent server identified by its id.
 java.lang.String A3CMLCluster.getJvmArgs(short sid)
          Get the JVM argument for a particular agent server identified by its id.
 java.lang.String A3CMLConfig.getJvmArgs(java.lang.String name)
          Get the JVM argument for a particular agent server identified by its name.
 java.lang.String A3CMLCluster.getJvmArgs(java.lang.String name)
          Get the JVM argument for a particular agent server identified by its name.
 A3CMLServer A3CMLConfig.getServer(short sid)
          Returns the description of a server.
 A3CMLServer A3CMLCluster.getServer(short sid)
          Returns the description of a server.
 A3CMLServer A3CMLConfig.getServer(short sid, short cid)
          Returns the description of a server.
 A3CMLServer A3CMLConfig.getServer(java.lang.String name)
          Returns the description of a server.
 A3CMLServer A3CMLCluster.getServer(java.lang.String name)
          Returns the description of a server.
 short A3CMLConfig.getServerIdByName(java.lang.String name)
          Gets a server identifier from its name.
 short A3CMLCluster.getServerIdByName(java.lang.String name)
          Gets a server identifier from its name.
 java.lang.String A3CMLConfig.getServerNameById(short sid)
          Gets a server name from its identifier.
 java.lang.String A3CMLConfig.getServiceArgs(short sid, java.lang.String classname)
          Get the argument strings for a particular service on a particular agent server identified by its id.
 java.lang.String A3CMLConfig.getServiceArgs(java.lang.String name, java.lang.String classname)
          Get the argument strings for a particular service on a particular agent server identified by its name.
 A3CMLServer A3CMLConfig.removeServer(short sid)
          Removes a server.
 A3CMLServer A3CMLCluster.removeServer(short sid)
          Removes a server.
 A3CMLServer A3CMLConfig.removeServer(java.lang.String name)
          Remove a server.
 A3CMLServer A3CMLCluster.removeServer(java.lang.String name)
          Remove a server.
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.