Uses of Class
org.apache.openejb.jee.jba.ClusterConfig
-
Packages that use ClusterConfig Package Description org.apache.openejb.jee.jba -
-
Uses of ClusterConfig in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as ClusterConfig Modifier and Type Field Description protected ClusterConfigContainerConfiguration. clusterConfigprotected ClusterConfigEntity. clusterConfigprotected ClusterConfigSession. clusterConfigMethods in org.apache.openejb.jee.jba that return ClusterConfig Modifier and Type Method Description ClusterConfigObjectFactory. createClusterConfig()Create an instance ofClusterConfigClusterConfigContainerConfiguration. getClusterConfig()Gets the value of the clusterConfig property.ClusterConfigEntity. getClusterConfig()Gets the value of the clusterConfig property.ClusterConfigSession. getClusterConfig()Gets the value of the clusterConfig property.Methods in org.apache.openejb.jee.jba with parameters of type ClusterConfig Modifier and Type Method Description voidContainerConfiguration. setClusterConfig(ClusterConfig value)Sets the value of the clusterConfig property.voidEntity. setClusterConfig(ClusterConfig value)Sets the value of the clusterConfig property.voidSession. setClusterConfig(ClusterConfig value)Sets the value of the clusterConfig property.
-