クラス org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus

org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatusに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatusのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

Send the status of local backends to remote controllers.

作者:
Emmanuel Cecchet
バージョン:
1.0

BackendStatus.java35 行で定義されています。

Public メソッド

 BackendStatus (ArrayList backends)
ArrayList getBackends ()

Static Public メソッド

Message getMessage (Object msg)

変数

ArrayList backendList


コンストラクタとデストラクタ

org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus.BackendStatus ArrayList  backends  ) 
 

Build a new BackendStatus object

引数:
backends list of backends

BackendStatus.java45 行で定義されています。

00046   {
00047     backendList = backends;
00048   }


メソッド

ArrayList org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus.getBackends  ) 
 

Get the list of backends.

戻り値:
an ArrayList of the remote controller backends

BackendStatus.java55 行で定義されています。

00056   {
00057     return backendList;
00058   }

Message org.objectweb.cjdbc.controller.virtualdatabase.protocol.CJDBCGroupMessage.getMessage Object  msg  )  [static, inherited]
 

Builds a JGroups message from the given object.

Src and dest are filled with null.

引数:
msg a Serializable object
戻り値:
a JGroup message containing the object

CJDBCGroupMessage.java47 行で定義されています。

00048   {
00049     return new Message(null, null, (Serializable) msg);
00050   }


変数

ArrayList org.objectweb.cjdbc.controller.virtualdatabase.protocol.BackendStatus.backendList [package]
 

BackendStatus.java38 行で定義されています。


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0rc6に対してWed May 5 18:03:09 2004に生成されました。 doxygen 1.3.6