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

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

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

This class defines a BackendTransfer message

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
(package private)  java.lang.String controllerDest
           
(package private)  BackendInfo info
           
 
Constructor Summary
BackendTransfer(java.lang.String controllerDest, BackendInfo info)
          Creates a new BackendTransfer object
 
Method Summary
 java.lang.String getControllerDest()
          Returns the controllerDest value.
 BackendInfo getInfo()
          Returns the info value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

BackendInfo info

controllerDest

java.lang.String controllerDest
Constructor Detail

BackendTransfer

public BackendTransfer(java.lang.String controllerDest,
                       BackendInfo info)
Creates a new BackendTransfer object

Parameters:
info - the info on the backend to transfer
controllerDest - the JMX name of the target controller
Method Detail

getControllerDest

public java.lang.String getControllerDest()
Returns the controllerDest value.

Returns:
Returns the controllerDest.

getInfo

public BackendInfo getInfo()
Returns the info value.

Returns:
Returns the info.


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