Uses of Class
org.apache.openejb.jee.jba.ClusterConfig

Packages that use ClusterConfig
org.apache.openejb.jee.jba   
 

Uses of ClusterConfig in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as ClusterConfig
protected  ClusterConfig ContainerConfiguration.clusterConfig
           
protected  ClusterConfig Entity.clusterConfig
           
protected  ClusterConfig Session.clusterConfig
           
 

Methods in org.apache.openejb.jee.jba that return ClusterConfig
 ClusterConfig ObjectFactory.createClusterConfig()
          Create an instance of ClusterConfig
 ClusterConfig ContainerConfiguration.getClusterConfig()
          Gets the value of the clusterConfig property.
 ClusterConfig Entity.getClusterConfig()
          Gets the value of the clusterConfig property.
 ClusterConfig Session.getClusterConfig()
          Gets the value of the clusterConfig property.
 

Methods in org.apache.openejb.jee.jba with parameters of type ClusterConfig
 void ContainerConfiguration.setClusterConfig(ClusterConfig value)
          Sets the value of the clusterConfig property.
 void Entity.setClusterConfig(ClusterConfig value)
          Sets the value of the clusterConfig property.
 void Session.setClusterConfig(ClusterConfig value)
          Sets the value of the clusterConfig property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.