org.ow2.carol.cmi.annotation
Annotation Type LBArrayProperty
@Retention(value=RUNTIME)
public @interface LBArrayProperty
Defines an array property for policy of load-balancing.
To be used by the annotation LBProperties.
- Author:
- The new CMI team
- See Also:
LBProperties
|
Required Element Summary |
java.lang.String |
name
|
java.lang.String[] |
values
|
name
public abstract java.lang.String name
- Returns:
- the name of property
values
public abstract java.lang.String[] values
- Returns:
- an array of simple values of property
Copyright © 2007 OW2 Consortium. All Rights Reserved.