src/org/objectweb/cjdbc/controller/loadbalancer/policies/errorchecking/ErrorCheckingAll.java

説明を見る。
00001 00025 package org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking; 00026 00027 import java.util.ArrayList; 00028 00035 public class ErrorCheckingAll extends ErrorCheckingPolicy 00036 { 00037 00041 public ErrorCheckingAll() 00042 { 00043 // We don't care about the number of nodes but the father's constructor 00044 // needs at least 3 nodes. 00045 super(ErrorCheckingPolicy.ALL, 3); 00046 } 00047 00051 public ArrayList getBackends(ArrayList backends) 00052 throws ErrorCheckingException 00053 { 00054 return backends; 00055 } 00056 00060 public String getInformation() 00061 { 00062 return "Error checking using all backends"; 00063 } 00064 }

CJDBCversion1.0.4に対してTue Oct 12 15:16:02 2004に生成されました。 doxygen 1.3.8