Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll Class Reference

Inheritance diagram for org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ErrorCheckingAll ()
ArrayList getBackends (ArrayList backends) throws ErrorCheckingException
String getInformation ()

Detailed Description

Error checking using all backends.

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 35 of file ErrorCheckingAll.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll.ErrorCheckingAll  ) 
 

Creates a new ErrorCheckingAll instance.

Definition at line 41 of file ErrorCheckingAll.java.

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   }


Member Function Documentation

ArrayList org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll.getBackends ArrayList  backends  )  throws ErrorCheckingException [virtual]
 

See also:
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy.getBackends(ArrayList)

Implements org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy.

Definition at line 51 of file ErrorCheckingAll.java.

00053   {
00054     return backends;
00055   }

String org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingAll.getInformation  )  [virtual]
 

See also:
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy.getInformation()

Implements org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingPolicy.

Definition at line 60 of file ErrorCheckingAll.java.

00061   {
00062     return "Error checking using all backends";
00063   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:59 2005 for C-JDBC by  doxygen 1.3.9.1