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

org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus Class Reference

List of all members.

Public Member Functions

 BackendStatus (ArrayList backends)
ArrayList getBackends ()

Package Attributes

ArrayList backendList

Detailed Description

Send the status of local backends to remote controllers.

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 36 of file BackendStatus.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus.BackendStatus ArrayList  backends  ) 
 

Build a new BackendStatus object

Parameters:
backends list of backends

Definition at line 46 of file BackendStatus.java.

00047   {
00048     backendList = backends;
00049   }


Member Function Documentation

ArrayList org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus.getBackends  ) 
 

Get the list of backends.

Returns:
an ArrayList of the remote controller backends

Definition at line 56 of file BackendStatus.java.

00057   {
00058     return backendList;
00059   }


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