|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusterConfigType<T>
This interface defines the contract for the cluster-configType
xsd type
Original Documentation:
The cluster-config element allows to specify cluster specific settings.
Method Summary | |
---|---|
java.lang.String |
getBeanLoadBalancePolicy()
Returns the bean-load-balance-policy element |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getHomeLoadBalancePolicy()
Returns the home-load-balance-policy element |
java.lang.String |
getLoadBalancePolicy()
Returns the load-balance-policy element |
java.lang.String |
getPartitionName()
Returns the partition-name element |
java.lang.String |
getSessionStateManagerJndiName()
Returns the session-state-manager-jndi-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> |
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> |
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> |
setDescription(java.lang.String description)
Creates a new description element |
ClusterConfigType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ClusterConfigType<T> |
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> |
setLoadBalancePolicy(java.lang.String loadBalancePolicy)
If not already created, a new load-balance-policy element with the given value will be created. |
ClusterConfigType<T> |
setPartitionName(java.lang.String partitionName)
If not already created, a new partition-name element with the given value will be created. |
ClusterConfigType<T> |
setSessionStateManagerJndiName(java.lang.String sessionStateManagerJndiName)
If not already created, a new session-state-manager-jndi-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ClusterConfigType<T> setDescription(java.lang.String description)
description
element
ClusterConfigType
ClusterConfigType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
ClusterConfigType
ClusterConfigType<T> removeAllDescription()
description
element
ClusterConfigType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
ClusterConfigType<T> setPartitionName(java.lang.String partitionName)
partition-name
element with the given value will be created.
Otherwise, the existing partition-name
element will be updated with the given value.
ClusterConfigType
ClusterConfigType<T> removePartitionName()
partition-name
element
ClusterConfigType
java.lang.String getPartitionName()
partition-name
element
partition-name
ClusterConfigType<T> setHomeLoadBalancePolicy(java.lang.String homeLoadBalancePolicy)
home-load-balance-policy
element with the given value will be created.
Otherwise, the existing home-load-balance-policy
element will be updated with the given value.
ClusterConfigType
ClusterConfigType<T> removeHomeLoadBalancePolicy()
home-load-balance-policy
element
ClusterConfigType
java.lang.String getHomeLoadBalancePolicy()
home-load-balance-policy
element
home-load-balance-policy
ClusterConfigType<T> setSessionStateManagerJndiName(java.lang.String sessionStateManagerJndiName)
session-state-manager-jndi-name
element with the given value will be created.
Otherwise, the existing session-state-manager-jndi-name
element will be updated with the given value.
ClusterConfigType
ClusterConfigType<T> removeSessionStateManagerJndiName()
session-state-manager-jndi-name
element
ClusterConfigType
java.lang.String getSessionStateManagerJndiName()
session-state-manager-jndi-name
element
session-state-manager-jndi-name
ClusterConfigType<T> setBeanLoadBalancePolicy(java.lang.String beanLoadBalancePolicy)
bean-load-balance-policy
element with the given value will be created.
Otherwise, the existing bean-load-balance-policy
element will be updated with the given value.
ClusterConfigType
ClusterConfigType<T> removeBeanLoadBalancePolicy()
bean-load-balance-policy
element
ClusterConfigType
java.lang.String getBeanLoadBalancePolicy()
bean-load-balance-policy
element
bean-load-balance-policy
ClusterConfigType<T> setLoadBalancePolicy(java.lang.String loadBalancePolicy)
load-balance-policy
element with the given value will be created.
Otherwise, the existing load-balance-policy
element will be updated with the given value.
ClusterConfigType
ClusterConfigType<T> removeLoadBalancePolicy()
load-balance-policy
element
ClusterConfigType
java.lang.String getLoadBalancePolicy()
load-balance-policy
element
load-balance-policy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |