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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ClusterConfigType
 ClusterConfigType<T> ClusterConfigType.beanLoadBalancePolicy(String beanLoadBalancePolicy)
          Sets the bean-load-balance-policy element
 ClusterConfigType<T> ClusterConfigType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ClusterConfigType<ServiceBeanType<T>> ServiceBeanType.getOrCreateClusterConfig()
          If not already created, a new cluster-config element with the given value will be created.
 ClusterConfigType<SessionBeanType<T>> SessionBeanType.getOrCreateClusterConfig()
          If not already created, a new cluster-config element with the given value will be created.
 ClusterConfigType<T> ClusterConfigType.homeLoadBalancePolicy(String homeLoadBalancePolicy)
          Sets the home-load-balance-policy element
 ClusterConfigType<T> ClusterConfigType.id(String id)
          Sets the id attribute
 ClusterConfigType<T> ClusterConfigType.loadBalancePolicy(String loadBalancePolicy)
          Sets the load-balance-policy element
 ClusterConfigType<T> ClusterConfigType.partitionName(String partitionName)
          Sets the partition-name element
 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.removeId()
          Removes the id attribute
 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.sessionStateManagerJndiName(String sessionStateManagerJndiName)
          Sets the session-state-manager-jndi-name element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.