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

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

List of all members.

Public Member Functions

 EnableBackend (BackendInfo backendInfo)
DatabaseBackend getDatabaseBackend ()

Detailed Description

Send the information that the sender wants to enable the specified backend.

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 38 of file EnableBackend.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.virtualdatabase.protocol.EnableBackend.EnableBackend BackendInfo  backendInfo  ) 
 

Creates a new EnableBackend object with the specified backend information.

Parameters:
backendInfo information on the backend to enable

Definition at line 47 of file EnableBackend.java.

00048   {
00049     this.backendInfo = backendInfo;
00050   }


Member Function Documentation

DatabaseBackend org.objectweb.cjdbc.controller.virtualdatabase.protocol.EnableBackend.getDatabaseBackend  ) 
 

Get the backend that needs to be enabled.

Returns:
the backend to enable.

Definition at line 57 of file EnableBackend.java.

00058   {
00059     return backendInfo.getDatabaseBackend();
00060   }


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