Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.ClusterConfigType

Packages that use ClusterConfigType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of ClusterConfigType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ClusterConfigType
 ClusterConfigType<ServiceBeanType<T>> ServiceBeanType.clusterConfig()
          If not already created, a new cluster-config element will be created and returned.
 ClusterConfigType<SessionBeanType<T>> SessionBeanType.clusterConfig()
          If not already created, a new cluster-config element will be created and returned.
 ClusterConfigType<T> ClusterConfigType.removeAllDescription()
          Removes the description element
 ClusterConfigType<T> ClusterConfigType.removeBeanLoadBalancePolicy()
          Removes the bean-load-balance-policy element
 ClusterConfigType<T> ClusterConfigType.removeHomeLoadBalancePolicy()
          Removes the home-load-balance-policy element
 ClusterConfigType<T> ClusterConfigType.removeLoadBalancePolicy()
          Removes the load-balance-policy element
 ClusterConfigType<T> ClusterConfigType.removePartitionName()
          Removes the partition-name element
 ClusterConfigType<T> ClusterConfigType.removeSessionStateManagerJndiName()
          Removes the session-state-manager-jndi-name element
 ClusterConfigType<T> ClusterConfigType.setBeanLoadBalancePolicy(java.lang.String beanLoadBalancePolicy)
          If not already created, a new bean-load-balance-policy element with the given value will be created.
 ClusterConfigType<T> ClusterConfigType.setDescription(java.lang.String description)
          Creates a new description element
 ClusterConfigType<T> ClusterConfigType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ClusterConfigType<T> ClusterConfigType.setHomeLoadBalancePolicy(java.lang.String homeLoadBalancePolicy)
          If not already created, a new home-load-balance-policy element with the given value will be created.
 ClusterConfigType<T> ClusterConfigType.setLoadBalancePolicy(java.lang.String loadBalancePolicy)
          If not already created, a new load-balance-policy element with the given value will be created.
 ClusterConfigType<T> ClusterConfigType.setPartitionName(java.lang.String partitionName)
          If not already created, a new partition-name element with the given value will be created.
 ClusterConfigType<T> ClusterConfigType.setSessionStateManagerJndiName(java.lang.String sessionStateManagerJndiName)
          If not already created, a new session-state-manager-jndi-name element with the given value will be created.
 

Uses of ClusterConfigType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement ClusterConfigType
 class ClusterConfigTypeImpl<T>
          This class implements the cluster-configType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ClusterConfigType
 ClusterConfigType<ServiceBeanType<T>> ServiceBeanTypeImpl.clusterConfig()
          If not already created, a new cluster-config element will be created and returned.
 ClusterConfigType<SessionBeanType<T>> SessionBeanTypeImpl.clusterConfig()
          If not already created, a new cluster-config element will be created and returned.
 ClusterConfigType<T> ClusterConfigTypeImpl.removeAllDescription()
          Removes the description element
 ClusterConfigType<T> ClusterConfigTypeImpl.removeBeanLoadBalancePolicy()
          Removes the bean-load-balance-policy element
 ClusterConfigType<T> ClusterConfigTypeImpl.removeHomeLoadBalancePolicy()
          Removes the home-load-balance-policy element
 ClusterConfigType<T> ClusterConfigTypeImpl.removeLoadBalancePolicy()
          Removes the load-balance-policy element
 ClusterConfigType<T> ClusterConfigTypeImpl.removePartitionName()
          Removes the partition-name element
 ClusterConfigType<T> ClusterConfigTypeImpl.removeSessionStateManagerJndiName()
          Removes the session-state-manager-jndi-name element
 ClusterConfigType<T> ClusterConfigTypeImpl.setBeanLoadBalancePolicy(java.lang.String beanLoadBalancePolicy)
          If not already created, a new bean-load-balance-policy element with the given value will be created.
 ClusterConfigType<T> ClusterConfigTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ClusterConfigType<T> ClusterConfigTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ClusterConfigType<T> ClusterConfigTypeImpl.setHomeLoadBalancePolicy(java.lang.String homeLoadBalancePolicy)
          If not already created, a new home-load-balance-policy element with the given value will be created.
 ClusterConfigType<T> ClusterConfigTypeImpl.setLoadBalancePolicy(java.lang.String loadBalancePolicy)
          If not already created, a new load-balance-policy element with the given value will be created.
 ClusterConfigType<T> ClusterConfigTypeImpl.setPartitionName(java.lang.String partitionName)
          If not already created, a new partition-name element with the given value will be created.
 ClusterConfigType<T> ClusterConfigTypeImpl.setSessionStateManagerJndiName(java.lang.String sessionStateManagerJndiName)
          If not already created, a new session-state-manager-jndi-name element with the given value will be created.