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

org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean Interface Reference

List of all members.

Public Member Functions

int getRAIDbLevel ()

Package Functions

void setRAIDbLevel (int raidbLevel)
int getParsingGranularity ()
void setParsingGranularity (int parsingGranularity)
void setWeight (String name, int w) throws SQLException
String getInformation ()

Detailed Description

This class defines a AbstractLoadBalancerMBean

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 35 of file AbstractLoadBalancerMBean.java.


Member Function Documentation

String org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean.getInformation  )  [package]
 

Return generic information about the load balancer.

Returns:
load balancer information

int org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean.getParsingGranularity  )  [package]
 

Get the needed query parsing granularity.

Returns:
needed query parsing granularity

int org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean.getRAIDbLevel  ) 
 

Return the load balancer RAIDb level

Returns:
the RAIDb level

void org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean.setParsingGranularity int  parsingGranularity  )  [package]
 

Set the needed query parsing granularity.

Parameters:
parsingGranularity the granularity to set

void org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean.setRAIDbLevel int  raidbLevel  )  [package]
 

Sets the RAIDbLevel.

Parameters:
raidbLevel The RAIDb level to set

void org.objectweb.cjdbc.common.jmx.mbeans.AbstractLoadBalancerMBean.setWeight String  name,
int  w
throws SQLException [package]
 

Associate a weight to a backend identified by its logical name.

Parameters:
name the backend name
w the weight
Exceptions:
SQLException if an error occurs


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