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

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

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

Send the status of local backends to remote controllers.

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

Field Summary
(package private)  java.util.ArrayList backendList
           
private static long serialVersionUID
           
 
Constructor Summary
BackendStatus(java.util.ArrayList backends)
          Build a new BackendStatus object
 
Method Summary
 java.util.ArrayList getBackends()
          Get the list of backends.
 
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

backendList

java.util.ArrayList backendList
Constructor Detail

BackendStatus

public BackendStatus(java.util.ArrayList backends)
Build a new BackendStatus object

Parameters:
backends - list of backends
Method Detail

getBackends

public java.util.ArrayList getBackends()
Get the list of backends.

Returns:
an ArrayList of the remote controller backends


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