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

Packages that use MBeanImpl
org.apache.geronimo.clustering The Geronimo Clustering implementation. 
org.apache.geronimo.clustering.ejb The Geronimo EJB Tier Clustering binding. 
org.apache.geronimo.clustering.jndi The Geronimo JNDI Tier Clustering binding. 
org.apache.geronimo.clustering.web The Geronimo Web Tier Clustering binding. 
 

Uses of MBeanImpl in org.apache.geronimo.clustering
 

Subclasses of MBeanImpl in org.apache.geronimo.clustering
 class Cluster
          A 'Cluster' is a point of connection between all 'Cluster's with the same name, running in other VMs.
 class LocalCluster
          A uniquely identifiable n->n intra-vm event-raising communications channel.
 class NamedMBeanImpl
          A base class containing fnality useful to Named MBeans of the Clustering module.
 class Node
          A Node is an instance of a connection to a Cluster.
 class Tier
          Tier abstracts code common to different Tier impls into the same abstract base.
 

Uses of MBeanImpl in org.apache.geronimo.clustering.ejb
 

Subclasses of MBeanImpl in org.apache.geronimo.clustering.ejb
 class EJBTier
          Responsible for maintaining state stored in the EJB tier - i.e.
 

Uses of MBeanImpl in org.apache.geronimo.clustering.jndi
 

Subclasses of MBeanImpl in org.apache.geronimo.clustering.jndi
 class JNDITier
          Responsible for maintaining state stored in the JNDI tier - i.e.
 

Uses of MBeanImpl in org.apache.geronimo.clustering.web
 

Subclasses of MBeanImpl in org.apache.geronimo.clustering.web
 class HttpSessionManager
          An HttpSessionManager for <distributable/> webapps, which backs onto the generic Geronimo clustering framework.
 class WebTier
          Responsible for maintaining state stored in the Web tier - i.e.
 



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