|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Cluster
Indicates that instances of the annotated class are intended to be replicated in a cluster.
To specify the way to access to these instances,
the annotations Policy, Strategy and Properties must be used.
| Optional Element Summary | |
|---|---|
java.lang.String |
descriptor
Filename for a CMI descriptor in order to override (or complete) the description given by annotations. |
boolean |
isReplicated
cluster isReplicated |
java.lang.String |
name
Name of cluster. |
org.ow2.util.pool.annotation.Pool |
pool
Pool attributes. |
boolean |
proxyEnabled
True enables the use of CMI proxies for RPC. |
public abstract java.lang.String name
public abstract java.lang.String descriptor
public abstract boolean proxyEnabled
public abstract boolean isReplicated
public abstract org.ow2.util.pool.annotation.Pool pool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||