Uses of Class
org.ow2.jonas.lib.management.domain.cluster.ClusterFactory

Packages that use ClusterFactory
org.ow2.jonas.lib.management.domain.cluster   
org.ow2.jonas.lib.management.domain.cluster.cmi   
org.ow2.jonas.lib.management.domain.cluster.ha   
org.ow2.jonas.lib.management.domain.cluster.jk   
org.ow2.jonas.lib.management.domain.cluster.logical   
org.ow2.jonas.lib.management.domain.cluster.tomcat   
 

Uses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster
 

Fields in org.ow2.jonas.lib.management.domain.cluster declared as ClusterFactory
protected  ClusterFactory BaseCluster.cf
          ClusterFactory that created this Cluster
 

Constructors in org.ow2.jonas.lib.management.domain.cluster with parameters of type ClusterFactory
BaseCluster(ClusterFactory cf)
          Constructor
 

Uses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.cmi
 

Subclasses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.cmi
 class 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.
 

Uses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.ha
 

Subclasses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.ha
 class 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.
 

Uses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.jk
 

Subclasses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.jk
 class 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.
 

Uses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.logical
 

Subclasses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.logical
 class LogicalClusterFactory
          Factory for logical clusters.
 

Constructors in org.ow2.jonas.lib.management.domain.cluster.logical with parameters of type ClusterFactory
LogicalCluster(ClusterFactory cf)
          logical cluster constructor
 

Uses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.tomcat
 

Subclasses of ClusterFactory in org.ow2.jonas.lib.management.domain.cluster.tomcat
 class 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.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.