|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Properties
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.
| Optional Element Summary | |
|---|---|
ArrayProperty[] |
arrayProperties
Array properties. |
SimpleProperty[] |
simpleProperties
Simple properties. |
public abstract SimpleProperty[] simpleProperties
public abstract ArrayProperty[] arrayProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||