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

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

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

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

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

Field Summary
private  BackendInfo backendInfo
           
private static long serialVersionUID
           
 
Constructor Summary
DisableBackend(BackendInfo backendInfo)
          Creates a new DisableBackend object with the specified backend information.
 
Method Summary
 DatabaseBackend getDatabaseBackend()
          Get the backend that needs to be disabled.
 
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

DisableBackend

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

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

getDatabaseBackend

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

Returns:
the backend to disable.


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