Package org.objectweb.jonas.management.cluster

Interface Summary
BaseClusterMBean Implements MBean interface for different Cluster MBean types
ClusterMemberMBean Implements MBean interface for different ClusterMember MBean types
CmiClusterMBean Define here only specific operations and attributes.
CmiClusterMemberMBean Define here only specific operations and attributes.
EjbHaClusterMBean Define here only specific operations and attributes.
EjbHaClusterMemberMBean Define here only specific operations and attributes.
JkClusterMBean Define here only specific operations and attributes.
JkClusterMemberMBean Define here only specific operations and attributes.
LogicalClusterMemberMBean Define here only specific operations and attributes.
TomcatClusterMBean Define here only specific operations and attributes.
TomcatClusterMemberMBean Define here only specific operations and attributes.
 

Class Summary
BaseCluster Implements basics for cluster management.
ClusterFactory Factory for Cluster
ClusterMember A ClusterMember object refers to the ServerProxy corresponding to the managed server which is being member of a given cluster.
CmiCluster Implements Tomcat Cluster MBean
CmiClusterFactory Factory for CMI clusters These Clusters are built dynamically, when a new server is discovered as being part of a cluster of this type.
CmiClusterMember A SessionMember represents a JOnAS server using web container Tomcat which is a memeber of a Tomcat cluster for session replication.
EjbHaCluster Implements Tomcat Cluster MBean
EjbHaClusterFactory Factory for HA clusters These Clusters are built dynamically, when a new server is discovered as being part of a cluster of this type.
EjbHaClusterMember Member of a EjbHaCluster used for the replication of stateful sessions
JkCluster JkCluster are used for Web level load balancing
JkClusterFactory Factory for clusters used by Apache mod-JK These Clusters are built dynamically, when a new server is discovered as being part of a cluster of this type.
JkClusterMember JkCluster members are actually workers.
LogicalCluster Logical Cluster: may be created by jonasAdmin, or declared in domain.xml A default logical cluster is created for each domain, it holds all the servers in the doamin.
LogicalClusterFactory Factory for logical clusters
LogicalClusterMember A LogicalClusterMember represents a JOnAS server
TomcatCluster Implements Tomcat Cluster MBean
TomcatClusterFactory Factory for clusters used by Tomact for Session Replication These Clusters are built dynamically, when a new server is discovered as being part of a cluster of this type.
TomcatClusterMember A TomcatClusterMember represents a JOnAS server using web container Tomcat which is a memeber of a Tomcat cluster for session replication.