org.ow2.carol.cmi.annotation
Annotation Type LBPolicy


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface LBPolicy

Indicates which policy 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 ILBPolicy> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends ILBPolicy> value
Returns:
the type of policy for load-balancing


Copyright © 2008 OW2 Consortium. All Rights Reserved.