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

java.lang.Object
  extended byorg.objectweb.cjdbc.controller.virtualdatabase.protocol.EnableBackend
All Implemented Interfaces:
java.io.Serializable

public class EnableBackend
extends java.lang.Object
implements java.io.Serializable

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

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
private  BackendInfo backendInfo
           
private static long serialVersionUID
           
 
Constructor Summary
EnableBackend(BackendInfo backendInfo)
          Creates a new EnableBackend object with the specified backend information.
 
Method Summary
 DatabaseBackend getDatabaseBackend()
          Get the backend that needs to be enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

backendInfo

private BackendInfo backendInfo
Constructor Detail

EnableBackend

public EnableBackend(BackendInfo backendInfo)
Creates a new EnableBackend object with the specified backend information.

Parameters:
backendInfo - information on the backend to enable
Method Detail

getDatabaseBackend

public DatabaseBackend getDatabaseBackend()
Get the backend that needs to be enabled.

Returns:
the backend to enable.


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.