Uses of Class
org.apache.geronimo.clustering.Data

Packages that use Data
org.apache.geronimo.clustering The Geronimo Clustering implementation. 
 

Uses of Data in org.apache.geronimo.clustering
 

Fields in org.apache.geronimo.clustering declared as Data
protected  Data Node._data
           
protected  Data Tier._data
           
 

Methods in org.apache.geronimo.clustering that return Data
 Data LocalCluster.getData()
          Get the Cluster's Data - uses an election policy (currently hardwired) to decide which node to get it from.
abstract  Data Cluster.getData()
          Return the Object which this Cluster is responsible for maintaining via e.g.
 Data Node.getData()
           
 Data DataListener.getData()
          Called by Cluster to retrieve current Cluster state.
 

Methods in org.apache.geronimo.clustering with parameters of type Data
 void Node.setData(Data data)
           
abstract  void DataDelta.apply(Data data)
          Apply the enclosed delta to the Data arg.
 void DataListener.setData(Data state)
          Called by Cluster to initialise the state of a [new] node.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.