|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Clustered
Annotation for specifying that a bean should be clustered
| Optional Element Summary | |
|---|---|
java.lang.String |
homeLoadBalancePolicy
The LoadBalancePolicy implementation to use for balancing
remote home invocations. |
java.lang.String |
loadBalancePolicy
The LoadBalancePolicy implementation to use for balancing
remote bean invocations. |
java.lang.String |
partition
|
public abstract java.lang.String loadBalancePolicy
LoadBalancePolicy implementation to use for balancing
remote bean invocations.
Specifying the LoadBalancePolicy interface itself (which
is the default value) means the EJB container should pick a sensible
default based on the type of the bean.
LoadBalancePolicy implementation,
or, if it is up to the container to choose an appropriate
policy, the class of the LoadBalancePolicy interface
itself.public abstract java.lang.String homeLoadBalancePolicy
LoadBalancePolicy implementation to use for balancing
remote home invocations.
Specifying the LoadBalancePolicy interface itself (which
is the default value) means the EJB container should pick a sensible
default based on the type of the bean.
LoadBalancePolicy implementation,
or, if it is up to the container to choose an appropriate
policy, the class of the LoadBalancePolicy interface
itself.public abstract java.lang.String partition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||