|
||||||||||
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
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ClusterConfigType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
ClusterConfigType
List<String> getAllDescription()
description
elements
description
ClusterConfigType<T> removeAllDescription()
description
element
ClusterConfigType
ClusterConfigType<T> partitionName(String partitionName)
partition-name
element
partitionName
- the value for the element partition-name
ClusterConfigType
String getPartitionName()
partition-name
element
partition-name
ClusterConfigType<T> removePartitionName()
partition-name
element
ClusterConfigType
ClusterConfigType<T> homeLoadBalancePolicy(String homeLoadBalancePolicy)
home-load-balance-policy
element
homeLoadBalancePolicy
- the value for the element home-load-balance-policy
ClusterConfigType
String getHomeLoadBalancePolicy()
home-load-balance-policy
element
home-load-balance-policy
ClusterConfigType<T> removeHomeLoadBalancePolicy()
home-load-balance-policy
element
ClusterConfigType
ClusterConfigType<T> beanLoadBalancePolicy(String beanLoadBalancePolicy)
bean-load-balance-policy
element
beanLoadBalancePolicy
- the value for the element bean-load-balance-policy
ClusterConfigType
String getBeanLoadBalancePolicy()
bean-load-balance-policy
element
bean-load-balance-policy
ClusterConfigType<T> removeBeanLoadBalancePolicy()
bean-load-balance-policy
element
ClusterConfigType
ClusterConfigType<T> loadBalancePolicy(String loadBalancePolicy)
load-balance-policy
element
loadBalancePolicy
- the value for the element load-balance-policy
ClusterConfigType
String getLoadBalancePolicy()
load-balance-policy
element
load-balance-policy
ClusterConfigType<T> removeLoadBalancePolicy()
load-balance-policy
element
ClusterConfigType
ClusterConfigType<T> sessionStateManagerJndiName(String sessionStateManagerJndiName)
session-state-manager-jndi-name
element
sessionStateManagerJndiName
- the value for the element session-state-manager-jndi-name
ClusterConfigType
String getSessionStateManagerJndiName()
session-state-manager-jndi-name
element
session-state-manager-jndi-name
ClusterConfigType<T> removeSessionStateManagerJndiName()
session-state-manager-jndi-name
element
ClusterConfigType
ClusterConfigType<T> id(String id)
id
attribute
id
- the value for the attribute id
ClusterConfigType
String getId()
id
attribute
id
ClusterConfigType<T> removeId()
id
attribute
ClusterConfigType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |