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


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

Indicates some properties to apply at a policy of load-balancing. A property can have a simple value represented by a String or an array of simple values represented by an array of String. A simple value has to have one of the following types: primitive types, URL, File, Class.

Author:
The new CMI team

Optional Element Summary
 LBProperty[] value
           
 LBArrayProperty[] values
           
 

value

public abstract LBProperty[] value
Returns:
the simple properties of this LB policy
Default:
{}

values

public abstract LBArrayProperty[] values
Returns:
the array properties of this LB policy
Default:
{}


Copyright © 2008 OW2 Consortium. All Rights Reserved.