org.ow2.carol.cmi.annotation
Annotation Type LBStrategy
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface LBStrategy
Indicates which strategy will be used with the instances of the annotated class.
If the class is not also also annotated by Cluster, using this annotation has no effect.
- Author:
- The new CMI team
- See Also:
Cluster
value
public abstract java.lang.Class<? extends ILBStrategy> value
- Returns:
- the type of strategy for load-balancing
Copyright © 2008 OW2 Consortium. All Rights Reserved.