public interface ClusterConfigType<T> extends Child<T>
cluster-configType
xsd typeModifier and Type | Method and Description |
---|---|
ClusterConfigType<T> |
beanLoadBalancePolicy(String beanLoadBalancePolicy)
Sets the
bean-load-balance-policy element |
ClusterConfigType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getBeanLoadBalancePolicy()
Returns the
bean-load-balance-policy element |
String |
getHomeLoadBalancePolicy()
Returns the
home-load-balance-policy element |
String |
getId()
Returns the
id attribute |
String |
getLoadBalancePolicy()
Returns the
load-balance-policy element |
String |
getPartitionName()
Returns the
partition-name element |
String |
getSessionStateManagerJndiName()
Returns the
session-state-manager-jndi-name element |
ClusterConfigType<T> |
homeLoadBalancePolicy(String homeLoadBalancePolicy)
Sets the
home-load-balance-policy element |
ClusterConfigType<T> |
id(String id)
Sets the
id attribute |
ClusterConfigType<T> |
loadBalancePolicy(String loadBalancePolicy)
Sets the
load-balance-policy element |
ClusterConfigType<T> |
partitionName(String partitionName)
Sets the
partition-name element |
ClusterConfigType<T> |
removeAllDescription()
Removes the
description element |
ClusterConfigType<T> |
removeBeanLoadBalancePolicy()
Removes the
bean-load-balance-policy element |
ClusterConfigType<T> |
removeHomeLoadBalancePolicy()
Removes the
home-load-balance-policy element |
ClusterConfigType<T> |
removeId()
Removes the
id attribute |
ClusterConfigType<T> |
removeLoadBalancePolicy()
Removes the
load-balance-policy element |
ClusterConfigType<T> |
removePartitionName()
Removes the
partition-name element |
ClusterConfigType<T> |
removeSessionStateManagerJndiName()
Removes the
session-state-manager-jndi-name element |
ClusterConfigType<T> |
sessionStateManagerJndiName(String sessionStateManagerJndiName)
Sets the
session-state-manager-jndi-name element |
ClusterConfigType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsClusterConfigType
List<String> getAllDescription()
description
elementsdescription
ClusterConfigType<T> removeAllDescription()
description
elementClusterConfigType
ClusterConfigType<T> partitionName(String partitionName)
partition-name
elementpartitionName
- the value for the element partition-name
ClusterConfigType
String getPartitionName()
partition-name
elementpartition-name
ClusterConfigType<T> removePartitionName()
partition-name
elementClusterConfigType
ClusterConfigType<T> homeLoadBalancePolicy(String homeLoadBalancePolicy)
home-load-balance-policy
elementhomeLoadBalancePolicy
- the value for the element home-load-balance-policy
ClusterConfigType
String getHomeLoadBalancePolicy()
home-load-balance-policy
elementhome-load-balance-policy
ClusterConfigType<T> removeHomeLoadBalancePolicy()
home-load-balance-policy
elementClusterConfigType
ClusterConfigType<T> beanLoadBalancePolicy(String beanLoadBalancePolicy)
bean-load-balance-policy
elementbeanLoadBalancePolicy
- the value for the element bean-load-balance-policy
ClusterConfigType
String getBeanLoadBalancePolicy()
bean-load-balance-policy
elementbean-load-balance-policy
ClusterConfigType<T> removeBeanLoadBalancePolicy()
bean-load-balance-policy
elementClusterConfigType
ClusterConfigType<T> loadBalancePolicy(String loadBalancePolicy)
load-balance-policy
elementloadBalancePolicy
- the value for the element load-balance-policy
ClusterConfigType
String getLoadBalancePolicy()
load-balance-policy
elementload-balance-policy
ClusterConfigType<T> removeLoadBalancePolicy()
load-balance-policy
elementClusterConfigType
ClusterConfigType<T> sessionStateManagerJndiName(String sessionStateManagerJndiName)
session-state-manager-jndi-name
elementsessionStateManagerJndiName
- the value for the element session-state-manager-jndi-name
ClusterConfigType
String getSessionStateManagerJndiName()
session-state-manager-jndi-name
elementsession-state-manager-jndi-name
ClusterConfigType<T> removeSessionStateManagerJndiName()
session-state-manager-jndi-name
elementClusterConfigType
ClusterConfigType<T> id(String id)
id
attributeid
- the value for the attribute id
ClusterConfigType
String getId()
id
attributeid
ClusterConfigType<T> removeId()
id
attributeClusterConfigType
Copyright © 2017 JBoss by Red Hat. All rights reserved.