Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.opserve.opsmanager.NoAvailableServerException

Packages that use NoAvailableServerException
ORG.oclc.opserve.opsmanager   
 

Uses of NoAvailableServerException in ORG.oclc.opserve.opsmanager
 

Methods in ORG.oclc.opserve.opsmanager that throw NoAvailableServerException
 LoadedServer LoadBalancer.leastLoadedServer()
          returns the least loaded server giving preference to servers on the local host within each load factor group.
 void LoadBalancer.reset()
          sets the next server to the lowest loaded server
 

Constructors in ORG.oclc.opserve.opsmanager that throw NoAvailableServerException
LoadBalancer.LoadBalancer(String loadDir, String serverType)
          Reads the load balancing file and initializes a vector of potential servers.
 


Open SiteSearch 4.1.1
Final