Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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 © 2024 JBoss by Red Hat. All rights reserved.