org.ow2.carol.cmi.annotation
Annotation Type Strategy
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Strategy
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
|
Required Element Summary |
java.lang.Class<? extends ILBStrategy> |
value
Type of strategy for load-balancing. |
value
public abstract java.lang.Class<? extends ILBStrategy> value
- Type of strategy for load-balancing.
Copyright © 2008 OW2 Consortium. All Rights Reserved.