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

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

List of all members.

Public Member Functions

 DisableBackend (BackendInfo backendInfo)
DatabaseBackend getDatabaseBackend ()

Detailed Description

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

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 38 of file DisableBackend.java.


Constructor & Destructor Documentation

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

Creates a new DisableBackend object with the specified backend information.

Parameters:
backendInfo information on the backend to disable

Definition at line 47 of file DisableBackend.java.

00048   {
00049     this.backendInfo = backendInfo;
00050   }


Member Function Documentation

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

Get the backend that needs to be disabled.

Returns:
the backend to disable.

Definition at line 57 of file DisableBackend.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