org.ow2.carol.cmi.annotation
Annotation Type LBProperty
@Retention(value=RUNTIME)
public @interface LBProperty
Defines a simple 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 |
value
|
name
public abstract java.lang.String name
- Returns:
- the name of property
value
public abstract java.lang.String value
- Returns:
- a simple value of property
Copyright © 2007 OW2 Consortium. All Rights Reserved.