|
||||||||||
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 | |
---|---|
String |
homeLoadBalancePolicy
The LoadBalancePolicy implementation to use for balancing
remote home invocations. |
String |
loadBalancePolicy
The LoadBalancePolicy implementation to use for balancing
remote bean invocations. |
String |
partition
|
public abstract 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 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 String partition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |