Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.geronimo.clustering

Interface Summary
DataDeltaListener An interface implemented by components that wish to be notified about changes to Cluster state.
DataListener An interface implemented by components that wish to have their state initialised from the Cluster.
MetaDataListener An interface implemented by components that wish to be notified upon membership of a Cluster changing.
 

Class Summary
Cluster A 'Cluster' is a point of connection between all 'Cluster's with the same name, running in other VMs.
Data An object capable of holding the state of multiple applications and tiers.
DataDelta An object capable of holding a Data change (Delta) and applying it to said Data.
LocalCluster A uniquely identifiable n->n intra-vm event-raising communications channel.
MBeanImpl A base class containing fnality useful to the MBeans of the Clustering module.
NamedMBeanImpl A base class containing fnality useful to Named MBeans of the Clustering module.
Node A Node is an instance of a connection to a Cluster.
Tier Tier abstracts code common to different Tier impls into the same abstract base.